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 22 binary builds not accessible through API #720

Closed
zakkak opened this issue Oct 2, 2023 · 6 comments
Closed

Temurin 22 binary builds not accessible through API #720

zakkak opened this issue Oct 2, 2023 · 6 comments

Comments

@zakkak
Copy link

zakkak commented Oct 2, 2023

Describe the bug
Looking at https://github.com/adoptium/temurin22-binaries/releases/ I see a number of builds available for 22 EA however when trying to get the latest using:

wget https://api.adoptium.net/v3/binary/latest/22/ea/linux/x64/jdk/hotspot/normal/eclipse

I get a 404 error.

To Reproduce

$ wget https://api.adoptium.net/v3/binary/latest/22/ea/linux/x64/jdk/hotspot/normal/eclipse              
--2023-10-02 16:28:01--  https://api.adoptium.net/v3/binary/latest/22/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
2023-10-02 16:28:02 ERROR 404: Not Found.

Expected behavior
Get an EA build of JDK 22.

Device (please complete the following information):

  • OS: Linux
  • Browser: GNU Wget
  • Version: 1.21.3 built on linux-gnu
@zakkak
Copy link
Author

zakkak commented Oct 2, 2023

/cc @johnoliver @jerboaa

@jerboaa
Copy link
Contributor

jerboaa commented Oct 4, 2023

@gdams Do you know if this issue will be fixed with #721 as well?

@jerboaa
Copy link
Contributor

jerboaa commented Oct 4, 2023

Going by #721 the API endpoint needs a redeploy with -DLATEST_JAVA_VERSION=22?

@johnoliver
Copy link
Contributor

should be working now

@jerboaa
Copy link
Contributor

jerboaa commented Oct 9, 2023

It is, thanks. What was the fix?

@johnoliver
Copy link
Contributor

as you said, adding DLATEST_JAVA_VERSION=22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants