Skip to content

Commit 3a554c4

Browse files
yrodieregsmet
authored andcommitted
HV-1935 Stop testing Hibernate Validator against JDK 18
JDK 18 EOL'd on 2022-09-20 See https://endoflife.date/java
1 parent 3131d1f commit 3a554c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ stage('Configure') {
121121
isDefault: true),
122122
new JdkBuildEnvironment(testJavaVersion: '11', testCompilerTool: 'OpenJDK 11 Latest',
123123
condition: TestCondition.BEFORE_MERGE),
124-
new JdkBuildEnvironment(testJavaVersion: '18', testCompilerTool: 'OpenJDK 18 Latest',
125-
condition: TestCondition.AFTER_MERGE),
126-
// We want to enable preview features when testing early-access builds of OpenJDK:
124+
// We want to enable preview features when testing newer builds of OpenJDK:
127125
// even if we don't use these features, just enabling them can cause side effects
128126
// and it's useful to test that.
129127
new JdkBuildEnvironment(testJavaVersion: '19', testCompilerTool: 'OpenJDK 19 Latest',

0 commit comments

Comments
 (0)