Skip to content

Commit 9f46a2c

Browse files
springbootdemo: update dependency versions, remove woodstox-core-asl
Bump versions in both springbootdemo-tomcat11 and springbootdemo-wildfly poms: - commons-lang3: 3.18.0 → 3.20.0 - jakarta.activation-api: 2.1.3 → 2.1.4 - angus-activation: 2.0.2 → 2.0.3 - jaxb-runtime/xjc: 4.0.3 → 4.0.5 - jakarta.xml.bind-api: 4.0.1 → 4.0.4 - log4j-jul: 2.24.3 → 2.25.3 - commons-io: 2.18.0 → 2.21.0 - commons-codec: 1.15 → 1.19.0 - commons-validator: 1.7 → 1.10.1 - commons-fileupload2-core/jakarta-servlet6: 2.0.0-M2 → 2.0.0-M5 - httpcore5-h2: 5.3.3 → 5.4.1 - xmlschema-core: 2.3.0 → 2.3.1 - esapi: 2.6.0.0 → 2.7.0.0 - maven-war-plugin: 3.4.0 → 3.5.1 - wildfly only: jakarta.servlet-api: 6.0.0 → 6.1.0 Remove woodstox-core-asl:4.4.1 (org.codehaus.woodstox): drags in javax.xml.stream:stax-api:1.0-2 which conflicts with the JDK built-in StAX since Java 9. The modern com.fasterxml.woodstox:woodstox-core:7.1.0 is already present transitively via stax2-api. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9dfd35c commit 9f46a2c

File tree

2 files changed

+34
-44
lines changed
  • modules/samples/userguide/src/userguide

2 files changed

+34
-44
lines changed

modules/samples/userguide/src/userguide/springbootdemo-tomcat11/pom.xml

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -62,32 +62,32 @@
6262
<dependency>
6363
<groupId>org.apache.commons</groupId>
6464
<artifactId>commons-lang3</artifactId>
65-
<version>3.18.0</version>
65+
<version>3.20.0</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>jakarta.activation</groupId>
6969
<artifactId>jakarta.activation-api</artifactId>
70-
<version>2.1.3</version>
70+
<version>2.1.4</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.eclipse.angus</groupId>
7474
<artifactId>angus-activation</artifactId>
75-
<version>2.0.2</version>
75+
<version>2.0.3</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.glassfish.jaxb</groupId>
7979
<artifactId>jaxb-runtime</artifactId>
80-
<version>4.0.3</version>
80+
<version>4.0.5</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.glassfish.jaxb</groupId>
8484
<artifactId>jaxb-xjc</artifactId>
85-
<version>4.0.3</version>
85+
<version>4.0.5</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>jakarta.xml.bind</groupId>
8989
<artifactId>jakarta.xml.bind-api</artifactId>
90-
<version>4.0.1</version>
90+
<version>4.0.4</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.springframework.boot</groupId>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>org.apache.logging.log4j</groupId>
9898
<artifactId>log4j-jul</artifactId>
99-
<version>2.24.3</version>
99+
<version>2.25.3</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>org.springframework.boot</groupId>
@@ -146,28 +146,28 @@
146146
<dependency>
147147
<groupId>commons-io</groupId>
148148
<artifactId>commons-io</artifactId>
149-
<version>2.18.0</version>
149+
<version>2.21.0</version>
150150
</dependency>
151151
<dependency>
152152
<groupId>commons-codec</groupId>
153153
<artifactId>commons-codec</artifactId>
154-
<version>1.15</version>
154+
<version>1.19.0</version>
155155
</dependency>
156156
<dependency>
157157
<groupId>commons-validator</groupId>
158158
<artifactId>commons-validator</artifactId>
159-
<version>1.7</version>
159+
<version>1.10.1</version>
160160
</dependency>
161161
<!-- axis2 -->
162162
<dependency>
163163
<groupId>org.apache.commons</groupId>
164164
<artifactId>commons-fileupload2-core</artifactId>
165-
<version>2.0.0-M2</version>
165+
<version>2.0.0-M5</version>
166166
</dependency>
167167
<dependency>
168168
<groupId>org.apache.commons</groupId>
169169
<artifactId>commons-fileupload2-jakarta-servlet6</artifactId>
170-
<version>2.0.0-M2</version>
170+
<version>2.0.0-M5</version>
171171
</dependency>
172172
<dependency>
173173
<groupId>org.apache.axis2</groupId>
@@ -189,7 +189,7 @@
189189
<dependency>
190190
<groupId>org.apache.httpcomponents.core5</groupId>
191191
<artifactId>httpcore5-h2</artifactId>
192-
<version>5.3.3</version>
192+
<version>5.4.1</version>
193193
</dependency>
194194
<dependency>
195195
<groupId>org.apache.axis2</groupId>
@@ -246,15 +246,10 @@
246246
<artifactId>wsdl4j</artifactId>
247247
<version>1.6.3</version>
248248
</dependency>
249-
<dependency>
250-
<groupId>org.codehaus.woodstox</groupId>
251-
<artifactId>woodstox-core-asl</artifactId>
252-
<version>4.4.1</version>
253-
</dependency>
254249
<dependency>
255250
<groupId>org.apache.ws.xmlschema</groupId>
256251
<artifactId>xmlschema-core</artifactId>
257-
<version>2.3.0</version>
252+
<version>2.3.1</version>
258253
</dependency>
259254
<dependency>
260255
<groupId>org.codehaus.woodstox</groupId>
@@ -299,7 +294,7 @@
299294
<dependency>
300295
<groupId>org.owasp.esapi</groupId>
301296
<artifactId>esapi</artifactId>
302-
<version>2.6.0.0</version>
297+
<version>2.7.0.0</version>
303298
<classifier>jakarta</classifier>
304299
</dependency>
305300
<dependency>
@@ -411,7 +406,7 @@
411406
<plugin>
412407
<groupId>org.apache.maven.plugins</groupId>
413408
<artifactId>maven-war-plugin</artifactId>
414-
<version>3.4.0</version>
409+
<version>3.5.1</version>
415410
<configuration>
416411
<webResources>
417412
<resource>

modules/samples/userguide/src/userguide/springbootdemo-wildfly/pom.xml

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
src/main/webapp/WEB-INF/jboss-web.xml
3131
3232
Build: mvn package -DskipTests
33-
Deploy: rsync -a --delete target/deploy/axis2-json-api/ ~/wildfly/standalone/deployments/axis2-json-api.war/
33+
Deploy: rsync -a -delete target/deploy/axis2-json-api/ ~/wildfly/standalone/deployments/axis2-json-api.war/
3434
touch ~/wildfly/standalone/deployments/axis2-json-api.war.dodeploy
3535
JDK: Compiled at Java 21 source level; tested on OpenJDK 21 and OpenJDK 25.
3636
-->
@@ -76,32 +76,32 @@
7676
<dependency>
7777
<groupId>org.apache.commons</groupId>
7878
<artifactId>commons-lang3</artifactId>
79-
<version>3.18.0</version>
79+
<version>3.20.0</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>jakarta.activation</groupId>
8383
<artifactId>jakarta.activation-api</artifactId>
84-
<version>2.1.3</version>
84+
<version>2.1.4</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.eclipse.angus</groupId>
8888
<artifactId>angus-activation</artifactId>
89-
<version>2.0.2</version>
89+
<version>2.0.3</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.glassfish.jaxb</groupId>
9393
<artifactId>jaxb-runtime</artifactId>
94-
<version>4.0.3</version>
94+
<version>4.0.5</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>org.glassfish.jaxb</groupId>
9898
<artifactId>jaxb-xjc</artifactId>
99-
<version>4.0.3</version>
99+
<version>4.0.5</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>jakarta.xml.bind</groupId>
103103
<artifactId>jakarta.xml.bind-api</artifactId>
104-
<version>4.0.1</version>
104+
<version>4.0.4</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>org.springframework.boot</groupId>
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>org.apache.logging.log4j</groupId>
112112
<artifactId>log4j-jul</artifactId>
113-
<version>2.24.3</version>
113+
<version>2.25.3</version>
114114
</dependency>
115115
<!-- No spring-boot-devtools: WildFly hot-reload works differently -->
116116
<dependency>
@@ -146,7 +146,7 @@
146146
<dependency>
147147
<groupId>jakarta.servlet</groupId>
148148
<artifactId>jakarta.servlet-api</artifactId>
149-
<version>6.0.0</version>
149+
<version>6.1.0</version>
150150
<scope>provided</scope>
151151
</dependency>
152152
<dependency>
@@ -157,28 +157,28 @@
157157
<dependency>
158158
<groupId>commons-io</groupId>
159159
<artifactId>commons-io</artifactId>
160-
<version>2.18.0</version>
160+
<version>2.21.0</version>
161161
</dependency>
162162
<dependency>
163163
<groupId>commons-codec</groupId>
164164
<artifactId>commons-codec</artifactId>
165-
<version>1.15</version>
165+
<version>1.19.0</version>
166166
</dependency>
167167
<dependency>
168168
<groupId>commons-validator</groupId>
169169
<artifactId>commons-validator</artifactId>
170-
<version>1.7</version>
170+
<version>1.10.1</version>
171171
</dependency>
172172
<!-- axis2 -->
173173
<dependency>
174174
<groupId>org.apache.commons</groupId>
175175
<artifactId>commons-fileupload2-core</artifactId>
176-
<version>2.0.0-M2</version>
176+
<version>2.0.0-M5</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>org.apache.commons</groupId>
180180
<artifactId>commons-fileupload2-jakarta-servlet6</artifactId>
181-
<version>2.0.0-M2</version>
181+
<version>2.0.0-M5</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>org.apache.axis2</groupId>
@@ -200,7 +200,7 @@
200200
<dependency>
201201
<groupId>org.apache.httpcomponents.core5</groupId>
202202
<artifactId>httpcore5-h2</artifactId>
203-
<version>5.3.3</version>
203+
<version>5.4.1</version>
204204
</dependency>
205205
<dependency>
206206
<groupId>org.apache.axis2</groupId>
@@ -257,15 +257,10 @@
257257
<artifactId>wsdl4j</artifactId>
258258
<version>1.6.3</version>
259259
</dependency>
260-
<dependency>
261-
<groupId>org.codehaus.woodstox</groupId>
262-
<artifactId>woodstox-core-asl</artifactId>
263-
<version>4.4.1</version>
264-
</dependency>
265260
<dependency>
266261
<groupId>org.apache.ws.xmlschema</groupId>
267262
<artifactId>xmlschema-core</artifactId>
268-
<version>2.3.0</version>
263+
<version>2.3.1</version>
269264
</dependency>
270265
<dependency>
271266
<groupId>org.codehaus.woodstox</groupId>
@@ -310,7 +305,7 @@
310305
<dependency>
311306
<groupId>org.owasp.esapi</groupId>
312307
<artifactId>esapi</artifactId>
313-
<version>2.6.0.0</version>
308+
<version>2.7.0.0</version>
314309
<classifier>jakarta</classifier>
315310
</dependency>
316311
<dependency>
@@ -406,7 +401,7 @@
406401
<plugin>
407402
<groupId>org.apache.maven.plugins</groupId>
408403
<artifactId>maven-war-plugin</artifactId>
409-
<version>3.4.0</version>
404+
<version>3.5.1</version>
410405
<configuration>
411406
<!--
412407
src/main/webapp/WEB-INF/ contains jboss-deployment-structure.xml

0 commit comments

Comments
 (0)