Enable SFT on Java <= 21 31/109331/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 16 Dec 2023 10:26:12 +0000 (11:26 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 16 Dec 2023 10:26:46 +0000 (11:26 +0100)
karaf-4.4.4 has updated jre.properties, hence it should run on Java 21.

Change-Id: I5a2147b170d071a804823bf7902c3e0c703b73b2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
abstract-feature-parent/pom.xml

index 5797876c1ab4bb2644a8ac76203f0ab128e0864e..ee66467c0d6018b8f04eb148a7da63d82a449a86 100644 (file)
         <profile>
             <id>disable-sft</id>
             <activation>
-                <!-- Karaf does not have jre.properties for JDK19+ just yet -->
-                <jdk>[19,)</jdk>
+                <!-- Karaf does not have jre.properties for JDK22+ just yet -->
+                <jdk>[22,)</jdk>
             </activation>
 
             <properties>