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

recordannotations IT test fails to compile with JDK 20 #140

Closed jerboaa closed 1 year ago

jerboaa commented 1 year ago

Fails with:

 Error:  COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
Error:  /home/runner/work/mandrel/mandrel/mandrel-integration-tests/apps/recordannotations/src/main/java/recordannotations/F.java:[4,1] records are not supported in -source 11
  (use -source 16 or higher to enable records)
jerboaa commented 1 year ago

See: https://github.com/graalvm/mandrel/actions/runs/4189915476/jobs/7263033652#step:10:13954