Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-1383

Quarkus Maven plugin fails to generate JDK17 based project

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              manderse@redhat.com Max Andersen
              rhn-support-pagonzal Pablo Gonzalez Granados (Inactive)
              Pablo Gonzalez Granados Pablo Gonzalez Granados (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: