joschi/java-metadata

AdoptOpenJDK 15 is not listed

bric3 opened this issue · 3 comments

bric3 commented

I am using asdf as a package manager, and I noticed that AdoptOpenJDK 15 is not listed. I know that asdf java plugin rely on this metadata site to generate its listing. So while inspecting the output, I notice the JDK 15 is not listed in the following output :

curl -X GET "https://joschi.github.io/java-metadata/metadata/ga/macosx/x86_64/jdk/hotspot/adoptopenjdk.json" -H  "accept: application/json"
bric3 commented

I don't know why but the actions logs reveal that the update script of AdoptOpenJDK does not pickup 15
https://github.com/joschi/java-metadata/runs/1122605736?check_suite_focus=true#step:4:29

While the AdoptOpenJDK, have it :

$  curl -L https://api.adoptopenjdk.net/v3/info/available_releases

{
    "available_lts_releases": [
        8,
        11
    ],
    "available_releases": [
        8,
        9,
        10,
        11,
        12,
        13,
        14,
        15
    ],
    "most_recent_feature_release": 15,
    "most_recent_feature_version": 15,
    "most_recent_lts": 11,
    "tip_version": 16
}%
bric3 commented

Maybe it's a timing issue : https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/tag/jdk-15+36 was released 3 hours ago, and the AdoptOpenJDK API wasn't up to date when this github actions ran.

AdoptOpenJDK 15 (as well as some other JREs/JDKs) have been added in 8e32aae.