diff --git a/Jenkinsfile b/Jenkinsfile
index 660d7ad2b..5fceae100 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -102,6 +102,27 @@ pipeline {
}
}
}
+ stage("test: baseline (hibernate 6.6 preview)") {
+ agent {
+ label 'data'
+ }
+ options { timeout(time: 30, unit: 'MINUTES')}
+ environment {
+ ARTIFACTORY = credentials("${p['artifactory.credentials']}")
+ DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}")
+ DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
+ TESTCONTAINERS_IMAGE_SUBSTITUTOR = 'org.springframework.data.jpa.support.ProxyImageNameSubstitutor'
+ }
+ steps {
+ script {
+ docker.image(p['docker.java.next.image']).inside(p['docker.java.inside.docker']) {
+ sh "PROFILE=all-dbs,hibernate-66 " +
+ "JENKINS_USER_NAME=${p['jenkins.user.name']} " +
+ "ci/test.sh"
+ }
+ }
+ }
+ }
stage("test: baseline (hibernate 6.6 snapshots)") {
agent {
label 'data'
diff --git a/pom.xml b/pom.xml
index eb85ae3a1..d0606af39 100755
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,7 @@
6.5.0.Final
6.2.28.Final
6.5.3-SNAPSHOT
+ 6.6.0.CR1
6.6.0-SNAPSHOT
7.0.0-SNAPSHOT
2.7.1
@@ -85,6 +86,12 @@
+
+ hibernate-66
+
+ ${hibernate-66}
+
+
hibernate-66-snapshots