File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 8
8
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
9
9
--add-opens jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
10
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
Original file line number Diff line number Diff line change 1
1
# 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
4
4
5
5
# Docker container images - standard
6
6
docker.java.main.image =library/eclipse-temurin:${java.main.tag}
7
7
docker.java.next.image =library/eclipse-temurin:${java.next.tag}
8
8
9
9
# Supported versions of MongoDB
10
- docker.mongodb.6.0.version =6.0.10
11
- docker.mongodb.7.0.version =7.0.2
12
- 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
13
13
14
14
# Supported versions of Redis
15
15
docker.redis.6.version =6.2.13
You can’t perform that action at this time.
0 commit comments