joschi / java-metadata

Project collecting release metadata of various JDK distributions.
https://joschi.github.io/java-metadata/index.html
MIT License
32 stars 10 forks source link

Graalvm Community Edition java21 stuff seems to be missing #39

Closed dkowis closed 1 year ago

dkowis commented 1 year ago

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!

joschi commented 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

dkowis commented 1 year ago

Ah, yes, I see that now. Thanks!

Should the original graalvm one be removed?

joschi commented 1 year ago

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).