Skip to content

Commit 19538df

Browse files
committed
Update CI Properties.
See #3007
1 parent 03c4628 commit 19538df

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<extension>
44
<groupId>io.spring.develocity.conventions</groupId>
55
<artifactId>develocity-conventions-maven-extension</artifactId>
6-
<version>0.0.19</version>
6+
<version>0.0.22</version>
77
</extension>
88
</extensions>

.mvn/jvm.config

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
2+
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
3+
--add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
4+
--add-exports jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
5+
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
6+
--add-exports jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED
7+
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
8+
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
9+
--add-opens jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
10+
--add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
11+
--add-opens=java.base/java.util=ALL-UNNAMED
12+
--add-opens=java.base/java.lang.reflect=ALL-UNNAMED
13+
--add-opens=java.base/java.text=ALL-UNNAMED
14+
--add-opens=java.desktop/java.awt.font=ALL-UNNAMED

ci/pipeline.properties

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
# Java versions
2-
java.main.tag=17.0.13_11-jdk-focal
3-
java.next.tag=23.0.1_11-jdk-noble
2+
java.main.tag=24.0.1_9-jdk-noble
3+
java.next.tag=24.0.1_9-jdk-noble
44

55
# Docker container images - standard
66
docker.java.main.image=library/eclipse-temurin:${java.main.tag}
77
docker.java.next.image=library/eclipse-temurin:${java.next.tag}
88

99
# Supported versions of MongoDB
10-
docker.mongodb.4.4.version=4.4.25
11-
docker.mongodb.5.0.version=5.0.21
12-
docker.mongodb.6.0.version=6.0.10
13-
docker.mongodb.7.0.version=7.0.2
14-
docker.mongodb.8.0.version=8.0.0
10+
docker.mongodb.6.0.version=6.0.23
11+
docker.mongodb.7.0.version=7.0.20
12+
docker.mongodb.8.0.version=8.0.9
1513

1614
# Supported versions of Redis
1715
docker.redis.6.version=6.2.13
1816
docker.redis.7.version=7.2.4
1917

20-
# Supported versions of Cassandra
21-
docker.cassandra.3.version=3.11.16
22-
2318
# Docker environment settings
2419
docker.java.inside.basic=-v $HOME:/tmp/jenkins-home
2520
docker.java.inside.docker=-u root -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -v $HOME:/tmp/jenkins-home

0 commit comments

Comments
 (0)