File tree 14 files changed +0
-73
lines changed
spring-cloud-zuul-eureka-integration/eureka-client
static-analysis/error-prone-project
testing-modules/rest-testing
14 files changed +0
-73
lines changed Original file line number Diff line number Diff line change 55
55
<arg >-Awarns</arg >
56
56
<arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg >
57
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.file=ALL-UNNAMED</arg >
59
58
<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 >
61
59
<arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg >
62
60
<arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg >
63
61
<arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg >
Original file line number Diff line number Diff line change 27
27
<source >${maven.compiler.source} </source >
28
28
<target >${maven.compiler.target} </target >
29
29
<compilerArgs >
30
- <arg >--add-opens=java.base/java.lang.foreign=ALL-UNNAMED</arg >
31
30
<arg >--enable-preview</arg >
32
31
</compilerArgs >
33
32
</configuration >
Original file line number Diff line number Diff line change 49
49
<artifactId >maven-surefire-plugin</artifactId >
50
50
<configuration >
51
51
<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
57
52
--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
61
53
</argLine >
62
54
</configuration >
63
55
</plugin >
Original file line number Diff line number Diff line change 175
175
<artifactId >maven-surefire-plugin</artifactId >
176
176
<configuration >
177
177
<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
186
178
--add-opens java.base/java.nio=ALL-UNNAMED
187
- --add-opens java.base/java.util=ALL-UNNAMED
188
179
--add-opens java.base/java.lang=ALL-UNNAMED
189
180
</argLine >
190
181
</configuration >
Original file line number Diff line number Diff line change 205
205
<artifactId >maven-surefire-plugin</artifactId >
206
206
<configuration >
207
207
<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
213
208
--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
217
209
</argLine >
218
210
</configuration >
219
211
</plugin >
Original file line number Diff line number Diff line change 29
29
<configuration >
30
30
<argLine >
31
31
--add-opens java.base/java.lang=ALL-UNNAMED
32
- --add-opens java.base/java.util=ALL-UNNAMED
33
32
</argLine >
34
33
</configuration >
35
34
</plugin >
Original file line number Diff line number Diff line change 107
107
<plugin >
108
108
<groupId >org.apache.maven.plugins</groupId >
109
109
<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 >
117
110
</plugin >
118
111
</plugins >
119
112
</build >
Original file line number Diff line number Diff line change 154
154
<version >${maven-surefire-plugin.version} </version >
155
155
<configuration >
156
156
<argLine >
157
- --add-opens java.base/java.lang=ALL-UNNAMED
158
- --add-opens java.base/java.util=ALL-UNNAMED
159
157
-javaagent:"${settings.localRepository} "/org/aspectj/aspectjweaver/${aspectjweaver.version} /aspectjweaver-${aspectjweaver.version} .jar
160
158
-javaagent:"${settings.localRepository} "/org/springframework/spring-instrument/${spring.version} /spring-instrument-${spring.version} .jar
161
159
</argLine >
Original file line number Diff line number Diff line change 45
45
<configuration >
46
46
<argLine >
47
47
--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
50
48
</argLine >
51
49
</configuration >
52
50
</plugin >
Original file line number Diff line number Diff line change 54
54
<configuration >
55
55
<argLine >
56
56
--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
61
57
</argLine >
62
58
</configuration >
63
59
</plugin >
Original file line number Diff line number Diff line change 128
128
<plugin >
129
129
<groupId >org.apache.maven.plugins</groupId >
130
130
<artifactId >maven-surefire-plugin</artifactId >
131
- <configuration >
132
- <argLine >
133
- --add-opens java.base/java.lang=ALL-UNNAMED
134
- </argLine >
135
- </configuration >
136
131
</plugin >
137
132
</plugins >
138
133
</build >
Original file line number Diff line number Diff line change 93
93
<plugin >
94
94
<groupId >org.apache.maven.plugins</groupId >
95
95
<artifactId >maven-surefire-plugin</artifactId >
96
- <configuration >
97
- <argLine >
98
- --add-opens java.base/java.lang=ALL-UNNAMED
99
- </argLine >
100
- </configuration >
101
96
</plugin >
102
97
</plugins >
103
98
</build >
Original file line number Diff line number Diff line change 22
22
<compilerArgs >
23
23
<arg >-XDcompilePolicy=simple</arg >
24
24
<arg >-Xplugin:ErrorProne</arg >
25
- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg >
26
- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg >
27
- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg >
28
- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED</arg >
29
- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</arg >
30
- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg >
31
- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg >
32
- <arg >-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg >
33
- <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg >
34
- <arg >-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg >
35
25
</compilerArgs >
36
26
<annotationProcessorPaths >
37
27
<path >
Original file line number Diff line number Diff line change 88
88
<plugin >
89
89
<groupId >org.apache.maven.plugins</groupId >
90
90
<artifactId >maven-surefire-plugin</artifactId >
91
- <configuration >
92
- <argLine >
93
- --add-opens java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED
94
- --add-opens java.base/java.util=ALL-UNNAMED
95
- --add-opens java.base/java.lang.reflect=ALL-UNNAMED
96
- --add-opens java.base/java.text=ALL-UNNAMED
97
- --add-opens java.desktop/java.awt.font=ALL-UNNAMED
98
- </argLine >
99
- </configuration >
100
91
</plugin >
101
92
</plugins >
102
93
</build >
You can’t perform that action at this time.
0 commit comments