(axis-axis2-java-core) branch dependabot/maven/commons-io-commons-io-2.19.0 created (now 72509fbec0)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/commons-io-commons-io-2.19.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at 72509fbec0 Bump commons-io:commons-io from 2.18.0 to 2.19.0 No new revisions were added by this update.
(axis-axis2-java-core) branch master updated (db14a9eb4b -> c54cc29d2d)
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 db14a9eb4b Merge pull request #901 from apache/dependabot/maven/com.google.guava-guava-33.4.7-jre add 45b814ac05 AXIS2-6091 - Handle 400-500 errors with content-type "text/html" add 629a86fe06 AXIS2-6091 - Minor correcitons new c54cc29d2d Merge pull request #902 from JWT007/bugfix/AXIS2-6091 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: .../apache/axis2/kernel/http/HTTPConstants.java| 50 ++ .../apache/axis2/transport/http/HTTPSender.java| 181 - 2 files changed, 224 insertions(+), 7 deletions(-)
(axis-axis2-java-core) branch dependabot/maven/aspectj.version-1.9.24 created (now 4731708a18)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/aspectj.version-1.9.24 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at 4731708a18 Bump aspectj.version from 1.9.23 to 1.9.24 No new revisions were added by this update.
(axis-axis2-java-core) branch dependabot/maven/org.junit.jupiter-junit-jupiter-5.12.2 created (now b735a9e654)
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.2 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at b735a9e654 Bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2 No new revisions were added by this update.
(axis-axis2-java-core) 01/01: Merge pull request #902 from JWT007/bugfix/AXIS2-6091
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 c54cc29d2d475bed671e6b2253ba2030ca0ac8a5 Merge: db14a9eb4b 629a86fe06 Author: robertlazarski <58150512+robertlazar...@users.noreply.github.com> AuthorDate: Mon Apr 14 05:22:06 2025 -1000 Merge pull request #902 from JWT007/bugfix/AXIS2-6091 AXIS2-6091 - Handle 400-500 errors with content-type "text/html" .../apache/axis2/kernel/http/HTTPConstants.java| 50 ++ .../apache/axis2/transport/http/HTTPSender.java| 181 - 2 files changed, 224 insertions(+), 7 deletions(-)
(axis-axis2-java-core) branch master updated: AXIS2-6091 remove some extra lines around return statements in HTTPSender, identified by community review of a GItHub PR
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 19de61f693 AXIS2-6091 remove some extra lines around return statements in HTTPSender, identified by community review of a GItHub PR 19de61f693 is described below commit 19de61f6939a75ae0280cb37e641fa055a4b0d12 Author: Robert Lazarski AuthorDate: Mon Apr 14 05:32:47 2025 -1000 AXIS2-6091 remove some extra lines around return statements in HTTPSender, identified by community review of a GItHub PR --- .../src/main/java/org/apache/axis2/transport/http/HTTPSender.java | 4 1 file changed, 4 deletions(-) diff --git a/modules/transport/http/src/main/java/org/apache/axis2/transport/http/HTTPSender.java b/modules/transport/http/src/main/java/org/apache/axis2/transport/http/HTTPSender.java index 34ec148cb9..5fffb378ab 100644 --- a/modules/transport/http/src/main/java/org/apache/axis2/transport/http/HTTPSender.java +++ b/modules/transport/http/src/main/java/org/apache/axis2/transport/http/HTTPSender.java @@ -568,7 +568,6 @@ public abstract class HTTPSender { fault.setDetail(faultDetail); return fault; - } /** @@ -621,7 +620,6 @@ public abstract class HTTPSender { } return Optional.ofNullable(faultQName); - } /** @@ -644,7 +642,6 @@ public abstract class HTTPSender { faultDetail.addChild(textNode); return faultDetail; - } /** @@ -662,7 +659,6 @@ public abstract class HTTPSender { // Replace closing CDATA sequences properly String safeContent = responseContent.replace("]]>", ">"; - } }
(axis-axis2-java-core) branch dependabot/maven/com.google.code.gson-gson-2.13.0 created (now 2ca5928e42)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.code.gson-gson-2.13.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at 2ca5928e42 Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 No new revisions were added by this update.