File tree Expand file tree Collapse file tree
spring-cloud-zuul-eureka-integration/eureka-client
static-analysis/error-prone-project
testing-modules/rest-testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 <arg >-Awarns</arg >
5656 <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg >
5757 <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.file=ALL-UNNAMED</arg >
5958 <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg >
60- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED</arg >
6159 <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg >
6260 <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg >
6361 <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg >
Original file line number Diff line number Diff line change 2727 <source >${maven.compiler.source} </source >
2828 <target >${maven.compiler.target} </target >
2929 <compilerArgs >
30- <arg >--add-opens=java.base/java.lang.foreign=ALL-UNNAMED</arg >
3130 <arg >--enable-preview</arg >
3231 </compilerArgs >
3332 </configuration >
Original file line number Diff line number Diff line change 4949 <artifactId >maven-surefire-plugin</artifactId >
5050 <configuration >
5151 <argLine >
52- --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED
53- --add-exports=java.base/sun.nio.ch=ALL-UNNAMED
54- --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED
55- --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
56- --add-opens=jdk.compiler/com.sun.tools.javac=ALL-UNNAMED
5752 --add-opens=java.base/java.lang=ALL-UNNAMED
58- --add-opens=java.base/java.lang.reflect=ALL-UNNAMED
59- --add-opens=java.base/java.io=ALL-UNNAMED
60- --add-opens=java.base/java.util=ALL-UNNAMED
6153 </argLine >
6254 </configuration >
6355 </plugin >
Original file line number Diff line number Diff line change 175175 <artifactId >maven-surefire-plugin</artifactId >
176176 <configuration >
177177 <argLine >
178- --add-opens java.base/java.lang=ALL-UNNAMED
179- --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
180- --add-opens java.base/jdk.internal.misc=ALL-UNNAMED
181- --add-opens java.base/sun.nio.ch=ALL-UNNAMED
182- --add-opens java.management/com.sun.jmx.mbeanserver=ALL-UNNAMED
183- --add-opens jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
184- --add-opens java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED
185- --add-opens java.base/java.io=ALL-UNNAMED
186178 --add-opens java.base/java.nio=ALL-UNNAMED
187- --add-opens java.base/java.util=ALL-UNNAMED
188179 --add-opens java.base/java.lang=ALL-UNNAMED
189180 </argLine >
190181 </configuration >
Original file line number Diff line number Diff line change 205205 <artifactId >maven-surefire-plugin</artifactId >
206206 <configuration >
207207 <argLine >
208- --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED
209- --add-exports=java.base/sun.nio.ch=ALL-UNNAMED
210- --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED
211- --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
212- --add-opens=jdk.compiler/com.sun.tools.javac=ALL-UNNAMED
213208 --add-opens=java.base/java.lang=ALL-UNNAMED
214- --add-opens=java.base/java.lang.reflect=ALL-UNNAMED
215- --add-opens=java.base/java.io=ALL-UNNAMED
216- --add-opens=java.base/java.util=ALL-UNNAMED
217209 </argLine >
218210 </configuration >
219211 </plugin >
Original file line number Diff line number Diff line change 2929 <configuration >
3030 <argLine >
3131 --add-opens java.base/java.lang=ALL-UNNAMED
32- --add-opens java.base/java.util=ALL-UNNAMED
3332 </argLine >
3433 </configuration >
3534 </plugin >
Original file line number Diff line number Diff line change 107107 <plugin >
108108 <groupId >org.apache.maven.plugins</groupId >
109109 <artifactId >maven-surefire-plugin</artifactId >
110- <configuration >
111- <argLine >
112- --add-opens java.base/java.util=ALL-UNNAMED
113- --add-opens
114- java.base/java.util.concurrent=ALL-UNNAMED
115- </argLine >
116- </configuration >
117110 </plugin >
118111 </plugins >
119112 </build >
Original file line number Diff line number Diff line change 154154 <version >${maven-surefire-plugin.version} </version >
155155 <configuration >
156156 <argLine >
157- --add-opens java.base/java.lang=ALL-UNNAMED
158- --add-opens java.base/java.util=ALL-UNNAMED
159157 -javaagent:"${settings.localRepository} "/org/aspectj/aspectjweaver/${aspectjweaver.version} /aspectjweaver-${aspectjweaver.version} .jar
160158 -javaagent:"${settings.localRepository} "/org/springframework/spring-instrument/${spring.version} /spring-instrument-${spring.version} .jar
161159 </argLine >
Original file line number Diff line number Diff line change 4545 <configuration >
4646 <argLine >
4747 --add-opens java.base/java.lang=ALL-UNNAMED
48- --add-opens java.base/java.util=ALL-UNNAMED
49- --add-opens java.base/java.lang.reflect=ALL-UNNAMED
5048 </argLine >
5149 </configuration >
5250 </plugin >
Original file line number Diff line number Diff line change 5454 <configuration >
5555 <argLine >
5656 --add-opens java.base/java.lang=ALL-UNNAMED
57- --add-opens java.base/java.util=ALL-UNNAMED
58- --add-opens java.base/java.lang.reflect=ALL-UNNAMED
59- --add-opens java.base/java.text=ALL-UNNAMED
60- --add-opens java.desktop/java.awt.font=ALL-UNNAMED
6157 </argLine >
6258 </configuration >
6359 </plugin >
You can’t perform that action at this time.
0 commit comments