Skip to content

Commit

Permalink
Stop testing JDK 22
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Sep 19, 2024
1 parent ca789f3 commit c5ad955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,7 @@ stage('Configure') {
// We want to enable preview features when testing newer builds of OpenJDK:
// even if we don't use these features, just enabling them can cause side effects
// and it's useful to test that.
new JdkBuildEnvironment(version: '22', testCompilerTool: 'OpenJDK 22 Latest',
testLauncherArgs: '--enable-preview',
condition: TestCondition.AFTER_MERGE),

// The following JDKs aren't supported by Hibernate ORM out-of-the box yet:
// they require the use of -Dnet.bytebuddy.experimental=true.
// Make sure to remove that argument as soon as possible
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
<java-version.main.compiler.java_home>${java.home}</java-version.main.compiler.java_home>
<java-version.main.compiler>${java-version.main.compiler.java_home}/bin/javac</java-version.main.compiler>
<!-- The versions of Java documented as supported for applications using Hibernate Search -->
<java-version.main.compatible.expected.text>17 or 21</java-version.main.compatible.expected.text>
<java-version.main.compatible.expected.text>17, 21 or 23</java-version.main.compatible.expected.text>
<!-- The version of test bytecode, useful for testing compatibility with newer JDKs -->
<!-- Set to the expected version of the JDK running Maven by default, but overridden on CI -->
<java-version.test.release>${jdk.min.version}</java-version.test.release>
Expand Down

0 comments on commit c5ad955

Please sign in to comment.