Skip to content

Commit

Permalink
HSEARCH-5287 Test Hibernate Search against JDK 25
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Dec 20, 2024
1 parent 42c8365 commit e9753eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ stage('Configure') {
testLauncherArgs: '--enable-preview',
condition: TestCondition.AFTER_MERGE),
new JdkBuildEnvironment(version: '24', testCompilerTool: 'OpenJDK 24 Latest',
testLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true',
condition: TestCondition.AFTER_MERGE),
new JdkBuildEnvironment(version: '25', testCompilerTool: 'OpenJDK 25 Latest',
testLauncherArgs: '--enable-preview -Dnet.bytebuddy.experimental=true',
condition: TestCondition.AFTER_MERGE)
// IMPORTANT: Make sure to update the documentation for any newly supported Java versions
Expand Down

0 comments on commit e9753eb

Please sign in to comment.