Skip to content

Commit 73e4275

Browse files
committed
egg9
1 parent ac2e718 commit 73e4275

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

2025-09-JDK-25-list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@
1818
- ok for bash, Maven
1919
- egg7
2020
- ok for bash, Maven
21+
- egg8
22+
- ok for bash, Maven
23+
- egg9
24+
- ok for bash, Maven

egg_9_sc_fan_in/client/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16-
<maven.compiler.source>19</maven.compiler.source>
17-
<maven.compiler.target>19</maven.compiler.target>
16+
<maven.compiler.source>25</maven.compiler.source>
17+
<maven.compiler.target>25</maven.compiler.target>
1818
</properties>
1919

2020
<dependencies>
@@ -45,7 +45,6 @@
4545
<configuration>
4646
<compilerArgs>
4747
<arg>--enable-preview</arg>
48-
<arg>--add-modules=jdk.incubator.concurrent</arg>
4948
</compilerArgs>
5049
</configuration>
5150
</plugin>
@@ -82,7 +81,6 @@
8281
<configuration>
8382
<executable>${java.home}/bin/java</executable>
8483
<arguments>
85-
<argument>--add-modules=jdk.incubator.concurrent</argument>
8684
<argument>--enable-preview</argument>
8785
<argument>--class-path</argument>
8886
<classpath/>

egg_9_sc_fan_in/server/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16-
<maven.compiler.source>19</maven.compiler.source>
17-
<maven.compiler.target>19</maven.compiler.target>
16+
<maven.compiler.source>25</maven.compiler.source>
17+
<maven.compiler.target>25</maven.compiler.target>
1818
</properties>
1919

2020
<dependencies>
@@ -45,7 +45,6 @@
4545
<configuration>
4646
<compilerArgs>
4747
<arg>--enable-preview</arg>
48-
<arg>--add-modules=jdk.incubator.concurrent</arg>
4948
</compilerArgs>
5049
</configuration>
5150
</plugin>
@@ -82,7 +81,6 @@
8281
<configuration>
8382
<executable>${java.home}/bin/java</executable>
8483
<arguments>
85-
<argument>--add-modules=jdk.incubator.concurrent</argument>
8684
<argument>--enable-preview</argument>
8785
<argument>--class-path</argument>
8886
<classpath/>

0 commit comments

Comments
 (0)