(axis-axis2-java-core) branch dependabot/maven/surefire.version-3.5.1 deleted (was 087b2ab048)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/surefire.version-3.5.1 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git was 087b2ab048 Bump surefire.version from 3.5.0 to 3.5.1 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(axis-axis2-java-core) branch dependabot/maven/com.icegreen-greenmail-2.1.0 created (now 773b38bc9c)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.icegreen-greenmail-2.1.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at 773b38bc9c Bump com.icegreen:greenmail from 2.0.1 to 2.1.0 No new revisions were added by this update.
(axis-axis2-java-core) branch dependabot/maven/surefire.version-3.5.1 created (now 087b2ab048)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/surefire.version-3.5.1 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at 087b2ab048 Bump surefire.version from 3.5.0 to 3.5.1 No new revisions were added by this update.
(axis-axis2-java-core) branch master updated: Bump surefire.version from 3.5.0 to 3.5.1
This is an automated email from the ASF dual-hosted git repository. veithen 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 c6fb63d950 Bump surefire.version from 3.5.0 to 3.5.1 c6fb63d950 is described below commit c6fb63d950931614275abaa83c9cc9aedb8e2851 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Oct 7 13:11:01 2024 + Bump surefire.version from 3.5.0 to 3.5.1 Bumps `surefire.version` from 3.5.0 to 3.5.1. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 460dcaf5fa..cfb03f45bd 100644 --- a/pom.xml +++ b/pom.xml @@ -505,7 +505,7 @@ 3.15.0 3.3.0 6.1.3 -3.5.0 +3.5.1
(axis-axis2-java-core) branch dependabot/maven/com.icegreen-greenmail-2.1.0 deleted (was 773b38bc9c)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.icegreen-greenmail-2.1.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git was 773b38bc9c Bump com.icegreen:greenmail from 2.0.1 to 2.1.0 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(axis-axis2-java-core) branch master updated (4e7aa21f35 -> 9c9b5c5849)
This is an automated email from the ASF dual-hosted git repository. veithen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git from 4e7aa21f35 Fix site generation add 9c9b5c5849 Bump com.icegreen:greenmail from 2.0.1 to 2.1.0 No new revisions were added by this update. Summary of changes: modules/transport/mail/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(axis-axis2-java-core) branch master updated: Update httpclient5
This is an automated email from the ASF dual-hosted git repository. veithen 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 9ee880f141 Update httpclient5 9ee880f141 is described below commit 9ee880f141c40fc831991cafeffe5e41d1043021 Author: Andreas Veithen AuthorDate: Mon Oct 7 23:28:20 2024 +0100 Update httpclient5 --- .../java/org/apache/axis2/transport/http/server/AxisHttpService.java| 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/transport/http/src/main/java/org/apache/axis2/transport/http/server/AxisHttpService.java b/modules/transport/http/src/main/java/org/apache/axis2/transport/http/server/AxisHttpService.java index a3264acfcd..d60c7879fd 100644 --- a/modules/transport/http/src/main/java/org/apache/axis2/transport/http/server/AxisHttpService.java +++ b/modules/transport/http/src/main/java/org/apache/axis2/transport/http/server/AxisHttpService.java @@ -175,7 +175,7 @@ public class AxisHttpService { (HttpStatus.SC_OK); final HttpClientContext clientContext = HttpClientContext.adapt(context); -if (clientContext.getRequestConfig().isExpectContinueEnabled()) { +if (clientContext.getRequestConfigOrDefault().isExpectContinueEnabled()) { if (LOG.isDebugEnabled()) { LOG.debug("isExpectContinueEnabled is true"); } diff --git a/pom.xml b/pom.xml index cfb03f45bd..cc2d1d5c20 100644 --- a/pom.xml +++ b/pom.xml @@ -479,7 +479,7 @@ 2.11.0 4.0.23 5.3 -5.3.1 +5.4 5.0 4.0.3 12.0.7
(axis-axis2-java-core) branch dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4 deleted (was 5a88b46afe)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git was 5a88b46afe Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.