[axis-axis2-java-core] branch master updated: Migrate from Google Truth to AssertJ

2021-03-07 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new b8bcf57  Migrate from Google Truth to AssertJ
b8bcf57 is described below

commit b8bcf5789af5a04049b40f648e4602a692ede3cf
Author: Andreas Veithen 
AuthorDate: Sun Mar 7 12:37:06 2021 +

Migrate from Google Truth to AssertJ
---
 databinding-tests/jaxbri-tests/pom.xml  | 5 +
 .../java/org/apache/axis2/jaxbri/axis2_5919/FaultServiceTest.java   | 2 +-
 modules/adb-tests/pom.xml   | 5 +
 .../java/org/apache/axis2/databinding/axis2_5741/ServiceTest.java   | 2 +-
 .../java/org/apache/axis2/databinding/axis2_5749/ServiceTest.java   | 2 +-
 .../java/org/apache/axis2/databinding/axis2_5750/ServiceTest.java   | 2 +-
 .../java/org/apache/axis2/databinding/axis2_5758/ServiceTest.java   | 5 +++--
 .../java/org/apache/axis2/databinding/axis2_5799/ServiceTest.java   | 2 +-
 .../java/org/apache/axis2/databinding/axis2_5809/ServiceTest.java   | 2 +-
 .../java/org/apache/axis2/databinding/axis2_5887/ParseTest.java | 2 +-
 .../org/apache/axis2/schema/axis2_5771/IgnoreUnexpectedTest.java| 4 ++--
 modules/adb/pom.xml | 5 +
 .../test/org/apache/axis2/databinding/utils/ConverterUtilTest.java  | 4 ++--
 modules/integration/pom.xml | 4 ++--
 .../test/org/apache/axis2/engine/ThirdPartyResponseRawXMLTest.java  | 2 +-
 .../integration/test/org/apache/axis2/integration/TestingUtils.java | 2 +-
 modules/jaxbri-codegen/pom.xml  | 4 ++--
 .../java/org/apache/axis2/jaxbri/CodeGenerationUtilityTest.java | 2 +-
 modules/jaxws-integration/pom.xml   | 5 +
 .../java/org/apache/axis2/jaxws/sample/AddNumbersHandlerTests.java  | 2 +-
 .../apache/axis2/jaxws/xmlhttp/DispatchXMessageDataSourceTests.java | 2 +-
 modules/jaxws/pom.xml   | 5 +
 .../datasource/jaxb/JAXBCustomBuilderDisableStreamingTests.java | 2 +-
 .../org/apache/axis2/jaxws/attachments/MTOMSerializationTests.java  | 2 +-
 .../org/apache/axis2/jaxws/handler/HandlerPrePostInvokerTests.java  | 2 +-
 modules/kernel/pom.xml  | 4 ++--
 .../axis2/deployment/repository/util/DeploymentFileDataTest.java| 2 +-
 .../apache/axis2/transport/http/XFormURLEncodedFormatterTest.java   | 2 +-
 modules/kernel/test/org/apache/axis2/util/UtilsTest.java| 2 +-
 modules/saaj/pom.xml| 4 ++--
 modules/saaj/test/org/apache/axis2/saaj/AttachmentTest.java | 2 +-
 .../test/org/apache/axis2/saaj/integration/IntegrationTest.java | 2 +-
 modules/samples/jaxws-interop/pom.xml   | 4 ++--
 .../test/java/org/apache/axis2/jaxws/interop/InteropSampleTest.java | 2 +-
 modules/transport/jms/pom.xml   | 4 ++--
 .../src/test/java/org/apache/axis2/transport/jms/JMSUtilsTest.java  | 4 ++--
 pom.xml | 6 +++---
 systests/webapp-tests/pom.xml   | 4 ++--
 .../test/java/org/apache/axis2/webapp/AxisAdminServletITCase.java   | 2 +-
 .../src/test/java/org/apache/axis2/webapp/NoSessionITCase.java  | 2 +-
 40 files changed, 74 insertions(+), 48 deletions(-)

diff --git a/databinding-tests/jaxbri-tests/pom.xml 
b/databinding-tests/jaxbri-tests/pom.xml
index 269fe08..aa8e4d7 100644
--- a/databinding-tests/jaxbri-tests/pom.xml
+++ b/databinding-tests/jaxbri-tests/pom.xml
@@ -49,6 +49,11 @@
 test
 
 
+org.assertj
+assertj-core
+test
+
+
 org.xmlunit
 xmlunit-legacy
 test
diff --git 
a/databinding-tests/jaxbri-tests/src/test/java/org/apache/axis2/jaxbri/axis2_5919/FaultServiceTest.java
 
b/databinding-tests/jaxbri-tests/src/test/java/org/apache/axis2/jaxbri/axis2_5919/FaultServiceTest.java
index ca1d8ae..7bfb1d4 100644
--- 
a/databinding-tests/jaxbri-tests/src/test/java/org/apache/axis2/jaxbri/axis2_5919/FaultServiceTest.java
+++ 
b/databinding-tests/jaxbri-tests/src/test/java/org/apache/axis2/jaxbri/axis2_5919/FaultServiceTest.java
@@ -18,7 +18,7 @@
  */
 package org.apache.axis2.jaxbri.axis2_5919;
 
-import static com.google.common.truth.Truth.assertThat;
+import static org.assertj.core.api.Assertions.assertThat;
 import static org.junit.Assert.fail;
 
 import org.apache.axis2.testutils.Axis2Server;
diff --git a/modules/adb-tests/pom.xml b/modules/adb-tests/pom.xml
index c9f1da2..bbcc9cf 100644
--- a/modules/adb-tests/pom.xml
+++ b/modules/adb-tests/pom.xml
@@ -54,6 +54,11 @@
   

[axis-axis2-java-core] branch master updated: Update source level to Java 8

2021-03-07 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 5b694fd  Update source level to Java 8
5b694fd is described below

commit 5b694fdc874fc0a98a57b66f3d4f953401c610f2
Author: Andreas Veithen 
AuthorDate: Sun Mar 7 13:23:55 2021 +

Update source level to Java 8
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9a14682..4f3b4ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1329,8 +1329,8 @@
 maven-compiler-plugin
 true
 
-1.7
-1.7
+1.8
+1.8
 
 
 
@@ -1349,7 +1349,7 @@
 
 
 org.codehaus.mojo.signature
-java17
+java18
 1.0
 
 



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

2021-03-07 Thread veithen
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 5b694fd  Update source level to Java 8
 add 81e2430  Migrate jaxbri-codegen to JUnit 5

No new revisions were added by this update.

Summary of changes:
 modules/jaxbri-codegen/pom.xml | 10 +--
 .../axis2/jaxbri/CodeGenerationUtilityTest.java| 21 ++
 .../java/org/temp/JaxbSchemaGeneratorTest.java | 33 ++
 .../src/test/java/org/temp/XMLSchemaTest.java  | 11 +---
 .../org/temp/doclitbare/DocLitBareWSDLTest.java|  7 +++--
 pom.xml|  5 
 6 files changed, 61 insertions(+), 26 deletions(-)



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

2021-03-07 Thread veithen
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(-)



[axis-axis2-java-core] branch master updated: Don't run the deploy step on forks

2021-03-07 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new d61b082  Don't run the deploy step on forks
d61b082 is described below

commit d61b0824ab1bddfd287b99f48430ef8f3a1f9846
Author: Andreas Veithen 
AuthorDate: Sun Mar 7 17:39:33 2021 +

Don't run the deploy step on forks
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7beb3d7..9364ead 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
 - name: Remove Snapshots
   run: find ~/.m2/repository -name '*-SNAPSHOT' -a -type d -print0 | xargs 
-0 rm -rf
   deploy:
-if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+if: github.event_name == 'push' && github.ref == 'refs/heads/master' && 
github.repository == 'apache/axis-axis2-java-core'
 name: Deploy
 runs-on: ubuntu-18.04
 needs: build