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 58cb482e8bc9f8998cf5d891483740094a0419e1
Merge: 285e4a6 835abc8
Author: Andreas Veithen <veit...@apache.org>
AuthorDate: Mon May 1 11:36:09 2017 +0000

    Merge latest changes from trunk.

 apidocs/pom.xml                                    |  32 +++
 modules/adb-codegen/pom.xml                        |  62 +----
 modules/adb-tests/pom.xml                          |  77 ++++++
 .../apache/axis2/schema/testsuite/TrackerTest.java |   0
 .../axis2/databinding/axis2_5809/ServiceTest.java  |   8 +-
 .../java}/org/apache/axis2/schema/ADBBeanUtil.java |   0
 .../org/apache/axis2/schema/AbstractTestCase.java  |   7 +-
 .../java}/org/apache/axis2/schema/all/AllTest.java |   0
 .../apache/axis2/schema/anytype/AnyTypeTest.java   |   0
 .../axis2/schema/attribute/AttributeTest.java      |   0
 .../schema/base64binary/Base64BinaryTest.java      |   0
 .../axis2/schema/booleantest/BooleanTest.java      |   0
 .../axis2/schema/chameleon/ChameleonTest.java      |   0
 .../org/apache/axis2/schema/choice/ChoiceTest.java |   0
 .../apache/axis2/schema/decimal/DecimalTest.java   |   0
 .../defaultnamespaces/DefaultNamespacesTest.java   |   0
 .../schema/defaultvalue/DefaultValueTest.java      |   0
 .../axis2/schema/enumeration/EnumerationTest.java  |   0
 .../schema/extension/ComplexExtenstionTest.java    |   0
 .../schema/extension/SimpleExtensionTest.java      |   0
 .../apache/axis2/schema/fix/DefaultValueTest.java  |   0
 .../apache/axis2/schema/fix/FixedValueTest.java    |   0
 .../org/apache/axis2/schema/group/GroupTest.java   |   0
 .../axis2/schema/innerchoice/InnerChoiceTest.java  |   0
 .../TestInnerParticleExtension.java                |   0
 .../schema/innerparticles/InnerParticlesTest.java  |   0
 .../org/apache/axis2/schema/list/ListTest.java     |   0
 .../axis2/schema/nonamespace/NoNamespaceTest.java  |   0
 .../particlemaxoccurs/ParticleMaxOccursTest.java   |   0
 .../org/apache/axis2/schema/populate/Util.java     |   0
 .../populate/derived/AbstractDerivedPopulater.java |   0
 .../derived/DerivedTypeBytePopulateTest.java       |   0
 .../derived/DerivedTypeIntPopulateTest.java        |   0
 .../derived/DerivedTypeIntegerPopulateTest.java    |   0
 .../derived/DerivedTypeLongPopulateTest.java       |   0
 .../DerivedTypeNegativeIntegerPopulateTest.java    |   0
 .../DerivedTypeNonNegativeIntegerPopulateTest.java |   0
 .../DerivedTypeNonPositiveIntegerPopulateTest.java |   0
 .../DerivedTypePositveIntegerPopulateTest.java     |   0
 .../derived/DerivedTypeShortPopulateTest.java      |   0
 .../DerivedTypeUnsignedBytePopulateTest.java       |   0
 .../DerivedTypeUnsignedIntPopulateTest.java        |   0
 .../DerivedTypeUnsignedLongPopulateTest.java       |   0
 .../DerivedTypeUnsignedShortPopulateTest.java      |   0
 .../other/PopulateAnonComplexTypeTest.java         |   0
 .../schema/populate/other/PopulateAnyTypeTest.java |   0
 .../populate/other/PopulateArrayInArrayTest.java   |   0
 .../schema/populate/other/PopulateArrayTest.java   |   0
 .../schema/populate/other/PopulateChoiceTest.java  |   0
 .../other/PopulateComplexMinOccurs0Test.java       |   0
 .../populate/other/PopulateMinOccurs0Test.java     |   0
 .../other/PopulateMixedMinoccurs0Test.java         |   0
 .../populate/other/PopulateParticleAllTest.java    |   0
 .../populate/other/PopulateRecursiveTest.java      |   0
 .../populate/simple/AbstractSimplePopulater.java   |   0
 .../simple/SimpleTypeAnyURIPopulateTest.java       |   0
 .../simple/SimpleTypeBase64BinPopulateTest.java    |   0
 .../simple/SimpleTypeBooleanPopulateTest.java      |   0
 .../simple/SimpleTypeDatePopulateTest.java         |   0
 .../simple/SimpleTypeDateTimePopulateTest.java     |   0
 .../populate/simple/SimpleTypeDayPopulateTest.java |   0
 .../simple/SimpleTypeDoublePopulateTest.java       |   0
 .../simple/SimpleTypeDurationPopulateTest.java     |   0
 .../simple/SimpleTypeFloatPopulateTest.java        |   0
 .../simple/SimpleTypeHexBinaryPopulateTest.java    |   0
 .../simple/SimpleTypeMonthDayPopulateTest.java     |   0
 .../simple/SimpleTypeQNamePopulateTest.java        |   0
 .../simple/SimpleTypeTimePopulateTest.java         |   0
 .../simple/SimpleTypegMonthPopulateTest.java       |   0
 .../simple/SimpleTypegYearMonthPopulateTest.java   |   0
 .../simple/SimpleTypegYearPopulateTest.java        |   0
 .../axis2/schema/populate/simple/package.html      |   0
 .../axis2/schema/references/ReferenceTest.java     |   0
 .../schema/restriction/ComplexRestrictionTest.java |   0
 .../schema/restriction/SchemaRestrictionTest.java  |   0
 .../schema/restriction/SimpleRestrictionTest.java  |   0
 .../axis2/schema/testsuite/AbstractTest.java       |   0
 .../axis2/schema/testsuite/AnyElementsTest.java    |   0
 .../axis2/schema/testsuite/CustomElementsTest.java |   0
 .../axis2/schema/testsuite/IntElementsTest.java    |   0
 .../axis2/schema/testsuite/OuterElementsTest.java  |   0
 .../axis2/schema/testsuite/StringElementsTest.java |   0
 .../apache/axis2/schema/testsuite/TrackerTest.java |   0
 .../axis2/schema/testsuite/XsdAnyElementsTest.java |   0
 .../org/apache/axis2/schema/union/UnionTest.java   |   0
 .../org/apache/axis2/schema/union2/Union2Test.java |   0
 .../axis2/schema/unqualified/UnqualifiedTest.java  |   0
 modules/{adb-codegen => adb-tests}/sub-build.xml   |   0
 .../axis2/jaxws/sample/AsyncExecutorTests.java     |  55 ++--
 .../server/DocLitWrappedPortImpl.java              |  28 +-
 modules/json/test-repository/json/axis2.xml        |   4 +-
 .../org/apache/axis2/json/JSONIntegrationTest.java |  15 +-
 .../org/apache/axis2/json/JSONTestConstants.java   |   2 +-
 .../apache/axis2/deployment/ModuleDeployer.java    |   2 +-
 modules/osgi-tests/pom.xml                         |   2 -
 modules/osgi/pom.xml                               |  23 +-
 modules/testutils/pom.xml                          |  10 +
 .../{Axis2Server.java => AbstractAxis2Server.java} |  46 ++--
 .../org/apache/axis2/testutils/Axis2Server.java    |  37 +--
 .../org/apache/axis2/testutils/ClientHelper.java   | 103 ++++++++
 .../org/apache/axis2/testutils/JettyServer.java    | 287 +++++++++++++++++++++
 modules/tool/axis2-aar-maven-plugin/pom.xml        |  14 +-
 .../java/org/apache/axis2/maven2/aar/AarMojo.java  |  12 +-
 .../apache/axis2/maven2/aar/AbstractAarMojo.java   |  17 +-
 modules/tool/axis2-idea-plugin/pom.xml             |   2 +-
 modules/tool/axis2-java2wsdl-maven-plugin/pom.xml  |  10 +-
 .../axis2/maven2/java2wsdl/Java2WSDLMojo.java      |  14 +-
 modules/tool/axis2-mar-maven-plugin/pom.xml        |   9 +-
 .../apache/axis2/maven2/mar/AbstractMarMojo.java   |  17 +-
 .../java/org/apache/axis2/maven2/mar/MarMojo.java  |  12 +-
 modules/tool/axis2-repo-maven-plugin/pom.xml       |  13 +-
 .../maven2/repo/AbstractCreateRepositoryMojo.java  |  97 ++++++-
 .../axis2/maven2/repo/GeneratedAxis2Xml.java}      |  22 +-
 .../apache/axis2/maven2/repo/MessageHandler.java}  |  22 +-
 modules/tool/axis2-wsdl2code-maven-plugin/pom.xml  |  10 +-
 .../httpclient3/HTTPClient3TransportSender.java    |   4 +-
 .../impl/httpclient3/HTTPProxyConfigurator.java    |   2 +-
 .../http/impl/httpclient3/HTTPSenderImpl.java      | 241 +----------------
 .../http/impl/httpclient3/RequestImpl.java         | 135 ++++------
 .../axis2/transport/http/AbstractHTTPSender.java   |  74 ------
 .../http/AbstractHTTPTransportSender.java          |   4 +-
 .../apache/axis2/transport/http/HTTPSender.java    | 217 +++++++++++++++-
 .../axis2/transport/http/HTTPTransportUtils.java   |  18 ++
 .../apache/axis2/transport/http/HTTPWorker.java    |   7 +-
 .../apache/axis2/transport/http/ListingAgent.java  |   2 +-
 .../org/apache/axis2/transport/http/Request.java   |  13 +-
 .../httpclient4/HTTPClient4TransportSender.java    |   4 +-
 .../impl/httpclient4/HTTPProxyConfigurator.java    |  29 ++-
 .../http/impl/httpclient4/HTTPSenderImpl.java      | 283 +++-----------------
 .../http/impl/httpclient4/RequestImpl.java         | 192 ++++++--------
 .../org/apache/axis2/transport/jms/package.html    |   2 +
 modules/transport/testkit/pom.xml                  |  96 ++-----
 .../axis2/transport/CustomAxisConfigurator.java    |  16 +-
 .../axis2/client/AxisTestClientContext.java        |   9 -
 .../client/AxisTestClientContextConfigurator.java  |   4 +
 .../testkit/doclet/TestkitJavadocDoclet.java       |   4 +-
 .../resources/org/apache/axis2/transport/axis2.xml | 254 ------------------
 .../org/apache/axis2/transport/repo/__root__       |   0
 .../axis2/transport/repo/modules/modules.list      |   1 -
 pom.xml                                            |  37 ++-
 src/site/markdown/release-notes/1.8.0.md           |   3 +
 src/site/xdoc/docs/soapmonitor-module.xml.vm       |   5 +
 142 files changed, 1335 insertions(+), 1392 deletions(-)


Reply via email to