asdf-community / asdf-graalvm

GraalVM plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
18 stars 20 forks source link

Support Java 16 #18

Open mpfaff opened 3 years ago

mpfaff commented 3 years ago

Starting with version 21.1.0, GraalVM offers experimental Java 16 support. Can support for these builds be added?

Edit: It looks like these builds are supported when installing, but not when listing all available versions

fniephaus commented 1 year ago

JDK16 is no longer supported but there's now a GraalVM JDK17.

joschi commented 1 year ago

Does https://github.com/halcyon/asdf-java/ work for you with GraalVM? It lists the correct versions of Java for a given GraalVM release.