You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might need @johnoliver to help understand.
I know as of jdk21 we added a --with-version-opt=LTS which sounds related. But it also looks like the API has some hardcoded config of which major versions were/are LTS.
Related adoptium/temurin-build#3270
Hey,
any reason why Java 21 can't be found as LTS using the API?
lts=false responses with 2 records with additional attribute named "optional": "LTS"
that's not a case for other LTS java versions 8,11,17
and if you make lts=true, then it responses with 404..
https://api.adoptopenjdk.net/v3/info/release_versions?architecture=x64&heap_size=normal&image_type=jdk&jvm_impl=openj9<s=false&os=linux&page=0&page_size=20&project=jdk&release_type=ga&semver=false&sort_method=DEFAULT&sort_order=DESC&vendor=ibm&version=%2821.0%2C22.0%29
https://api.adoptopenjdk.net/v3/info/release_versions?architecture=x64&heap_size=normal&image_type=jdk&jvm_impl=openj9<s=true&os=linux&page=0&page_size=20&project=jdk&release_type=ga&semver=false&sort_method=DEFAULT&sort_order=DESC&vendor=ibm&version=%2821.0%2C22.0%29
Best regards,
K.M.
The text was updated successfully, but these errors were encountered: