You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by bi...@apache.org on 2020/04/14 20:03:08 UTC

[axis-axis2-java-core] 02/15: Creating a branch for AXIS2-4318.

This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch AXIS2-4318
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit f58edf0fb23311f1b81e472c2380b6d091f8a661
Merge: 130131b 87ddba7
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Thu Jan 12 06:10:17 2012 +0000

    Creating a branch for AXIS2-4318.

 modules/adb-codegen/pom.xml                        |   6 +-
 modules/adb/pom.xml                                |   6 +-
 modules/addressing/pom.xml                         |   6 +-
 modules/clustering/pom.xml                         |   6 +-
 modules/codegen/pom.xml                            |   6 +-
 modules/corba/pom.xml                              |   6 +-
 modules/fastinfoset/pom.xml                        |   6 +-
 modules/integration/pom.xml                        |   6 +-
 modules/java2wsdl/pom.xml                          |   6 +-
 modules/jaxbri/pom.xml                             |   6 +-
 modules/jaxws-integration/pom.xml                  |   6 +-
 modules/jaxws-mar/pom.xml                          |   6 +-
 modules/jaxws/pom.xml                              |   6 +-
 .../controller/impl/AxisInvocationController.java  |  29 +-
 modules/jibx/pom.xml                               |   6 +-
 modules/json/pom.xml                               |   6 +-
 modules/kernel/pom.xml                             |   6 +-
 modules/metadata/pom.xml                           |   6 +-
 modules/mex/pom.xml                                |   6 +-
 modules/mtompolicy-mar/pom.xml                     |   6 +-
 modules/mtompolicy/pom.xml                         |   6 +-
 modules/osgi/pom.xml                               |   6 +-
 modules/parent/pom.xml                             |   6 +-
 modules/ping/pom.xml                               |   6 +-
 modules/resource-bundle/pom.xml                    |   6 +-
 modules/saaj/pom.xml                               |   6 +-
 modules/samples/version/pom.xml                    |   6 +-
 modules/scripting/pom.xml                          |   6 +-
 modules/soapmonitor/module/pom.xml                 |   6 +-
 modules/soapmonitor/servlet/pom.xml                |   6 +-
 modules/spring/pom.xml                             |   6 +-
 modules/testutils/pom.xml                          |   6 +-
 modules/tool/axis2-aar-maven-plugin/pom.xml        |   6 +-
 modules/tool/axis2-ant-plugin/pom.xml              |   6 +-
 modules/tool/axis2-eclipse-codegen-plugin/pom.xml  |   6 +-
 modules/tool/axis2-eclipse-service-plugin/pom.xml  |   6 +-
 modules/tool/axis2-idea-plugin/pom.xml             |   6 +-
 modules/tool/axis2-java2wsdl-maven-plugin/pom.xml  |   6 +-
 modules/tool/axis2-mar-maven-plugin/pom.xml        |   6 +-
 modules/tool/axis2-repo-maven-plugin/pom.xml       |   6 +-
 modules/tool/axis2-wsdl2code-maven-plugin/pom.xml  |   6 +-
 modules/tool/simple-server-maven-plugin/pom.xml    |   6 +-
 modules/transport/http/pom.xml                     |   6 +-
 .../axis2/transport/http/AbstractHTTPSender.java   | 689 ++++++++++++++++++++-
 .../axis2/transport/http/AxisRequestEntity.java    |  15 +-
 .../apache/axis2/transport/http/AxisServlet.java   |  20 +-
 .../transport/http/CommonsHTTPTransportSender.java |  39 +-
 .../transport/http/CommonsTransportHeaders.java    |  30 +-
 .../apache/axis2/transport/http/HTTPSender.java    | 281 +++++++--
 .../transport/http/HttpTransportProperties.java    | 136 +++-
 .../axis2/transport/http/RESTRequestEntity.java    |  62 +-
 .../axis2/transport/http/RESTRequestEntity2.java   |  20 +-
 .../http/util/HTTPProxyConfigurationUtil.java      |   1 -
 .../CommonsHTTPTransportSenderClientSideTest.java  |   3 +-
 .../http/CommonsHTTPTransportSenderTest.java       |  17 +-
 .../axis2/transport/http/HTTPSenderTest.java       |   8 +-
 modules/transport/local/pom.xml                    |   6 +-
 modules/webapp/pom.xml                             |   6 +-
 modules/xmlbeans/pom.xml                           |   6 +-
 pom.xml                                            |   6 +-
 60 files changed, 1233 insertions(+), 393 deletions(-)