-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 23 EA missing on the nightly builds page #3016
Comments
I'll take a look at this. |
First point: versions are retrieved from this endpoint: https://api.adoptium.net/v3/info/available_releases The VersionSelector component is used in the Nightly builds. |
@gdams @johnoliver any idea why version 23 is not returned by the API? |
So for
Since there have been no 23 GA releases it wont show up in the list. It would be possible to add a something for this such as:
In general I am not a fan of these, increasing the complexity/size of the API endpoints to support EA downloads is not a great ROI given how few people are interested in non-GA downloads. IMO the easiest would be simply for the website to assume that there are EA versions for versions between 16 and |
Is the simpler workaround here to have a static page / message to folks redirecting them to our slack for EA asks? I'm even hesitant to allow access to Jenkins here (a single script could spell doom) |
Perhaps msg to redirect to website https://adoptium.net/temurin/nightly/?version=23 and https://adoptium.net/temurin/nightly/?version=24 for EA builds ? |
Ignore my comment above, was myopically responding to the comment without reading the full issue description! |
Hello, ✔️ Problem is fixed since this morning: https://adoptium.net/fr/temurin/nightly/?version=23 |
Describe the bug
Java 23 (EA) missing on the nightly builds page - only Java 21, 22 & 24 are visible
To Reproduce
Expected behavior
I expect to see a list with
Screenshots
Additional context
It's still possible to view the 23 nightly builds if you modify the URL to point at 23:
https://adoptium.net/temurin/nightly/?version=23
The text was updated successfully, but these errors were encountered: