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

Inconsistency between legacy (api.adoptopenjdk.net) and new (api.adoptium.net) APIs #1014

Closed
tushev opened this issue Apr 21, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@tushev
Copy link

tushev commented Apr 21, 2024

Hello,

There's an inconsistency between https://api.adoptopenjdk.net/v3/assets/latest/8/hotspot?architecture=x64&image_type=jre&os=windows&vendor=adoptopenjdk and https://api.adoptium.net/v3/assets/latest/8/hotspot?architecture=x64&image_type=jre&os=windows&vendor=eclipse : the former reports 8.0.402+6 while the latter reports 8.0.412+8.

Is this expected?


Reported via tushev/aojdk-updatewatcher#75

@tellison
Copy link
Contributor

Hello @tushev . The old "adoptopenjdk.net" API has been deprecated for over three years now, and should not be used to retrieve latest builds from Adoptium.

We won't be looking into any bugs reported against api.adoptopenjdk.net

@tushev
Copy link
Author

tushev commented Apr 23, 2024

@tellison thank you for your reply! Perhaps I should finally plan a switch xD

Do you, by chance, know about OpenJ9/Semeru builds - are they still supported on api.adotopenjdk.net?

@tellison
Copy link
Contributor

Do you, by chance, know about OpenJ9/Semeru builds - are they still supported on api.adotopenjdk.net?

I don't know the new API for the IBM Semeru builds. I defer to @AdamBrousseau for that.

@AdamBrousseau
Copy link

Unfortunately IBM has not provided an API equivalent as of yet. Semeru releases are still pushed to AdoptOpenJDK (as well as IBMRuntimes) on Github. So the AdoptOpenJDK api is still serving the latest Semeru releases.

@tushev
Copy link
Author

tushev commented Apr 23, 2024

@AdamBrousseau thanks!

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

3 participants