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
13 files changed +10
-54
lines changed Original file line number Diff line number Diff line change 53
53
</annotationProcessors >
54
54
<compilerArgs combine.children=" append" >
55
55
<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 >
63
56
</compilerArgs >
64
57
</configuration >
65
58
</plugin >
Original file line number Diff line number Diff line change 30
30
<version >${mockito-junit-jupiter.version} </version >
31
31
<scope >test</scope >
32
32
</dependency >
33
+ <dependency >
34
+ <groupId >com.google.code.gson</groupId >
35
+ <artifactId >gson</artifactId >
36
+ <version >${gson.version} </version >
37
+ </dependency >
33
38
</dependencies >
34
39
35
40
<build >
61
66
<maven .compiler.source>20</maven .compiler.source>
62
67
<maven .compiler.target>20</maven .compiler.target>
63
68
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
69
+ <gson .version>2.11.0</gson .version>
64
70
</properties >
65
71
66
72
</project >
Original file line number Diff line number Diff line change 67
67
<configuration >
68
68
<source >${maven.compiler.source} </source >
69
69
<target >${maven.compiler.target} </target >
70
- <compilerArgument >--add-modules=jdk.incubator.httpclient</compilerArgument >
71
70
</configuration >
72
71
</plugin >
73
72
<plugin >
74
73
<artifactId >maven-surefire-plugin</artifactId >
75
74
<version >${maven-surefire-plugin.version} </version >
76
- <configuration >
77
- <argLine >--add-modules=jdk.incubator.httpclient</argLine >
78
- </configuration >
79
75
</plugin >
80
76
</plugins >
81
77
</build >
Original file line number Diff line number Diff line change 37
37
<groupId >org.apache.maven.plugins</groupId >
38
38
<artifactId >maven-surefire-plugin</artifactId >
39
39
<version >${maven-surefire-plugin.version} </version >
40
- <configuration >
41
- <argLine >
42
- --add-opens java.base/java.util=ALL-UNNAMED
43
- </argLine >
44
- </configuration >
45
40
</plugin >
46
41
</plugins >
47
42
</build >
Original file line number Diff line number Diff line change 31
31
<plugin >
32
32
<groupId >org.apache.maven.plugins</groupId >
33
33
<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 >
39
34
</plugin >
40
35
</plugins >
41
36
</build >
Original file line number Diff line number Diff line change 41
41
<plugin >
42
42
<groupId >org.apache.maven.plugins</groupId >
43
43
<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 >
49
44
</plugin >
50
45
<plugin >
51
46
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 149
149
<version >${maven-surefire-plugin.version} </version >
150
150
<configuration >
151
151
<argLine >
152
- --add-opens java.base/java.lang=ALL-UNNAMED
153
152
--add-opens java.base/java.util=ALL-UNNAMED
154
153
</argLine >
155
154
</configuration >
Original file line number Diff line number Diff line change 91
91
<artifactId >maven-surefire-plugin</artifactId >
92
92
<version >${maven-surefire-plugin.version} </version >
93
93
<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 >
95
98
</configuration >
96
99
</plugin >
97
100
</plugins >
Original file line number Diff line number Diff line change 35
35
<groupId >org.apache.maven.plugins</groupId >
36
36
<artifactId >maven-surefire-plugin</artifactId >
37
37
<version >${maven-surefire-plugin.version} </version >
38
- <configuration >
39
- <argLine >
40
- --add-opens java.base/java.lang=ALL-UNNAMED
41
- </argLine >
42
- </configuration >
43
38
</plugin >
44
39
</plugins >
45
40
</build >
Original file line number Diff line number Diff line change 162
162
<groupId >org.apache.maven.plugins</groupId >
163
163
<artifactId >maven-surefire-plugin</artifactId >
164
164
<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 >
171
165
</plugin >
172
166
</plugins >
173
167
</build >
Original file line number Diff line number Diff line change 79
79
<groupId >org.apache.maven.plugins</groupId >
80
80
<artifactId >maven-surefire-plugin</artifactId >
81
81
<version >${maven-surefire-plugin.version} </version >
82
- <configuration >
83
- <argLine >
84
- --add-opens java.base/java.lang=ALL-UNNAMED
85
- </argLine >
86
- </configuration >
87
82
</plugin >
88
83
<plugin >
89
84
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 126
126
<groupId >org.apache.maven.plugins</groupId >
127
127
<artifactId >maven-surefire-plugin</artifactId >
128
128
<version >${maven-surefire-plugin.version} </version >
129
- <configuration >
130
- <argLine >
131
- --add-opens java.base/java.lang=ALL-UNNAMED
132
- </argLine >
133
- </configuration >
134
129
</plugin >
135
130
</plugins >
136
131
</build >
Original file line number Diff line number Diff line change 361
361
<groupId >org.apache.maven.plugins</groupId >
362
362
<artifactId >maven-surefire-plugin</artifactId >
363
363
<version >${maven-surefire-plugin.version} </version >
364
- <configuration >
365
- <argLine >
366
- --add-opens java.base/java.lang=ALL-UNNAMED
367
- </argLine >
368
- </configuration >
369
364
</plugin >
370
365
</plugins >
371
366
</build >
You can’t perform that action at this time.
0 commit comments