File tree 14 files changed +15
-65
lines changed
core-java-collections-array-list
spring-reactive-modules/spring-reactive-data-couchbase
spring-web-modules/spring-freemarker
14 files changed +15
-65
lines changed Original file line number Diff line number Diff line change 33
33
<plugin >
34
34
<groupId >org.apache.maven.plugins</groupId >
35
35
<artifactId >maven-compiler-plugin</artifactId >
36
- <configuration >
37
- <source >${maven-compiler-plugin.source} </source >
38
- <target >${maven-compiler-plugin.target} </target >
39
- </configuration >
36
+ <version >${maven-compiler-plugin.version} </version >
40
37
</plugin >
41
38
<plugin >
42
39
<groupId >org.apache.maven.plugins</groupId >
51
48
</plugins >
52
49
</build >
53
50
54
- <properties >
55
- <maven-compiler-plugin .source>21</maven-compiler-plugin .source>
56
- <maven-compiler-plugin .target>21</maven-compiler-plugin .target>
57
- </properties >
58
-
59
51
</project >
Original file line number Diff line number Diff line change 19
19
<groupId >org.apache.maven.plugins</groupId >
20
20
<artifactId >maven-surefire-plugin</artifactId >
21
21
<version >${maven-surefire-plugin.version} </version >
22
- <configuration >
23
- <argLine >
24
- --add-opens java.base/java.nio=ALL-UNNAMED
25
- </argLine >
26
- </configuration >
27
22
</plugin >
28
23
</plugins >
29
24
</build >
Original file line number Diff line number Diff line change 19
19
<groupId >org.apache.maven.plugins</groupId >
20
20
<artifactId >maven-surefire-plugin</artifactId >
21
21
<version >${maven-surefire-plugin.version} </version >
22
- <configuration >
23
- <argLine >
24
- --add-opens java.base/java.nio=ALL-UNNAMED
25
- </argLine >
26
- </configuration >
27
22
</plugin >
28
23
</plugins >
29
24
</build >
Original file line number Diff line number Diff line change 48
48
<groupId >org.apache.maven.plugins</groupId >
49
49
<artifactId >maven-surefire-plugin</artifactId >
50
50
<version >${maven-surefire-plugin.version} </version >
51
- <configuration >
52
- <argLine >
53
- --add-opens java.base/java.lang=ALL-UNNAMED
54
- </argLine >
55
- </configuration >
56
51
</plugin >
57
52
</plugins >
58
53
</build >
Original file line number Diff line number Diff line change 125
125
<dependency >
126
126
<groupId >com.thoughtworks.xstream</groupId >
127
127
<artifactId >xstream</artifactId >
128
- <version >1.4.16 </version >
128
+ <version >${xstream.version} </version >
129
129
</dependency >
130
130
</dependencies >
131
131
137
137
<version >${maven-surefire-plugin.version} </version >
138
138
<configuration >
139
139
<argLine >
140
- --add-opens java.base/java.util=ALL-UNNAMED
141
- --add-opens java.base/java.nio=ALL-UNNAMED
142
140
--add-opens java.base/java.lang=ALL-UNNAMED
143
141
</argLine >
144
142
</configuration >
161
159
<ignite .version>2.16.0</ignite .version>
162
160
<gson .version>2.11.0</gson .version>
163
161
<jmapper .version>1.6.0.1</jmapper .version>
162
+ <xstream .version>1.4.16</xstream .version>
164
163
</properties >
165
164
166
165
</project >
Original file line number Diff line number Diff line change 173
173
<version >${maven-surefire-plugin.version} </version >
174
174
<configuration >
175
175
<argLine >
176
- --add-opens java.base/java.nio=ALL-UNNAMED
177
- --add-opens java.base/java.lang=ALL-UNNAMED
178
176
--add-opens java.base/java.util=ALL-UNNAMED
179
177
</argLine >
180
178
</configuration >
183
181
</build >
184
182
185
183
<properties >
186
- <maven .compiler.source>17</maven .compiler.source>
187
- <maven .compiler.target>17</maven .compiler.target>
188
184
<httpclient .version>3.1</httpclient .version>
189
185
<kafka .version>3.3.1</kafka .version>
190
186
<gson .version>2.11.0</gson .version>
191
187
<cache .version>1.1.1</cache .version>
192
- <flink .version>1.19.1 </flink .version>
188
+ <flink .version>1.20.0 </flink .version>
193
189
<hazelcast .version>5.2.0</hazelcast .version>
194
190
<javassist .version>3.29.2-GA</javassist .version>
195
191
<caffeine .version>3.1.8</caffeine .version>
Original file line number Diff line number Diff line change 89
89
<artifactId >maven-surefire-plugin</artifactId >
90
90
<version >${maven-surefire-plugin.version} </version >
91
91
<configuration >
92
- <argLine >
93
- --add-opens java.base/java.lang=ALL-UNNAMED
94
- </argLine >
95
92
<systemPropertyVariables >
96
93
<pact .rootDir>target/mypacts</pact .rootDir>
97
94
</systemPropertyVariables >
Original file line number Diff line number Diff line change 81
81
<groupId >org.apache.maven.plugins</groupId >
82
82
<artifactId >maven-surefire-plugin</artifactId >
83
83
<version >${maven-surefire-plugin.version} </version >
84
- <configuration >
85
- <argLine >
86
- --add-opens java.base/java.util=ALL-UNNAMED
87
- </argLine >
88
- </configuration >
89
84
</plugin >
90
85
<plugin >
91
86
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 56
56
<plugin >
57
57
<groupId >org.apache.maven.plugins</groupId >
58
58
<artifactId >maven-surefire-plugin</artifactId >
59
- <configuration >
60
- <argLine >
61
- --add-opens java.base/java.lang=ALL-UNNAMED
62
- </argLine >
63
- </configuration >
64
59
</plugin >
65
60
</plugins >
66
61
</build >
Original file line number Diff line number Diff line change 66
66
<groupId >org.apache.maven.plugins</groupId >
67
67
<artifactId >maven-surefire-plugin</artifactId >
68
68
<version >${maven-surefire-plugin.version} </version >
69
- <configuration >
70
- <argLine >
71
- --add-opens java.base/java.lang=ALL-UNNAMED
72
- </argLine >
73
- </configuration >
74
69
</plugin >
75
70
</plugins >
76
71
</build >
137
132
</profiles >
138
133
139
134
<properties >
140
- <spring .version>5.0.6.RELEASE </spring .version>
141
- <h2 .version>1.4.197</h2 .version> <!-- needs to be specified to be compatible with spring.version 5.0.6.RELEASE -->
135
+ <spring .version>6.2.2 </spring .version>
136
+ <h2 .version>1.4.197</h2 .version>
142
137
</properties >
143
138
144
139
</project >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
- <!-- NOT NEEDED - JSP <groupId>com.baeldung</groupId> -->
7
6
<artifactId >junit-5</artifactId >
8
7
<version >1.0-SNAPSHOT</version >
9
8
<name >junit-5</name >
Original file line number Diff line number Diff line change 39
39
<artifactId >maven-surefire-plugin</artifactId >
40
40
<version >${maven-surefire-plugin.version} </version >
41
41
<configuration >
42
- <argLine >
43
- --add-opens java.base/java.lang=ALL-UNNAMED
44
- -Djdk.attach.allowAttachSelf
45
- </argLine >
46
42
<disableXmlReport >true</disableXmlReport >
47
43
<excludes >
48
44
<exclude >**/testsuite/**/*UnitTest.java</exclude >
54
50
55
51
<properties >
56
52
<javafaker .version>0.15</javafaker .version>
57
- <easymock .version>3 .5.1 </easymock .version>
53
+ <easymock .version>5 .5.0 </easymock .version>
58
54
<spring-test .version>5.3.25</spring-test .version>
59
55
</properties >
60
56
Original file line number Diff line number Diff line change 218
218
<checkstyle-maven-plugin .version>3.0.0</checkstyle-maven-plugin .version>
219
219
<spring-boot .version>2.4.3</spring-boot .version>
220
220
<system-rules .version>1.19.0</system-rules .version>
221
- <system-lambda .version>1.0 .0</system-lambda .version>
221
+ <system-lambda .version>1.2 .0</system-lambda .version>
222
222
<system-stubs .version>2.1.6</system-stubs .version>
223
223
<testng .version>7.8.0</testng .version>
224
224
<junit .pioneer.version>2.1.0</junit .pioneer.version>
Original file line number Diff line number Diff line change 44
44
<artifactId >bootique-test</artifactId >
45
45
<scope >test</scope >
46
46
</dependency >
47
+ <dependency >
48
+ <groupId >com.google.inject</groupId >
49
+ <artifactId >guice</artifactId >
50
+ <version >${guice.version} </version >
51
+ </dependency >
47
52
</dependencies >
48
53
49
54
<build >
57
62
<groupId >org.apache.maven.plugins</groupId >
58
63
<artifactId >maven-surefire-plugin</artifactId >
59
64
<version >${maven-surefire-plugin.version} </version >
60
- <configuration >
61
- <argLine >
62
- --add-opens java.base/java.lang=ALL-UNNAMED
63
- </argLine >
64
- </configuration >
65
65
</plugin >
66
66
</plugins >
67
67
</build >
68
68
69
69
<properties >
70
70
<main .class>com.baeldung.bootique.App</main .class>
71
- <bootique-bom .version>0.23</bootique-bom .version>
71
+ <bootique-bom .version>1.3</bootique-bom .version>
72
+ <guice .version>7.0.0</guice .version>
72
73
<maven-shade-plugin .version>2.4.3</maven-shade-plugin .version>
73
74
</properties >
74
75
You can’t perform that action at this time.
0 commit comments