(axis-axis2-java-core) branch master updated (f455a21b95 -> 787544ff6e)
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git from f455a21b95 Remove unused class HTTPClient4TransportSender add 75cca87be2 chore: exclude `org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api`, harden build add 9a8085af65 fix: MockHttpServletResponse incompatible with HttpServletResponse new 787544ff6e Merge pull request #859 from cortlepp/cortlepp/exclude-shaded-jakarta-servlet-api The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: modules/jaxws/pom.xml | 6 +- modules/metadata/pom.xml | 4 modules/saaj/pom.xml | 8 +++- modules/testutils/pom.xml | 8 +++- .../transport/http/mock/MockHttpServletResponse.java | 18 -- modules/transport/testkit/pom.xml | 8 +++- pom.xml| 5 + 7 files changed, 39 insertions(+), 18 deletions(-)
(axis-axis2-java-core) 01/01: Merge pull request #859 from cortlepp/cortlepp/exclude-shaded-jakarta-servlet-api
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 787544ff6e98f01b1b4b3bacd6749022839f1eca Merge: f455a21b95 9a8085af65 Author: robertlazarski <58150512+robertlazar...@users.noreply.github.com> AuthorDate: Fri Feb 21 07:18:27 2025 -1000 Merge pull request #859 from cortlepp/cortlepp/exclude-shaded-jakarta-servlet-api exclude `org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api` modules/jaxws/pom.xml | 6 +- modules/metadata/pom.xml | 4 modules/saaj/pom.xml | 8 +++- modules/testutils/pom.xml | 8 +++- .../transport/http/mock/MockHttpServletResponse.java | 18 -- modules/transport/testkit/pom.xml | 8 +++- pom.xml| 5 + 7 files changed, 39 insertions(+), 18 deletions(-)
(axis-axis2-java-core) branch dependabot/maven/org.junit.jupiter-junit-jupiter-5.12.0 created (now af2ce007f0)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.junit.jupiter-junit-jupiter-5.12.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at af2ce007f0 Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0 No new revisions were added by this update.
(axis-axis2-java-core) branch dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.14.0 created (now 1ddf0d3c1a)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.14.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at 1ddf0d3c1a Bump org.apache.maven.plugins:maven-compiler-plugin No new revisions were added by this update.
(axis-axis2-java-core) branch master updated: Update deps in the Spring Boot Demo
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 The following commit(s) were added to refs/heads/master by this push: new 5b3a5cbf21 Update deps in the Spring Boot Demo 5b3a5cbf21 is described below commit 5b3a5cbf214ed0386e411eaaa43c90aba4794838 Author: Robert Lazarski AuthorDate: Fri Feb 21 13:16:41 2025 -1000 Update deps in the Spring Boot Demo --- .../userguide/src/userguide/springbootdemo/pom.xml | 28 +++--- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/modules/samples/userguide/src/userguide/springbootdemo/pom.xml b/modules/samples/userguide/src/userguide/springbootdemo/pom.xml index 7195044c37..c4f8a96e93 100644 --- a/modules/samples/userguide/src/userguide/springbootdemo/pom.xml +++ b/modules/samples/userguide/src/userguide/springbootdemo/pom.xml @@ -33,7 +33,7 @@ org.springframework.boot spring-boot-starter-parent -3.3.2 +3.4.3 @@ -41,7 +41,7 @@ UTF-8 UTF-8 17 -3.3.2 +3.4.3 @@ -61,12 +61,12 @@ org.apache.commons commons-lang3 -3.15.0 +3.17.0 jakarta.activation jakarta.activation-api -2.1.2 +2.1.3 org.eclipse.angus @@ -95,7 +95,7 @@ org.apache.logging.log4j log4j-jul -2.24.1 +2.24.3 org.springframework.boot @@ -140,7 +140,7 @@ org.springframework.boot spring-boot-starter-security -3.3.5 +3.4.3 commons-io @@ -266,27 +266,27 @@ org.apache.ws.commons.axiom axiom-impl -2.0.0-SNAPSHOT +2.0.0 org.apache.ws.commons.axiom axiom-dom -2.0.0-SNAPSHOT +2.0.0 org.apache.ws.commons.axiom axiom-jakarta-activation -2.0.0-SNAPSHOT +2.0.0 org.apache.ws.commons.axiom axiom-legacy-attachments -2.0.0-SNAPSHOT +2.0.0 org.apache.ws.commons.axiom axiom-jakarta-jaxb -2.0.0-SNAPSHOT +2.0.0 javax.ws.rs @@ -302,12 +302,12 @@ org.apache.httpcomponents.core5 httpcore5 -5.3-beta1 +5.3.3 org.apache.httpcomponents.client5 httpclient5 -5.3.1 +5.4.2 @@ -315,7 +315,7 @@ org.apache.maven.plugins maven-dependency-plugin -3.7.1 +3.8.1 unpack