Red Hat are a fairly significant packager of OpenJDK, and perhaps especially relevant for anyone developing on Fedora or deploying on CentOS / Rocky / etc.
Listing and obtaining releases directly from Red Hat requires logging into their website, but they are also listed on the Adoptium Marketplace:
Red Hat are a fairly significant packager of OpenJDK, and perhaps especially relevant for anyone developing on Fedora or deploying on CentOS / Rocky / etc.
Listing and obtaining releases directly from Red Hat requires logging into their website, but they are also listed on the Adoptium Marketplace:
https://adoptium.net/en-GB/marketplace/
Which has an API:
https://marketplace-api.adoptium.net/q/swagger-ui/#/
So for example this request:
Gets a list of responses like this:
And that URL can be downloaded without authentication.
They do compress with xz rather than gzip, though.