quarkus-integration-test-jpa-mysql build fails in native mode with JDK 11 #6019
Labels
env/graalvm-java11
Relating to using GraalVM native image generation on Java 11
kind/bug
Something isn't working
triage/duplicate
This issue or pull request already exists
Describe the bug
To Reproduce
Steps to reproduce the behavior from the
master
branch:JAVA_HOME
environment variable to a JDK 11 installation directory (OpenJDK 11 or GraalVM 19.3.0 JDK 11 edition). Add the JDK 11bin
directory to the path../mvnw clean install -Dmaven.test.skip=true
to build all the Quarkus sources with the JDK 11../mvnw clean install --projects :quarkus-integration-test-jpa-mysql -Dquarkus.native.container-build=true -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-native-image:19.3.0-java11
.The text was updated successfully, but these errors were encountered: