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 ve...@apache.org on 2021/03/07 13:58:06 UTC

[axis-axis2-java-core] branch master updated (81e2430 -> fd2186e)

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 81e2430  Migrate jaxbri-codegen to JUnit 5
     add fd2186e  Migrate codegen to JUnit 5

No new revisions were added by this update.

Summary of changes:
 modules/codegen/pom.xml                            | 10 ++++-
 .../apache/axis2/wsdl/WSDLServiceBuilderTest.java  | 13 ++++--
 .../wsdl/codegen/CodeGenConfigurationTest.java     | 16 ++++----
 .../axis2/wsdl/codegen/XML2JavaMappingTest.java    | 10 +++--
 .../apache/axis2/wsdl/codegen/XMLSchemaTest.java   | 10 +++--
 .../extension/JAXWSWapperExtensionTest.java        | 16 ++++----
 .../extension/SchemaUnwrapperExtensionTest.java    | 16 ++++++--
 .../extension/WSDLValidatorExtensionTest.java      |  5 ++-
 .../jaxws/JAXWSCodeGenerationEngineTest.java       | 47 ++++++++++------------
 .../AxisServiceTopElementSchemaGeneratorTest.java  | 21 +++++-----
 .../wsdl/codegen/writer/SchemaWriterTest.java      | 17 +++-----
 11 files changed, 104 insertions(+), 77 deletions(-)