You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: