File tree Expand file tree Collapse file tree 13 files changed +10
-54
lines changed
core-java-collections-maps-8
spring-remoting-modules/remoting-hessian-burlap/remoting-hessian-burlap-server
spring-security-modules/spring-security-web-sockets Expand file tree Collapse file tree 13 files changed +10
-54
lines changed Original file line number Diff line number Diff line change 5353 </annotationProcessors >
5454 <compilerArgs combine.children=" append" >
5555 <arg >-Awarns</arg >
56- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg >
57- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg >
58- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg >
59- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg >
60- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg >
61- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg >
62- <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg >
6356 </compilerArgs >
6457 </configuration >
6558 </plugin >
Original file line number Diff line number Diff line change 3030 <version >${mockito-junit-jupiter.version} </version >
3131 <scope >test</scope >
3232 </dependency >
33+ <dependency >
34+ <groupId >com.google.code.gson</groupId >
35+ <artifactId >gson</artifactId >
36+ <version >${gson.version} </version >
37+ </dependency >
3338 </dependencies >
3439
3540 <build >
6166 <maven .compiler.source>20</maven .compiler.source>
6267 <maven .compiler.target>20</maven .compiler.target>
6368 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
69+ <gson .version>2.11.0</gson .version>
6470 </properties >
6571
6672</project >
Original file line number Diff line number Diff line change 6767 <configuration >
6868 <source >${maven.compiler.source} </source >
6969 <target >${maven.compiler.target} </target >
70- <compilerArgument >--add-modules=jdk.incubator.httpclient</compilerArgument >
7170 </configuration >
7271 </plugin >
7372 <plugin >
7473 <artifactId >maven-surefire-plugin</artifactId >
7574 <version >${maven-surefire-plugin.version} </version >
76- <configuration >
77- <argLine >--add-modules=jdk.incubator.httpclient</argLine >
78- </configuration >
7975 </plugin >
8076 </plugins >
8177 </build >
Original file line number Diff line number Diff line change 3737 <groupId >org.apache.maven.plugins</groupId >
3838 <artifactId >maven-surefire-plugin</artifactId >
3939 <version >${maven-surefire-plugin.version} </version >
40- <configuration >
41- <argLine >
42- --add-opens java.base/java.util=ALL-UNNAMED
43- </argLine >
44- </configuration >
4540 </plugin >
4641 </plugins >
4742 </build >
Original file line number Diff line number Diff line change 3131 <plugin >
3232 <groupId >org.apache.maven.plugins</groupId >
3333 <artifactId >maven-compiler-plugin</artifactId >
34- <configuration >
35- <compilerArgs >
36- <arg >--add-exports=java.base/jdk.internal.vm.annotation=ALL-UNNAMED</arg >
37- </compilerArgs >
38- </configuration >
3934 </plugin >
4035 </plugins >
4136 </build >
Original file line number Diff line number Diff line change 4141 <plugin >
4242 <groupId >org.apache.maven.plugins</groupId >
4343 <artifactId >maven-compiler-plugin</artifactId >
44- <configuration >
45- <compilerArgs >
46- <arg >--add-exports=java.base/jdk.internal.vm.annotation=ALL-UNNAMED</arg >
47- </compilerArgs >
48- </configuration >
4944 </plugin >
5045 <plugin >
5146 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 149149 <version >${maven-surefire-plugin.version} </version >
150150 <configuration >
151151 <argLine >
152- --add-opens java.base/java.lang=ALL-UNNAMED
153152 --add-opens java.base/java.util=ALL-UNNAMED
154153 </argLine >
155154 </configuration >
Original file line number Diff line number Diff line change 9191 <artifactId >maven-surefire-plugin</artifactId >
9292 <version >${maven-surefire-plugin.version} </version >
9393 <configuration >
94- <argLine >--add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED</argLine >
94+ <argLine >
95+ --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
96+ --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED
97+ </argLine >
9598 </configuration >
9699 </plugin >
97100 </plugins >
Original file line number Diff line number Diff line change 3535 <groupId >org.apache.maven.plugins</groupId >
3636 <artifactId >maven-surefire-plugin</artifactId >
3737 <version >${maven-surefire-plugin.version} </version >
38- <configuration >
39- <argLine >
40- --add-opens java.base/java.lang=ALL-UNNAMED
41- </argLine >
42- </configuration >
4338 </plugin >
4439 </plugins >
4540 </build >
Original file line number Diff line number Diff line change 162162 <groupId >org.apache.maven.plugins</groupId >
163163 <artifactId >maven-surefire-plugin</artifactId >
164164 <version >${maven-surefire-plugin.version} </version >
165- <configuration >
166- <argLine >
167- --add-opens java.base/java.lang=ALL-UNNAMED
168- --add-opens java.base/java.lang.invoke=ALL-UNNAMED
169- </argLine >
170- </configuration >
171165 </plugin >
172166 </plugins >
173167 </build >
You can’t perform that action at this time.
0 commit comments