adoptium / api.adoptium.net

Adoptium API 🚀
https://api.adoptium.net
Apache License 2.0
32 stars 26 forks source link

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

Closed tushev closed 2 months ago

tushev commented 2 months ago

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 https://github.com/tushev/aojdk-updatewatcher/issues/75

tellison commented 2 months ago

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 commented 2 months ago

@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 commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

@AdamBrousseau thanks!