Skip to content
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

Temurin 24 binary builds not accessible through API #1077

Open
jerboaa opened this issue Jun 24, 2024 · 2 comments
Open

Temurin 24 binary builds not accessible through API #1077

jerboaa opened this issue Jun 24, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jerboaa
Copy link
Contributor

jerboaa commented Jun 24, 2024

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):

  • OS: Linux
  • Browser: GNU Wget
  • Version: 1.21.3 built on linux-gnu

** 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

@jerboaa
Copy link
Contributor Author

jerboaa commented Jun 24, 2024

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 :-/

@jerboaa
Copy link
Contributor Author

jerboaa commented Jul 1, 2024

Is there any ETA on this? @gdams Perhaps you could restart the API with -DLATEST_JAVA_VERSION=24?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant