halcyon / asdf-java

A Java plugin for asdf-vm.
MIT License
460 stars 85 forks source link

temurin/adoptopenjdk JDK 21 not appearing in the list of `ga` releases #215

Closed marques-l-GILD closed 12 months ago

marques-l-GILD commented 12 months ago

I think this is happening because the versions for JDK 21 fetched from https://joschi.github.io/java-metadata/metadata/${release}/${os}/${arch}.json end in .LTS?

I'm on macOS aarch64.

marques-l-GILD commented 12 months ago

nevermind, upon inspecting the update code, it's actually because adoptium has not released 21 for macosx aarch64. that sucks.