From 895d60c969edb193a7adeb085bd4882e377e3fd9 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 8 Sep 2023 08:04:19 +0200 Subject: [PATCH] Upgrade Hibernate 6.3 build profile to enable integration builds against latest snapshots. Related ticket: #3146. --- Jenkinsfile | 22 ++-------------------- pom.xml | 17 +++++++++++++---- 2 files changed, 15 insertions(+), 24 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2ac291af2..7b7d4d340 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,7 +54,7 @@ pipeline { } parallel { - stage("test: java.next (hibernate 6.1)") { + stage("test: baseline (hibernate 6.3.x snapshots)") { agent { label 'data' } @@ -66,25 +66,7 @@ pipeline { steps { script { docker.image(p['docker.java.next.image']).inside(p['docker.java.inside.docker']) { - sh 'PROFILE=all-dbs,hibernate-61 ci/test.sh' - sh "ci/clean.sh" - } - } - } - } - stage("test: baseline (hibernate 6.3)") { - agent { - label 'data' - } - options { timeout(time: 30, unit: 'MINUTES')} - environment { - ARTIFACTORY = credentials("${p['artifactory.credentials']}") - TESTCONTAINERS_IMAGE_SUBSTITUTOR = 'org.springframework.data.jpa.support.ProxyImageNameSubstitutor' - } - steps { - script { - docker.image(p['docker.java.main.image']).inside(p['docker.java.inside.docker']) { - sh 'PROFILE=all-dbs,hibernate-63 ci/test.sh' + sh 'PROFILE=all-dbs,hibernate-63-next ci/test.sh' sh "ci/clean.sh" } } diff --git a/pom.xml b/pom.xml index d63ed1c14..6a4dd07ff 100644 --- a/pom.xml +++ b/pom.xml @@ -53,16 +53,25 @@ - hibernate-61 + hibernate-63 - 6.1.7.Final + 6.3.0.Final - hibernate-63 + hibernate-63-next - 6.3.0.CR1 + 6.3.1-SNAPSHOT + + + sonatype-oss + https://oss.sonatype.org/content/repositories/snapshots + + false + + + all-dbs