This issue is blocker because it affects all users and also blocks `QUARKUS-728`
Quarkus Maven plugin doesn't work as expected when you are running the following command with JDK17
mvn io.quarkus.platform:quarkus-maven-plugin:2.4.1.Final:create \
-DprojectGroupId=my-groupId \
-DprojectArtifactId=my-artifactId \
-DprojectVersion=my-version \
-DclassName="org.my.group.MyResource"
The generated app is pointing to JDK11 instead of JDK17
Users can't immediately use JDK 17 APIs in the code of generated application.
- blocks
-
QUARKUS-1382 Openshift Non-s2i deployment fails with JDK17
- Closed
-
QUARKUS-728 Add support for OpenJDK 17
- Closed