From e9753eb63fa122596b3c7bc943eed3c72c3cd629 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Fri, 20 Dec 2024 10:52:19 +0100 Subject: [PATCH] HSEARCH-5287 Test Hibernate Search against JDK 25 --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index f60a92c073f..400091e3d74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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