[axis-axis2-java-core] branch master updated (19cb940 -> 3ff7410)

2021-04-20 Thread veithen
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 19cb940  Bump plexus-archiver from 4.2.4 to 4.2.5
 add 3ff7410  Bump groovy.version from 3.0.7 to 3.0.8

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[axis-axis2-java-core] branch master updated (3ff7410 -> 2daebb6)

2021-04-20 Thread robertlazarski
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 3ff7410  Bump groovy.version from 3.0.7 to 3.0.8
 add f463d6f  AXIS2-5959 rename some unit test files from commons-http to 
httpcomponents so it's less confusing
 add 2daebb6  AXIS2-5959 rename some unit test files from commons-http to 
httpcomponents so it's less confusing

No new revisions were added by this update.

Summary of changes:
 modules/integration/pom.xml | 6 +++---
 .../test/org/apache/axis2/engine/CommonsHTTPEchoRawXMLTest.java | 4 ++--
 ...mons-http-enabled-axis2.xml => httpcomponents-enabled-axis2.xml} | 0
 .../test/org/apache/axis2/mtom/EchoRawMTOMCommonsChunkingTest.java  | 4 ++--
 .../test/org/apache/axis2/mtom/EchoRawMTOMStreamingTest.java| 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)
 rename 
modules/integration/test/org/apache/axis2/engine/{commons-http-enabled-axis2.xml
 => httpcomponents-enabled-axis2.xml} (100%)


[axis-axis2-java-core] branch master updated: AXIS2-5959 comment cleanup

2021-04-20 Thread robertlazarski
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 663814a  AXIS2-5959 comment cleanup
663814a is described below

commit 663814a3317411dd99c8ef0a1788993ca13f3838
Author: robert lazarski 
AuthorDate: Tue Apr 20 07:32:50 2021 -1000

AXIS2-5959 comment cleanup
---
 .../axis2/transport/http/impl/httpclient4/HTTPProxyConfigurator.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/HTTPProxyConfigurator.java
 
b/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/HTTPProxyConfigurator.java
index c90c494..f8b8df9 100644
--- 
a/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/HTTPProxyConfigurator.java
+++ 
b/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/HTTPProxyConfigurator.java
@@ -50,7 +50,7 @@ public class HTTPProxyConfigurator {
 private static Log log = LogFactory.getLog(HTTPProxyConfigurator.class);
 
 /**
- * Configure HTTP Proxy settings of commons-httpclient HostConfiguration.
+ * Configure HTTP Proxy settings of httpcomponents HostConfiguration.
  * Proxy settings can be get from axis2.xml, Java proxy settings or can be
  * override through property in message context.
  * 


[axis-axis2-java-core] branch master updated: Bump mockito-core from 3.8.0 to 3.9.0

2021-04-20 Thread veithen
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 b24e6ff  Bump mockito-core from 3.8.0 to 3.9.0
b24e6ff is described below

commit b24e6ff34a402f8eb24603fa39b6ceda4a42949f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 8 06:50:14 2021 +

Bump mockito-core from 3.8.0 to 3.9.0

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 
3.9.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot[bot] 
---
 modules/jaxws/pom.xml | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/jaxws/pom.xml b/modules/jaxws/pom.xml
index 714fe3e..8a419fb 100644
--- a/modules/jaxws/pom.xml
+++ b/modules/jaxws/pom.xml
@@ -125,7 +125,7 @@
 
 org.mockito
 mockito-core
-3.8.0
+3.9.0
 test
 
 
diff --git a/pom.xml b/pom.xml
index e71810a..6321e9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -756,7 +756,7 @@
 
 org.mockito
 mockito-core
-3.8.0
+3.9.0
 
 
 org.apache.ws.xmlschema