This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit 9f46a2c3d6b28843932bf97ea81b7b4db935ac03 Author: Robert Lazarski <[email protected]> AuthorDate: Mon Apr 6 17:43:37 2026 -1000 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 <[email protected]> --- .../src/userguide/springbootdemo-tomcat11/pom.xml | 37 +++++++++---------- .../src/userguide/springbootdemo-wildfly/pom.xml | 41 ++++++++++------------ 2 files changed, 34 insertions(+), 44 deletions(-) diff --git a/modules/samples/userguide/src/userguide/springbootdemo-tomcat11/pom.xml b/modules/samples/userguide/src/userguide/springbootdemo-tomcat11/pom.xml index e3bf24c912..ed45e39177 100644 --- a/modules/samples/userguide/src/userguide/springbootdemo-tomcat11/pom.xml +++ b/modules/samples/userguide/src/userguide/springbootdemo-tomcat11/pom.xml @@ -62,32 +62,32 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.18.0</version> + <version>3.20.0</version> </dependency> <dependency> <groupId>jakarta.activation</groupId> <artifactId>jakarta.activation-api</artifactId> - <version>2.1.3</version> + <version>2.1.4</version> </dependency> <dependency> <groupId>org.eclipse.angus</groupId> <artifactId>angus-activation</artifactId> - <version>2.0.2</version> + <version>2.0.3</version> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> - <version>4.0.3</version> + <version>4.0.5</version> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-xjc</artifactId> - <version>4.0.3</version> + <version>4.0.5</version> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> - <version>4.0.1</version> + <version>4.0.4</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -96,7 +96,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-jul</artifactId> - <version>2.24.3</version> + <version>2.25.3</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -146,28 +146,28 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.18.0</version> + <version>2.21.0</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.15</version> + <version>1.19.0</version> </dependency> <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> - <version>1.7</version> + <version>1.10.1</version> </dependency> <!-- axis2 --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-core</artifactId> - <version>2.0.0-M2</version> + <version>2.0.0-M5</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-jakarta-servlet6</artifactId> - <version>2.0.0-M2</version> + <version>2.0.0-M5</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> @@ -189,7 +189,7 @@ <dependency> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5-h2</artifactId> - <version>5.3.3</version> + <version>5.4.1</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> @@ -246,15 +246,10 @@ <artifactId>wsdl4j</artifactId> <version>1.6.3</version> </dependency> - <dependency> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>woodstox-core-asl</artifactId> - <version>4.4.1</version> - </dependency> <dependency> <groupId>org.apache.ws.xmlschema</groupId> <artifactId>xmlschema-core</artifactId> - <version>2.3.0</version> + <version>2.3.1</version> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId> @@ -299,7 +294,7 @@ <dependency> <groupId>org.owasp.esapi</groupId> <artifactId>esapi</artifactId> - <version>2.6.0.0</version> + <version>2.7.0.0</version> <classifier>jakarta</classifier> </dependency> <dependency> @@ -411,7 +406,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>3.4.0</version> + <version>3.5.1</version> <configuration> <webResources> <resource> diff --git a/modules/samples/userguide/src/userguide/springbootdemo-wildfly/pom.xml b/modules/samples/userguide/src/userguide/springbootdemo-wildfly/pom.xml index 03fac69a30..f5629efd48 100644 --- a/modules/samples/userguide/src/userguide/springbootdemo-wildfly/pom.xml +++ b/modules/samples/userguide/src/userguide/springbootdemo-wildfly/pom.xml @@ -30,7 +30,7 @@ src/main/webapp/WEB-INF/jboss-web.xml Build: mvn package -DskipTests - Deploy: rsync -a --delete target/deploy/axis2-json-api/ ~/wildfly/standalone/deployments/axis2-json-api.war/ + Deploy: rsync -a -delete target/deploy/axis2-json-api/ ~/wildfly/standalone/deployments/axis2-json-api.war/ touch ~/wildfly/standalone/deployments/axis2-json-api.war.dodeploy JDK: Compiled at Java 21 source level; tested on OpenJDK 21 and OpenJDK 25. --> @@ -76,32 +76,32 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.18.0</version> + <version>3.20.0</version> </dependency> <dependency> <groupId>jakarta.activation</groupId> <artifactId>jakarta.activation-api</artifactId> - <version>2.1.3</version> + <version>2.1.4</version> </dependency> <dependency> <groupId>org.eclipse.angus</groupId> <artifactId>angus-activation</artifactId> - <version>2.0.2</version> + <version>2.0.3</version> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> - <version>4.0.3</version> + <version>4.0.5</version> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-xjc</artifactId> - <version>4.0.3</version> + <version>4.0.5</version> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> - <version>4.0.1</version> + <version>4.0.4</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -110,7 +110,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-jul</artifactId> - <version>2.24.3</version> + <version>2.25.3</version> </dependency> <!-- No spring-boot-devtools: WildFly hot-reload works differently --> <dependency> @@ -146,7 +146,7 @@ <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> - <version>6.0.0</version> + <version>6.1.0</version> <scope>provided</scope> </dependency> <dependency> @@ -157,28 +157,28 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.18.0</version> + <version>2.21.0</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.15</version> + <version>1.19.0</version> </dependency> <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> - <version>1.7</version> + <version>1.10.1</version> </dependency> <!-- axis2 --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-core</artifactId> - <version>2.0.0-M2</version> + <version>2.0.0-M5</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-jakarta-servlet6</artifactId> - <version>2.0.0-M2</version> + <version>2.0.0-M5</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> @@ -200,7 +200,7 @@ <dependency> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5-h2</artifactId> - <version>5.3.3</version> + <version>5.4.1</version> </dependency> <dependency> <groupId>org.apache.axis2</groupId> @@ -257,15 +257,10 @@ <artifactId>wsdl4j</artifactId> <version>1.6.3</version> </dependency> - <dependency> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>woodstox-core-asl</artifactId> - <version>4.4.1</version> - </dependency> <dependency> <groupId>org.apache.ws.xmlschema</groupId> <artifactId>xmlschema-core</artifactId> - <version>2.3.0</version> + <version>2.3.1</version> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId> @@ -310,7 +305,7 @@ <dependency> <groupId>org.owasp.esapi</groupId> <artifactId>esapi</artifactId> - <version>2.6.0.0</version> + <version>2.7.0.0</version> <classifier>jakarta</classifier> </dependency> <dependency> @@ -406,7 +401,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>3.4.0</version> + <version>3.5.1</version> <configuration> <!-- src/main/webapp/WEB-INF/ contains jboss-deployment-structure.xml
