Skip to content

Commit 7674374

Browse files
committed
Fixing comment about JDK11 and Quarkus
1 parent 770b5f5 commit 7674374

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/eclipse/microprofile/starter/addon/microprofile/servers/model

1 file changed

+1
-1
lines changed

src/main/java/org/eclipse/microprofile/starter/addon/microprofile/servers/model/JDKSelector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void init() {
4444
fillJavaSEVersion(data, SupportedServer.THORNTAIL_V2, JavaSEVersion.SE11, MicroProfileVersion.MP22, null); // Supported from MP 2.2
4545

4646
fillJavaSEVersion(data, SupportedServer.QUARKUS, JavaSEVersion.SE8, null, null); // Supported for all MPVersions
47-
fillJavaSEVersion(data, SupportedServer.QUARKUS, JavaSEVersion.SE11, MicroProfileVersion.MP32, null); // Supported for all MPVersions
47+
fillJavaSEVersion(data, SupportedServer.QUARKUS, JavaSEVersion.SE11, MicroProfileVersion.MP32, null); // Supported from MP 3.2
4848

4949
fillJavaSEVersion(data, SupportedServer.WILDFLY, JavaSEVersion.SE8, null, null); // Supported for all MPVersions
5050
fillJavaSEVersion(data, SupportedServer.WILDFLY, JavaSEVersion.SE11, MicroProfileVersion.MP32, null); // Supported from MP 3.2

0 commit comments

Comments
 (0)