Skip to content

Commit d3e041b

Browse files
committed
HV-1954 Stop testing Hibernate Validator against JDK 19
1 parent af223ca commit d3e041b

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ stage('Configure') {
124124
// We want to enable preview features when testing newer builds of OpenJDK:
125125
// even if we don't use these features, just enabling them can cause side effects
126126
// and it's useful to test that.
127-
new JdkBuildEnvironment(testJavaVersion: '19', testCompilerTool: 'OpenJDK 19 Latest',
128-
testLauncherArgs: '--enable-preview',
129-
condition: TestCondition.AFTER_MERGE),
130127
new JdkBuildEnvironment(testJavaVersion: '20', testCompilerTool: 'OpenJDK 20 Latest',
131128
testLauncherArgs: '--enable-preview',
132129
condition: TestCondition.AFTER_MERGE),

pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,32 +1451,6 @@
14511451
</pluginManagement>
14521452
</build>
14531453
</profile>
1454-
<profile>
1455-
<id>testWithJdk18</id>
1456-
<activation>
1457-
<property>
1458-
<name>java-version.test.release</name>
1459-
<value>18</value>
1460-
</property>
1461-
</activation>
1462-
<properties>
1463-
<!-- ForbiddenAPIs doesn't work with JDK18+ yet -->
1464-
<forbiddenapis.skip>true</forbiddenapis.skip>
1465-
</properties>
1466-
</profile>
1467-
<profile>
1468-
<id>testWithJdk19</id>
1469-
<activation>
1470-
<property>
1471-
<name>java-version.test.release</name>
1472-
<value>19</value>
1473-
</property>
1474-
</activation>
1475-
<properties>
1476-
<!-- ForbiddenAPIs doesn't work with JDK19+ yet -->
1477-
<forbiddenapis.skip>true</forbiddenapis.skip>
1478-
</properties>
1479-
</profile>
14801454
<profile>
14811455
<id>testWithJdk20</id>
14821456
<activation>

0 commit comments

Comments
 (0)