helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.44k stars 562 forks source link

4.x: Document supported GraalVM version for native-image #8894

Open tomas-langer opened 2 weeks ago

tomas-langer commented 2 weeks ago

Follow up for https://github.com/helidon-io/helidon/issues/8863

We currently list supported version of Java (hotspot), Maven etc., yet we are missing an explicit statement for supported GraalVM version.

We need to add this to make a clear statement (as we always support a specific version for each Helidon major version). Keep in mind that we support Java 21 and higher even for GraalVM "hotspot". Only native-image has restricted version support.