Closed dkowis closed 1 year ago
@dkowis Thanks for reporting this! I think this was missing due to an outdated OpenAPI specification which lacked the two "new" GraalVM distributions (GraalVM CE and Oracle GraalVM).
The meta data for GraalVM CE 21.0.0 has been added two weeks ago, see https://github.com/joschi/java-metadata/tree/91f29224c4d85efc63c93a480eff5bb8872c7cc7/docs/metadata/vendor/graalvm-community
Ah, yes, I see that now. Thanks!
Should the original graalvm
one be removed?
Should the original
graalvm
one be removed?
No, let's keep it to retain history (and not break users of this API which rely on the older versions).
I looked through the actions run, and I looked at the shell files that do the update, and it seems like it should be working, and yet, there's no graalvm for java21 in the api: https://github.com/graalvm/graalvm-ce-builds/releases/tag/jdk-21.0.0
Thanks!