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 23 binary builds not accessible through API #840

Open
zakkak opened this issue Dec 20, 2023 · 6 comments
Open

Temurin 23 binary builds not accessible through API #840

zakkak opened this issue Dec 20, 2023 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@zakkak
Copy link

zakkak commented Dec 20, 2023

Describe the bug
Looking at https://github.com/adoptium/temurin23-binaries/releases/ I see jdk-23+2-ea-beta being present, however when trying to get it using:

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

I get a 404 error.

To Reproduce

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

--2023-12-20 11:40:34--  https://api.adoptium.net/v3/binary/latest/23/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-12-20 11:40:35 ERROR 404: Not Found.

Expected behavior
Get an EA build of JDK 23.

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 22 it was a matter of redeploying the API endpoint with -DLATEST_JAVA_VERSION=22.

cc @johnoliver @jerboaa

@jerboaa
Copy link
Contributor

jerboaa commented Dec 20, 2023

Last time we faced this issue with JDK 22 it was a matter of redeploying the API endpoint with -DLATEST_JAVA_VERSION=22

Yes. Probably needs a re-deploy with -DLATEST_JAVA_VERSION=23. /cc @sxa

@sxa
Copy link
Member

sxa commented Dec 20, 2023

FYI @andrew-m-leonard

@andrew-m-leonard
Copy link

@sxa @jerboaa @johnoliver I seem to remember the API does not currently support returning "tip" version assets, as I remember handling that condition on the daily Slack status code: https://github.com/adoptium/ci-jenkins-pipelines/blob/cb030764501de888c05ebbf6ac1a030731a3e72a/tools/nightly_build_and_test_stats.groovy#L245

@jerboaa
Copy link
Contributor

jerboaa commented Dec 21, 2023

I'm not sure that's true. See the comments in #720 where we faced this last time. A redeploy of the API endpoint server with -DLATEST_JAVA_VERSION=23 should do the trick. At least it did it last time.

@johnoliver
Copy link
Contributor

should be there now

@sxa
Copy link
Member

sxa commented Jan 3, 2024

@johnoliver Can you clarify what was done to fix this? We should have this documented as part of https://github.com/adoptium/temurin-build/wiki/Setting-up-new-build-jobs,-mirrors,...-when-a-new-openjdk-version-is-branched-from-jdk(head)

@sxa sxa reopened this Jan 3, 2024
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

5 participants