We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Looking at https://github.com/adoptium/temurin24-binaries/releases/ I see jdk-24+3-ea-beta being present, however when trying to get it using:
wget https://api.adoptium.net/v3/binary/latest/24/ea/linux/x64/jdk/hotspot/normal/eclipse
I get a 404 error.
To Reproduce
$ wget https://api.adoptium.net/v3/binary/latest/24/ea/linux/x64/jdk/hotspot/normal/eclipse --2024-06-24 16:55:27-- https://api.adoptium.net/v3/binary/latest/24/ea/linux/x64/jdk/hotspot/normal/eclipse Resolving api.adoptium.net (api.adoptium.net)... 20.62.244.126 Connecting to api.adoptium.net (api.adoptium.net)|20.62.244.126|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-06-24 16:55:28 ERROR 404: Not Found.
Expected behavior Get an EA build of JDK 24.
Device (please complete the following information):
** Additional context **
Last time we faced this issue with JDK 23 it was a matter of redeploying the API endpoint with -DLATEST_JAVA_VERSION=24.
-DLATEST_JAVA_VERSION=24
cc @johnoliver @zakkak @sxa
The text was updated successfully, but these errors were encountered:
There seems to be a gap in our release process for every new JDK version when it comes to the API:
JDK 22: #720 JDK 23: #840 JDK 24: this issue :-/
Sorry, something went wrong.
Is there any ETA on this? @gdams Perhaps you could restart the API with -DLATEST_JAVA_VERSION=24?
@jerboaa resolved, will begin work on a fix for #1083 / #785
No branches or pull requests
Describe the bug
Looking at https://github.com/adoptium/temurin24-binaries/releases/ I see jdk-24+3-ea-beta being present, however when trying to get it using:
I get a 404 error.
To Reproduce
Expected behavior
Get an EA build of JDK 24.
Device (please complete the following information):
** Additional context **
Last time we faced this issue with JDK 23 it was a matter of redeploying the API endpoint with
-DLATEST_JAVA_VERSION=24
.cc @johnoliver @zakkak @sxa
The text was updated successfully, but these errors were encountered: