halcyon / asdf-java

A Java plugin for asdf-vm.
MIT License
455 stars 86 forks source link

adopt open jdk 11.0.7+10 Doesn't show up on the list of available jdks to install. #94

Closed NikolayMetchev closed 4 years ago

NikolayMetchev commented 4 years ago

For some reason the following URL doesn't return adopt openjdk 11.0.7 https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ga?architecture=x64&os=mac&image_type=jdk&page=0&page_size=100&project=jdk&sort_order=ASC&vendor=adoptopenjdk

If you remove the sort_order parameter or change it to DESC then it does!

NikolayMetchev commented 4 years ago

duplicate of #90