Closed lhauspie closed 4 years ago
I've opened a bug report for this inconsistency at the AdoptOpenJDK project.
AdoptOpenJDK/openjdk-api-v3#171
@halcyon I think people in https://github.com/halcyon/asdf-java/issues/72 is right.
Any quick workaround we can use while waiting for @AdoptOpenJDK to respond? We cannot make new Java installs in the meantime...
I appreciate the good work from @code0x9 . I'm in progress on some ideas that I think may be able to clean up our code base and resolve this issue at the same time. You can expect a resolution from me within the next day or so. Thank you again for all your help and bringing this problem to my attention.
I already installed 2 different versions of java on my laptop with asdf in the past:
But when I ask asdf to install a new version of Java, I don't find any version of OpenJDK higher than jdk9:
And when I still trying to install a version not listed here, I have an error:
I also tried to install a OpenJDK version listed above, but nothing works:
And the plugin have been correctly updated:
As I'm on linux (Ubuntu) with an x64 architecture, I tried to list the OpenJDK versions 10, 11, 12 and 13 by reaching these v3 API urls, and they all returned at least one result, so what's going wrong ?
https://api.adoptopenjdk.net/v3/assets/feature_releases/10/ga?architecture=x64&os=linux&image_type=jdk&page=0&page_size=100&project=jdk&sort_order=ASC&vendor=adoptopenjdk https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ga?architecture=x64&os=linux&image_type=jdk&page=0&page_size=100&project=jdk&sort_order=ASC&vendor=adoptopenjdk https://api.adoptopenjdk.net/v3/assets/feature_releases/12/ga?architecture=x64&os=linux&image_type=jdk&page=0&page_size=100&project=jdk&sort_order=ASC&vendor=adoptopenjdk https://api.adoptopenjdk.net/v3/assets/feature_releases/13/ga?architecture=x64&os=linux&image_type=jdk&page=0&page_size=100&project=jdk&sort_order=ASC&vendor=adoptopenjdk
Thanks in advance.