File tree Expand file tree Collapse file tree 2 files changed +3
-38
lines changed Expand file tree Collapse file tree 2 files changed +3
-38
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ pipeline {
55
55
}
56
56
57
57
parallel {
58
- stage(" test: baseline (hibernate 6.3 .x snapshots)" ) {
58
+ stage(" test: baseline (hibernate 6.4 .x snapshots)" ) {
59
59
agent {
60
60
label ' data'
61
61
}
@@ -66,25 +66,6 @@ pipeline {
66
66
DEVELOCITY_ACCESS_KEY = credentials(" ${ p['develocity.access-key']} " )
67
67
TESTCONTAINERS_IMAGE_SUBSTITUTOR = ' org.springframework.data.jpa.support.ProxyImageNameSubstitutor'
68
68
}
69
- steps {
70
- script {
71
- docker. image(p[' docker.java.next.image' ]). inside(p[' docker.java.inside.docker' ]) {
72
- sh ' PROFILE=all-dbs,hibernate-63-next ci/test.sh'
73
- }
74
- }
75
- }
76
- }
77
- stage(" test: baseline (hibernate 6.4.x snapshots)" ) {
78
- agent {
79
- label ' data'
80
- }
81
- options { timeout(time : 30 , unit : ' MINUTES' )}
82
- environment {
83
- ARTIFACTORY = credentials(" ${ p['artifactory.credentials']} " )
84
- GRADLE_ENTERPRISE_CACHE = credentials(" ${ p['gradle-enterprise-cache.credentials']} " )
85
- GRADLE_ENTERPRISE_ACCESS_KEY = credentials(" ${ p['gradle-enterprise.access-key']} " )
86
- TESTCONTAINERS_IMAGE_SUBSTITUTOR = ' org.springframework.data.jpa.support.ProxyImageNameSubstitutor'
87
- }
88
69
steps {
89
70
script {
90
71
docker. image(p[' docker.java.next.image' ]). inside(p[' docker.java.inside.docker' ]) {
Original file line number Diff line number Diff line change 30
30
<antlr >4.10.1</antlr > <!-- align with Hibernate's parser -->
31
31
<eclipselink >3.0.3</eclipselink >
32
32
<eclipselink-next >4.0.2</eclipselink-next >
33
- <hibernate >6.3.1.Final</hibernate >
34
- <hibernate-64-next-snapshots >6.4.0-SNAPSHOT</hibernate-64-next-snapshots >
35
- <hibernate-63-next-snapshots >6.3.2-SNAPSHOT</hibernate-63-next-snapshots >
33
+ <hibernate >6.4.0.Final</hibernate >
34
+ <hibernate-64-next-snapshots >6.4.1-SNAPSHOT</hibernate-64-next-snapshots >
36
35
<hsqldb >2.7.1</hsqldb >
37
36
<h2 >2.2.220</h2 >
38
37
<jsqlparser >4.5</jsqlparser >
70
69
</repository >
71
70
</repositories >
72
71
</profile >
73
- <profile >
74
- <id >hibernate-63-next</id >
75
- <properties >
76
- <hibernate >${hibernate-63-next-snapshots}</hibernate >
77
- </properties >
78
- <repositories >
79
- <repository >
80
- <id >sonatype-oss</id >
81
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
82
- <releases >
83
- <enabled >false</enabled >
84
- </releases >
85
- </repository >
86
- </repositories >
87
- </profile >
88
72
<profile >
89
73
<id >all-dbs</id >
90
74
<build >
You can’t perform that action at this time.
0 commit comments