[axis-axis2-java-core] 01/03: Merge remote-tracking branch 'origin/dependabot/maven/com.sun.xml.messaging.saaj-saaj-impl-1.5.3'

2021-04-14 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

commit 58f9705efa9b99a4cb56297c9d57fb7c2e2ac76b
Merge: 56cf084 c91e89c
Author: robert lazarski 
AuthorDate: Wed Apr 14 07:30:29 2021 -1000

Merge remote-tracking branch 
'origin/dependabot/maven/com.sun.xml.messaging.saaj-saaj-impl-1.5.3'

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[axis-axis2-java-core] 03/03: Merge remote-tracking branch 'origin/dependabot/maven/spring.version-5.3.6'

2021-04-14 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

commit fd155899131fe7c87accd97e0b4dff505318e993
Merge: ca77e2f a0b8cbd
Author: robert lazarski 
AuthorDate: Wed Apr 14 07:31:39 2021 -1000

Merge remote-tracking branch 'origin/dependabot/maven/spring.version-5.3.6'

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] 02/03: Merge remote-tracking branch 'origin/dependabot/maven/jaxbri.version-2.3.4'

2021-04-14 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

commit ca77e2f4fdec9e1d78cb4f0be32e1a7ac551877d
Merge: 58f9705 4c17384
Author: robert lazarski 
AuthorDate: Wed Apr 14 07:31:14 2021 -1000

Merge remote-tracking branch 'origin/dependabot/maven/jaxbri.version-2.3.4'

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch master updated (56cf084 -> fd15589)

2021-04-14 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 56cf084  AXIS2-5959 replace org.apache.commons.httpclient with 
org.apache.http in the axis2-aar-maven-plugin
 add c91e89c  Bump saaj-impl from 1.5.2 to 1.5.3
 new 58f9705  Merge remote-tracking branch 
'origin/dependabot/maven/com.sun.xml.messaging.saaj-saaj-impl-1.5.3'
 add 4c17384  Bump jaxbri.version from 2.3.3 to 2.3.4
 new ca77e2f  Merge remote-tracking branch 
'origin/dependabot/maven/jaxbri.version-2.3.4'
 add a0b8cbd  Bump spring.version from 5.3.5 to 5.3.6
 new fd15589  Merge remote-tracking branch 
'origin/dependabot/maven/spring.version-5.3.6'

The 3 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:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[axis-axis2-java-core] branch master updated (fd15589 -> 5c4fc36)

2021-04-14 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 fd15589  Merge remote-tracking branch 
'origin/dependabot/maven/spring.version-5.3.6'
 add 5c4fc36  AXIS2-5959 remove http-hc3 that contains deps to 
commons-httpclient

No new revisions were added by this update.

Summary of changes:
 modules/transport/http-hc3/pom.xml |  91 
 .../transport/http/CommonsHTTPTransportSender.java |  28 --
 .../impl/httpclient3/AxisRequestEntityImpl.java|  59 ---
 .../httpclient3/HTTPClient3TransportSender.java|  62 ---
 .../impl/httpclient3/HTTPProxcyConfigurator.java   | 465 
 .../impl/httpclient3/HTTPProxyConfigurator.java| 463 
 .../http/impl/httpclient3/HTTPSenderImpl.java  | 106 -
 .../httpclient3/HttpTransportPropertiesImpl.java   |  90 
 .../http/impl/httpclient3/RequestImpl.java | 329 --
 .../http/security/SSLProtocolSocketFactory.java|  82 
 .../http/util/HTTPProxyConfigurationUtil.java  | 478 -
 .../CommonsHTTPTransportSenderClientSideTest.java  |  84 
 .../transport/http/HTTPClient3SenderTest.java  |  31 --
 .../http/HTTPClient3TransportSenderTest.java   |  47 --
 .../axis2/transport/http/NonProxyHostTest.java |  33 --
 .../org/apache/axis2/transport/http/axis2.xml  | 156 ---
 pom.xml|   7 -
 17 files changed, 2611 deletions(-)
 delete mode 100644 modules/transport/http-hc3/pom.xml
 delete mode 100644 
modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/CommonsHTTPTransportSender.java
 delete mode 100644 
modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/AxisRequestEntityImpl.java
 delete mode 100644 
modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/HTTPClient3TransportSender.java
 delete mode 100644 
modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/HTTPProxcyConfigurator.java
 delete mode 100644 
modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/HTTPProxyConfigurator.java
 delete mode 100644 
modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/HTTPSenderImpl.java
 delete mode 100644 
modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/HttpTransportPropertiesImpl.java
 delete mode 100644 
modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/impl/httpclient3/RequestImpl.java
 delete mode 100644 
modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/security/SSLProtocolSocketFactory.java
 delete mode 100644 
modules/transport/http-hc3/src/main/java/org/apache/axis2/transport/http/util/HTTPProxyConfigurationUtil.java
 delete mode 100644 
modules/transport/http-hc3/src/test/java/org/apache/axis2/transport/http/CommonsHTTPTransportSenderClientSideTest.java
 delete mode 100644 
modules/transport/http-hc3/src/test/java/org/apache/axis2/transport/http/HTTPClient3SenderTest.java
 delete mode 100644 
modules/transport/http-hc3/src/test/java/org/apache/axis2/transport/http/HTTPClient3TransportSenderTest.java
 delete mode 100644 
modules/transport/http-hc3/src/test/java/org/apache/axis2/transport/http/NonProxyHostTest.java
 delete mode 100644 
modules/transport/http-hc3/src/test/resources/org/apache/axis2/transport/http/axis2.xml