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:02:41 UTC

[axis-axis2-java-core] 03/14: Merge latest changes from trunk.

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

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

commit 1ab2b5ccaa4308f4377415134687ebc87b2a5f20
Merge: 992fc01 887573d
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Jan 16 17:20:48 2017 +0000

    Merge latest changes from trunk.

 .../axis2/description/java2wsdl/XMLSchemaTest.java |   5 +-
 .../http/impl/httpclient3/HTTPSenderImpl.java      | 131 --------------------
 .../http/impl/httpclient3/RequestImpl.java         |  19 ++-
 .../apache/axis2/transport/http/HTTPSender.java    | 135 +++++++++++++++++++++
 .../org/apache/axis2/transport/http/Request.java   |   3 +
 .../http/impl/httpclient4/HTTPSenderImpl.java      | 129 --------------------
 .../http/impl/httpclient4/RequestImpl.java         |  19 ++-
 7 files changed, 173 insertions(+), 268 deletions(-)