Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

Fix Mandrel IT runs with JDK 22-based builds #210

Closed jerboaa closed 9 months ago

jerboaa commented 9 months ago

Simple mapping to get a GraalVM version based on the JDK major version. This would defer needing to make a decision whether or not we want to use the release/mandrel.release files instead.

Closes #209

jerboaa commented 9 months ago

LGTM as a quick work around but I am not sure we need it, see #209 (comment)

Thanks for the review! I do think we should fix it as I sometimes compare mandrel with GraalVM runs for certain issues.

jerboaa commented 9 months ago

@zakkak OK to merge this?

jerboaa commented 9 months ago

Thanks!