[axis-axis2-java-core] branch master updated (716880c -> 15ade70)

2020-12-26 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 716880c  Bump httpcore.version from 4.4.13 to 4.4.14
 add 15ade70  Update maven-surefire-plugin and maven-failsafe-plugin

No new revisions were added by this update.

Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[axis-axis2-java-core] branch master updated (15ade70 -> 9eaf79e)

2020-12-26 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 15ade70  Update maven-surefire-plugin and maven-failsafe-plugin
 add 9eaf79e  Remove unnecessary dependencies

No new revisions were added by this update.

Summary of changes:
 modules/tool/simple-server-maven-plugin/pom.xml | 10 --
 pom.xml | 12 
 2 files changed, 22 deletions(-)



[axis-axis2-java-core] branch dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.35.v20201120 created (now a915b8d)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.35.v20201120
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at a915b8d  Bump jetty-webapp from 7.6.15.v20140411 to 9.4.35.v20201120

No new revisions were added by this update.



[axis-axis2-java-core] branch master updated: Don't upgrade to JAX-WS 3.0

2020-12-26 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 6c0fdc6  Don't upgrade to JAX-WS 3.0
6c0fdc6 is described below

commit 6c0fdc622836def6257bfd6a6cb3e838b7a22023
Author: Andreas Veithen 
AuthorDate: Sat Dec 26 10:39:56 2020 +

Don't upgrade to JAX-WS 3.0
---
 .github/dependabot.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 86b2547..96732b5 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -19,12 +19,12 @@ updates:
 schedule:
   interval: "daily"
 ignore:
+  - dependency-name: "com.sun.xml.ws:*"
+versions: ">= 3.0"
   - dependency-name: "javax.xml.bind:jaxb-api"
 versions: ">= 3.0"
   - dependency-name: "org.eclipse.jetty:*"
 versions: ">= 10.0"
-  - dependency-name: "org.glassfish.jaxb:jaxb-xjc"
-versions: ">= 3.0"
-  - dependency-name: "org.glassfish.jaxb:jaxb-runtime"
+  - dependency-name: "org.glassfish.jaxb:*"
 versions: ">= 3.0"
 open-pull-requests-limit: 15



[axis-axis2-java-core] branch dependabot/maven/ant.version-1.10.9 created (now 296204a)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/ant.version-1.10.9
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 296204a  Bump ant.version from 1.7.0 to 1.10.9

No new revisions were added by this update.



[axis-axis2-java-core] branch master updated (6c0fdc6 -> a73fa50)

2020-12-26 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 6c0fdc6  Don't upgrade to JAX-WS 3.0
 add a73fa50  Bump bcpkix-jdk15on from 1.49 to 1.68

No new revisions were added by this update.

Summary of changes:
 modules/testutils/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch dependabot/maven/org.codehaus.mojo-animal-sniffer-maven-plugin-1.19 created (now 784652b)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.mojo-animal-sniffer-maven-plugin-1.19
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 784652b  Bump animal-sniffer-maven-plugin from 1.17 to 1.19

No new revisions were added by this update.



[axis-axis2-java-core] branch master updated (a73fa50 -> 07be8ac)

2020-12-26 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 a73fa50  Bump bcpkix-jdk15on from 1.49 to 1.68
 add 07be8ac  Rewrite testSetBase64Content so that it doesn't connect to 
the Internet

No new revisions were added by this update.

Summary of changes:
 modules/saaj/pom.xml   |  5 --
 .../test/org/apache/axis2/saaj/AttachmentTest.java | 72 +-
 2 files changed, 15 insertions(+), 62 deletions(-)



[axis-axis2-java-core] branch master updated (07be8ac -> a50d9ee)

2020-12-26 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 07be8ac  Rewrite testSetBase64Content so that it doesn't connect to 
the Internet
 add a50d9ee  Bump animal-sniffer-maven-plugin from 1.17 to 1.19

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch dependabot/maven/org.apache-apache-23 created (now 8283ed7)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/org.apache-apache-23
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 8283ed7  Bump apache from 20 to 23

No new revisions were added by this update.



[axis-axis2-java-core] branch master updated (a50d9ee -> 9830136)

2020-12-26 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 a50d9ee  Bump animal-sniffer-maven-plugin from 1.17 to 1.19
 add 9830136  Bump ant.version from 1.7.0 to 1.10.9

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch dependabot/maven/jibx.version-1.3.3 created (now d78d4a7)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/jibx.version-1.3.3
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at d78d4a7  Bump jibx.version from 1.3.1 to 1.3.3

No new revisions were added by this update.



[axis-axis2-java-core] branch master updated: Remove non existing classpath entries from WSDL2JavaSuccessTestBase

2020-12-26 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 3ee413b  Remove non existing classpath entries from 
WSDL2JavaSuccessTestBase
3ee413b is described below

commit 3ee413bde5113a4e249f930d4c1a8a584a850e89
Author: Andreas Veithen 
AuthorDate: Sat Dec 26 11:35:11 2020 +

Remove non existing classpath entries from WSDL2JavaSuccessTestBase
---
 .../test/org/apache/axis2/xmlbeans/WSDL2JavaSuccessTestBase.java| 6 --
 1 file changed, 6 deletions(-)

diff --git 
a/modules/xmlbeans/test/org/apache/axis2/xmlbeans/WSDL2JavaSuccessTestBase.java 
b/modules/xmlbeans/test/org/apache/axis2/xmlbeans/WSDL2JavaSuccessTestBase.java
index a9a30cd..1d85803 100644
--- 
a/modules/xmlbeans/test/org/apache/axis2/xmlbeans/WSDL2JavaSuccessTestBase.java
+++ 
b/modules/xmlbeans/test/org/apache/axis2/xmlbeans/WSDL2JavaSuccessTestBase.java
@@ -48,8 +48,6 @@ public abstract class WSDL2JavaSuccessTestBase extends 
TestCase {
 System.getProperty("basedir", ".") + "/test-resources/";
 public static final String CLASSES_DIR =
 System.getProperty("basedir", ".") + "/target/classes/";
-private String[] moduleNames = { "xml", "common", "core" };
-private static final String MODULE_PATH_PREFIX = "../modules/";
 private static final String COMPILE_TARGET_NAME = "compile";
 
 protected String wsdlFileName;
@@ -215,10 +213,6 @@ public abstract class WSDL2JavaSuccessTestBase extends 
TestCase {
 File outputLocationFile = new File(outputLocation);
 Path classPath = new Path(codeGenProject, outputLocation);
 classPath.addExisting(classPath.concatSystemClasspath(), false);
-for (int i = 0; i < moduleNames.length; i++) {
-classPath.add(new Path(codeGenProject,
-   MODULE_PATH_PREFIX + moduleNames[i] + 
CLASSES_DIR));
-}
 
 classPath.add(new Path(codeGenProject, cp));
 



[axis-axis2-java-core] branch master updated (3ee413b -> 4eedfba)

2020-12-26 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 3ee413b  Remove non existing classpath entries from 
WSDL2JavaSuccessTestBase
 add 4eedfba  Bump apache from 20 to 23

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch dependabot/maven/org.eclipse.jetty-jetty-jspc-maven-plugin-9.4.35.v20201120 created (now b23c4ad)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.eclipse.jetty-jetty-jspc-maven-plugin-9.4.35.v20201120
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at b23c4ad  Bump jetty-jspc-maven-plugin from 9.4.12.v20180830 to 
9.4.35.v20201120

No new revisions were added by this update.



[axis-axis2-java-core] branch dependabot/maven/org.codehaus.plexus-plexus-archiver-4.2.3 created (now 07015e7)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.plexus-plexus-archiver-4.2.3
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 07015e7  Bump plexus-archiver from 3.4 to 4.2.3

No new revisions were added by this update.



[axis-axis2-java-core] branch master updated (4eedfba -> 6e374e8)

2020-12-26 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 4eedfba  Bump apache from 20 to 23
 add 6e374e8  Bump jibx.version from 1.3.1 to 1.3.3

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch dependabot/maven/org.codehaus.jettison-jettison-1.4.1 updated (b1e6521 -> d00bdee)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.jettison-jettison-1.4.1
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


 discard b1e6521  Bump jettison from 1.3.8 to 1.4.1
 add 01fcb0a  Use a property for the AspectJ version
 add 3f16111  Bump maven-assembly-plugin from 3.1.0 to 3.3.0
 add 0a73410  Bump plexus-utils from 1.4.9 to 3.3.0
 add a0db07f  Bump maven-javadoc-plugin from 3.0.1 to 3.2.0
 add 852b902  Bump aspectj.version from 1.8.2 to 1.9.6
 add 198f4d2  Bump build-helper-maven-plugin from 1.7 to 3.2.0
 add c5887b5  Bump geronimo-ws-metadata_2.0_spec from 1.1.2 to 1.1.3
 add dbf2cca  Don't upgrade to Jetty 10
 add cc670c9  Bump maven-project-info-reports-plugin from 2.8.1 to 3.1.1
 add c2b0dd2  Bump maven-dependency-plugin from 3.0.2 to 3.1.2
 add 716880c  Bump httpcore.version from 4.4.13 to 4.4.14
 add 15ade70  Update maven-surefire-plugin and maven-failsafe-plugin
 add 9eaf79e  Remove unnecessary dependencies
 add 6c0fdc6  Don't upgrade to JAX-WS 3.0
 add a73fa50  Bump bcpkix-jdk15on from 1.49 to 1.68
 add 07be8ac  Rewrite testSetBase64Content so that it doesn't connect to 
the Internet
 add a50d9ee  Bump animal-sniffer-maven-plugin from 1.17 to 1.19
 add 9830136  Bump ant.version from 1.7.0 to 1.10.9
 add 3ee413b  Remove non existing classpath entries from 
WSDL2JavaSuccessTestBase
 add 4eedfba  Bump apache from 20 to 23
 add 6e374e8  Bump jibx.version from 1.3.1 to 1.3.3
 add d00bdee  Bump jettison from 1.3.8 to 1.4.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b1e6521)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.codehaus.jettison-jettison-1.4.1 (d00bdee)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml |  8 ++-
 modules/saaj/pom.xml   |  5 --
 .../test/org/apache/axis2/saaj/AttachmentTest.java | 72 +-
 modules/testutils/pom.xml  |  2 +-
 modules/tool/simple-server-maven-plugin/pom.xml| 10 ---
 .../axis2/xmlbeans/WSDL2JavaSuccessTestBase.java   |  6 --
 pom.xml| 45 +-
 7 files changed, 38 insertions(+), 110 deletions(-)



[axis-axis2-java-core] branch master updated (6e374e8 -> f250b0a)

2020-12-26 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 6e374e8  Bump jibx.version from 1.3.1 to 1.3.3
 add f250b0a  Bump jetty-jspc-maven-plugin from 9.4.12.v20180830 to 
9.4.35.v20201120

No new revisions were added by this update.

Summary of changes:
 modules/webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch dependabot/maven/org.apache.felix-org.apache.felix.framework-7.0.0 created (now 64c07be)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.felix-org.apache.felix.framework-7.0.0
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 64c07be  Bump org.apache.felix.framework from 6.0.1 to 7.0.0

No new revisions were added by this update.



[axis-axis2-java-core] branch dependabot/maven/org.codehaus.plexus-plexus-archiver-4.2.3 updated (07015e7 -> 38eaf5d)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.plexus-plexus-archiver-4.2.3
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


 discard 07015e7  Bump plexus-archiver from 3.4 to 4.2.3
 add a50d9ee  Bump animal-sniffer-maven-plugin from 1.17 to 1.19
 add 9830136  Bump ant.version from 1.7.0 to 1.10.9
 add 3ee413b  Remove non existing classpath entries from 
WSDL2JavaSuccessTestBase
 add 4eedfba  Bump apache from 20 to 23
 add 6e374e8  Bump jibx.version from 1.3.1 to 1.3.3
 add f250b0a  Bump jetty-jspc-maven-plugin from 9.4.12.v20180830 to 
9.4.35.v20201120
 add 38eaf5d  Bump plexus-archiver from 3.4 to 4.2.3

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (07015e7)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.codehaus.plexus-plexus-archiver-4.2.3 (38eaf5d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 modules/webapp/pom.xml  | 2 +-
 .../test/org/apache/axis2/xmlbeans/WSDL2JavaSuccessTestBase.java| 6 --
 pom.xml | 2 +-
 3 files changed, 2 insertions(+), 8 deletions(-)



[axis-axis2-java-core] branch master updated (f250b0a -> ee8efef)

2020-12-26 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 f250b0a  Bump jetty-jspc-maven-plugin from 9.4.12.v20180830 to 
9.4.35.v20201120
 add ee8efef  Bump plexus-archiver from 3.4 to 4.2.3

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch master updated: Bump org.apache.felix.framework from 6.0.1 to 7.0.0

2020-12-26 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 87da3c3  Bump org.apache.felix.framework from 6.0.1 to 7.0.0
87da3c3 is described below

commit 87da3c3604446fcfd5d8ccb0d6a5008f7f4d4f44
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 26 13:55:49 2020 +

Bump org.apache.felix.framework from 6.0.1 to 7.0.0

Bumps org.apache.felix.framework from 6.0.1 to 7.0.0.

Signed-off-by: dependabot[bot] 
---
 modules/osgi-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/osgi-tests/pom.xml b/modules/osgi-tests/pom.xml
index 1b5909d..de74f65 100644
--- a/modules/osgi-tests/pom.xml
+++ b/modules/osgi-tests/pom.xml
@@ -57,7 +57,7 @@
 
 org.apache.felix
 org.apache.felix.framework
-6.0.1
+7.0.0
 test
 
 



[axis-axis2-java-core] branch dependabot/maven/org.apache.maven.plugins-maven-eclipse-plugin-2.10 created (now 0bfda61)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-eclipse-plugin-2.10
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 0bfda61  Bump maven-eclipse-plugin from 2.8 to 2.10

No new revisions were added by this update.



[axis-axis2-java-core] branch dependabot/maven/org.slf4j-slf4j-jdk14-1.7.30 created (now 31e3866)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.slf4j-slf4j-jdk14-1.7.30
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 31e3866  Bump slf4j-jdk14 from 1.6.6 to 1.7.30

No new revisions were added by this update.



[axis-axis2-java-core] branch master updated (87da3c3 -> 1051114)

2020-12-26 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 87da3c3  Bump org.apache.felix.framework from 6.0.1 to 7.0.0
 add 1051114  Fix site generation (with Java 8)

No new revisions were added by this update.

Summary of changes:
 apidocs/pom.xml |  7 +++
 pom.xml | 30 +-
 2 files changed, 8 insertions(+), 29 deletions(-)



[axis-axis2-java-core] branch master updated: Remove maven-eclipse-plugin configurations

2020-12-26 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 1c47619  Remove maven-eclipse-plugin configurations
1c47619 is described below

commit 1c476191d625e2a5f5422800f9f3ab3b54c9b50d
Author: Andreas Veithen 
AuthorDate: Sat Dec 26 14:53:43 2020 +

Remove maven-eclipse-plugin configurations

That plugin is unmaintained and superseded by M2E.
---
 modules/tool/axis2-eclipse-codegen-plugin/pom.xml | 15 ---
 modules/tool/axis2-eclipse-service-plugin/pom.xml | 15 ---
 2 files changed, 30 deletions(-)

diff --git a/modules/tool/axis2-eclipse-codegen-plugin/pom.xml 
b/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
index 492e7a8..f6b65d2 100644
--- a/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
+++ b/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
@@ -133,21 +133,6 @@
 
 
 
-maven-eclipse-plugin
-2.8
-
-
-
-
org.eclipse.pde.ManifestBuilder
-
org.eclipse.pde.SchemaBuilder
-
-
-
org.eclipse.pde.PluginNature
-
-
-
-
 maven-dependency-plugin
 
 
diff --git a/modules/tool/axis2-eclipse-service-plugin/pom.xml 
b/modules/tool/axis2-eclipse-service-plugin/pom.xml
index bab28b5..46c1553 100644
--- a/modules/tool/axis2-eclipse-service-plugin/pom.xml
+++ b/modules/tool/axis2-eclipse-service-plugin/pom.xml
@@ -106,21 +106,6 @@
 
 
 
-maven-eclipse-plugin
-2.8
-
-
-
-
org.eclipse.pde.ManifestBuilder
-
org.eclipse.pde.SchemaBuilder
-
-
-
org.eclipse.pde.PluginNature
-
-
-
-
 maven-dependency-plugin
 
 



[axis-axis2-java-core] branch dependabot/maven/exam.version-4.13.1 created (now 2bf9d93)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/exam.version-4.13.1
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 2bf9d93  Bump exam.version from 3.4.0 to 4.13.1

No new revisions were added by this update.



[axis-axis2-java-core] branch master updated (1c47619 -> b3e4a91)

2020-12-26 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 1c47619  Remove maven-eclipse-plugin configurations
 add b3e4a91  Use consistent versions of SLF4J artifacts

No new revisions were added by this update.

Summary of changes:
 pom.xml   | 5 +
 systests/webapp-tests/pom.xml | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)



[axis-axis2-java-core] branch dependabot/maven/org.apache.geronimo.specs-geronimo-jaxws_2.2_spec-1.2 created (now eaa7549)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.geronimo.specs-geronimo-jaxws_2.2_spec-1.2
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at eaa7549  Bump geronimo-jaxws_2.2_spec from 1.0 to 1.2

No new revisions were added by this update.



[axis-axis2-java-core] branch dependabot/maven/slf4j.version-1.7.30 created (now 771007c)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/slf4j.version-1.7.30
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 771007c  Bump slf4j.version from 1.7.22 to 1.7.30

No new revisions were added by this update.



[axis-axis2-java-core] branch master updated (b3e4a91 -> bfbb03e)

2020-12-26 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 b3e4a91  Use consistent versions of SLF4J artifacts
 add bfbb03e  Update Pax Exam

No new revisions were added by this update.

Summary of changes:
 modules/osgi-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch master updated: Automatically configure Eclipse code formatter settings

2020-12-26 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 329c39d  Automatically configure Eclipse code formatter settings
329c39d is described below

commit 329c39db42111012d08b4de362c86c67da911ba8
Author: Andreas Veithen 
AuthorDate: Sat Dec 26 15:13:02 2020 +

Automatically configure Eclipse code formatter settings
---
 pom.xml | 68 +
 1 file changed, 68 insertions(+)

diff --git a/pom.xml b/pom.xml
index 958ec1a..91f60e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1517,6 +1517,74 @@
 maven-scm-publish-plugin
 1.1
 
+
+com.github.veithen.maven
+eclipse-settings-maven-plugin
+0.2.0
+
+
+
+apply
+
+
+
+
+
+
+org.eclipse.jdt.core
+
+
+
org.eclipse.jdt.core.formatter.comment.line_length
+100
+
+
+
org.eclipse.jdt.core.formatter.lineSplit
+100
+
+
+
org.eclipse.jdt.core.formatter.tabulation.char
+space
+
+
+
org.eclipse.jdt.core.formatter.indentation.size
+4
+
+
+
+
+org.eclipse.jdt.ui
+
+
+
org.eclipse.jdt.ui.text.custom_code_templates
+
+
+
+
+
+
+
 
 
 



[axis-axis2-java-core] branch master updated: Remove the testkit doclet

2020-12-26 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 2315f88  Remove the testkit doclet
2315f88 is described below

commit 2315f88fb7bc159dc5e6c2560cbe13570906fbff
Author: Andreas Veithen 
AuthorDate: Sat Dec 26 17:53:47 2020 +

Remove the testkit doclet

That doclet was designed to enrich the output of the standard doclet,
but there is no easy way to implement that in Java 11. Since it's not an
essential feature, remove it.
---
 .travis.yml|   2 +-
 apidocs/pom.xml|  32 -
 modules/transport/testkit/pom.xml  |  20 ---
 .../axis2/transport/testkit/doclet/Dependency.java |  48 ---
 .../axis2/transport/testkit/doclet/Resource.java   |  50 ---
 .../transport/testkit/doclet/ResourceInfo.java |  59 -
 .../testkit/doclet/ResourceInfoDoclet.java | 144 -
 .../testkit/doclet/TestkitJavadocDoclet.java   | 114 
 8 files changed, 1 insertion(+), 468 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fd7097c..27eb6c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ dist: trusty
 language: java
 jdk:
   - openjdk8
-  - openjdk9
+  - openjdk11
 before_install:
   - if [ -e $JAVA_HOME/lib/security/cacerts ]; then ln -sf 
/etc/ssl/certs/java/cacerts $JAVA_HOME/lib/security/cacerts; fi
 install: true
diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index d6ebf5c..7b0456a 100644
--- a/apidocs/pom.xml
+++ b/apidocs/pom.xml
@@ -299,44 +299,12 @@
 maven-javadoc-plugin
 
 
-extract-resource-info
-pre-site
-
-javadoc
-
-
-
-
-${project.groupId}
-
axis2-transport-testkit
-${project.version}
-
-
-
org.apache.axis2.transport.testkit.doclet.ResourceInfoDoclet
-
false
-private
--out 
"${javadoc-compat-out-dir}/resource-info.dat"
-
-
-
 site-javadoc
 site
 
 javadoc-no-fork
 
 
-
-
-${project.groupId}
-
axis2-transport-testkit
-${project.version}
-
-
-
org.apache.axis2.transport.testkit.doclet.TestkitJavadocDoclet
-
true
-
--resource-info 
"${javadoc-compat-out-dir}/resource-info.dat"
-
 
${project.reporting.outputDirectory}
 .
 
diff --git a/modules/transport/testkit/pom.xml 
b/modules/transport/testkit/pom.xml
index 3e88cf0..ba7ddbe 100644
--- a/modules/transport/testkit/pom.xml
+++ b/modules/transport/testkit/pom.xml
@@ -92,26 +92,6 @@
 
 
 
-
-
-default-tools.jar
-
-
-${java.home}/../lib/tools.jar
-
-
-
-
-com.sun
-tools
-1.5.0
-system
-${java.home}/../lib/tools.jar
-
-
-
-
-
 
 
 
diff --git 
a/modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/doclet/Dependency.java
 
b/modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/doclet/Dependency.java
deleted file mode 100644
index a346e59..000
--- 
a/modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/doclet/Dependency.java
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- * 

[axis-axis2-java-core] branch master updated (2315f88 -> 1a93c1f)

2020-12-26 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 2315f88  Remove the testkit doclet
 add 1a93c1f  Bump slf4j.version from 1.7.22 to 1.7.30

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch dependabot/maven/org.apache.geronimo.specs-geronimo-jms_1.1_spec-1.1.1 created (now c26823b)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.geronimo.specs-geronimo-jms_1.1_spec-1.1.1
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at c26823b  Bump geronimo-jms_1.1_spec from 1.1 to 1.1.1

No new revisions were added by this update.



[axis-axis2-java-core] branch dependabot/maven/javax.servlet-servlet-api-2.5 updated (d3ded82 -> 8a94ecb)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/javax.servlet-servlet-api-2.5
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


 discard d3ded82  Bump servlet-api from 2.3 to 2.5
 add a0db07f  Bump maven-javadoc-plugin from 3.0.1 to 3.2.0
 add 852b902  Bump aspectj.version from 1.8.2 to 1.9.6
 add 198f4d2  Bump build-helper-maven-plugin from 1.7 to 3.2.0
 add c5887b5  Bump geronimo-ws-metadata_2.0_spec from 1.1.2 to 1.1.3
 add dbf2cca  Don't upgrade to Jetty 10
 add cc670c9  Bump maven-project-info-reports-plugin from 2.8.1 to 3.1.1
 add c2b0dd2  Bump maven-dependency-plugin from 3.0.2 to 3.1.2
 add 716880c  Bump httpcore.version from 4.4.13 to 4.4.14
 add 15ade70  Update maven-surefire-plugin and maven-failsafe-plugin
 add 9eaf79e  Remove unnecessary dependencies
 add 6c0fdc6  Don't upgrade to JAX-WS 3.0
 add a73fa50  Bump bcpkix-jdk15on from 1.49 to 1.68
 add 07be8ac  Rewrite testSetBase64Content so that it doesn't connect to 
the Internet
 add a50d9ee  Bump animal-sniffer-maven-plugin from 1.17 to 1.19
 add 9830136  Bump ant.version from 1.7.0 to 1.10.9
 add 3ee413b  Remove non existing classpath entries from 
WSDL2JavaSuccessTestBase
 add 4eedfba  Bump apache from 20 to 23
 add 6e374e8  Bump jibx.version from 1.3.1 to 1.3.3
 add f250b0a  Bump jetty-jspc-maven-plugin from 9.4.12.v20180830 to 
9.4.35.v20201120
 add ee8efef  Bump plexus-archiver from 3.4 to 4.2.3
 add 87da3c3  Bump org.apache.felix.framework from 6.0.1 to 7.0.0
 add 1051114  Fix site generation (with Java 8)
 add 1c47619  Remove maven-eclipse-plugin configurations
 add b3e4a91  Use consistent versions of SLF4J artifacts
 add bfbb03e  Update Pax Exam
 add 329c39d  Automatically configure Eclipse code formatter settings
 add 2315f88  Remove the testkit doclet
 add 1a93c1f  Bump slf4j.version from 1.7.22 to 1.7.30
 add 8a94ecb  Bump servlet-api from 2.3 to 2.5

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d3ded82)
\
 N -- N -- N   
refs/heads/dependabot/maven/javax.servlet-servlet-api-2.5 (8a94ecb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml |   8 +-
 .travis.yml|   2 +-
 apidocs/pom.xml|  33 -
 modules/osgi-tests/pom.xml |   4 +-
 modules/saaj/pom.xml   |   5 -
 .../test/org/apache/axis2/saaj/AttachmentTest.java |  72 +++
 modules/testutils/pom.xml  |   2 +-
 modules/tool/axis2-eclipse-codegen-plugin/pom.xml  |  15 ---
 modules/tool/axis2-eclipse-service-plugin/pom.xml  |  15 ---
 modules/tool/simple-server-maven-plugin/pom.xml|  10 --
 modules/transport/testkit/pom.xml  |  20 ---
 .../axis2/transport/testkit/doclet/Dependency.java |  48 ---
 .../axis2/transport/testkit/doclet/Resource.java   |  50 ---
 .../transport/testkit/doclet/ResourceInfo.java |  59 -
 .../testkit/doclet/ResourceInfoDoclet.java | 144 -
 .../testkit/doclet/TestkitJavadocDoclet.java   | 114 
 modules/webapp/pom.xml |   2 +-
 .../axis2/xmlbeans/WSDL2JavaSuccessTestBase.java   |   6 -
 pom.xml| 137 +---
 systests/webapp-tests/pom.xml  |   1 -
 20 files changed, 114 insertions(+), 633 deletions(-)
 delete mode 100644 
modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/doclet/Dependency.java
 delete mode 100644 
modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/doclet/Resource.java
 delete mode 100644 
modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/doclet/ResourceInfo.java
 delete mode 100644 
modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/doclet/ResourceInfoDoclet.java
 delete mode 100644 
modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/doclet/TestkitJavadocDoclet.java



[axis-axis2-java-core] branch master updated: Use Jetty 9 in axis2-testutils

2020-12-26 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 91ec147  Use Jetty 9 in axis2-testutils
91ec147 is described below

commit 91ec147bc36cb5dd88cdb944ea8915fe4bab8c58
Author: Andreas Veithen 
AuthorDate: Sat Dec 26 18:35:34 2020 +

Use Jetty 9 in axis2-testutils
---
 modules/testutils/pom.xml |  1 -
 .../src/main/java/org/apache/axis2/testutils/JettyServer.java | 11 +--
 .../java/org/apache/axis2/testutils/jaxws/JAXWSEndpoint.java  |  8 +++-
 pom.xml   |  6 ++
 4 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/modules/testutils/pom.xml b/modules/testutils/pom.xml
index 8bba2eb..9da9cd2 100644
--- a/modules/testutils/pom.xml
+++ b/modules/testutils/pom.xml
@@ -46,7 +46,6 @@
 
 org.eclipse.jetty
 jetty-webapp
-7.6.15.v20140411
 
 
 org.bouncycastle
diff --git 
a/modules/testutils/src/main/java/org/apache/axis2/testutils/JettyServer.java 
b/modules/testutils/src/main/java/org/apache/axis2/testutils/JettyServer.java
index 52cd3a4..e06b24f 100644
--- 
a/modules/testutils/src/main/java/org/apache/axis2/testutils/JettyServer.java
+++ 
b/modules/testutils/src/main/java/org/apache/axis2/testutils/JettyServer.java
@@ -38,8 +38,7 @@ import javax.servlet.ServletException;
 
 import org.eclipse.jetty.server.Connector;
 import org.eclipse.jetty.server.Server;
-import org.eclipse.jetty.server.nio.SelectChannelConnector;
-import org.eclipse.jetty.server.ssl.SslSelectChannelConnector;
+import org.eclipse.jetty.server.ServerConnector;
 import org.eclipse.jetty.servlet.ServletHolder;
 import org.eclipse.jetty.util.ssl.SslContextFactory;
 import org.eclipse.jetty.webapp.WebAppContext;
@@ -170,13 +169,13 @@ public class JettyServer extends AbstractAxis2Server {
 server = new Server();
 
 if (!secure) {
-SelectChannelConnector connector = new SelectChannelConnector();
+ServerConnector connector = new ServerConnector(server);
 server.addConnector(connector);
 } else {
 if (serverSslContextFactory == null) {
 generateKeys();
 }
-SslSelectChannelConnector sslConnector = new 
SslSelectChannelConnector(serverSslContextFactory);
+ServerConnector sslConnector = new ServerConnector(server, 
serverSslContextFactory);
 server.addConnector(sslConnector);
 }
 
@@ -266,9 +265,9 @@ public class JettyServer extends AbstractAxis2Server {
 }
 
 for (Connector connector : connectors) {
-if (connector instanceof SelectChannelConnector) {
+if (connector instanceof ServerConnector) {
 //must be the http connector
-return connector.getLocalPort();
+return ((ServerConnector) connector).getLocalPort();
 }
 }
 
diff --git 
a/modules/testutils/src/main/java/org/apache/axis2/testutils/jaxws/JAXWSEndpoint.java
 
b/modules/testutils/src/main/java/org/apache/axis2/testutils/jaxws/JAXWSEndpoint.java
index 3ec8feb..b383973 100644
--- 
a/modules/testutils/src/main/java/org/apache/axis2/testutils/jaxws/JAXWSEndpoint.java
+++ 
b/modules/testutils/src/main/java/org/apache/axis2/testutils/jaxws/JAXWSEndpoint.java
@@ -22,8 +22,8 @@ import javax.xml.ws.Endpoint;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
+import org.eclipse.jetty.server.NetworkConnector;
 import org.eclipse.jetty.server.Server;
-import org.eclipse.jetty.server.nio.SelectChannelConnector;
 import org.junit.rules.ExternalResource;
 
 public final class JAXWSEndpoint extends ExternalResource {
@@ -38,9 +38,7 @@ public final class JAXWSEndpoint extends ExternalResource {
 
 @Override
 protected void before() throws Throwable {
-server = new Server();
-SelectChannelConnector connector = new SelectChannelConnector();
-server.addConnector(connector);
+server = new Server(0);
 HttpContextImpl httpContext = new HttpContextImpl();
 Endpoint.create(implementor).publish(httpContext);
 server.setHandler(new JAXWSHandler(httpContext));
@@ -60,6 +58,6 @@ public final class JAXWSEndpoint extends ExternalResource {
 }
 
 public String getAddress() {
-return String.format("http://localhost:%s/";, 
server.getConnectors()[0].getLocalPort());
+return server.getURI().toString();
 }
 }
diff --git a/pom.xml b/pom.xml
index 542beb8..169aa6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -515,6 +515,7 @@
 2.3.1
 2.3.3
 1.3.8
+9.4.35.v20201120
 1.3.3
 2.14.0
 

[axis-axis2-java-core] branch dependabot/maven/org.codehaus.jettison-jettison-1.4.1 updated (d00bdee -> 29332d5)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.jettison-jettison-1.4.1
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


 discard d00bdee  Bump jettison from 1.3.8 to 1.4.1
 add f250b0a  Bump jetty-jspc-maven-plugin from 9.4.12.v20180830 to 
9.4.35.v20201120
 add ee8efef  Bump plexus-archiver from 3.4 to 4.2.3
 add 87da3c3  Bump org.apache.felix.framework from 6.0.1 to 7.0.0
 add 1051114  Fix site generation (with Java 8)
 add 1c47619  Remove maven-eclipse-plugin configurations
 add b3e4a91  Use consistent versions of SLF4J artifacts
 add bfbb03e  Update Pax Exam
 add 329c39d  Automatically configure Eclipse code formatter settings
 add 2315f88  Remove the testkit doclet
 add 1a93c1f  Bump slf4j.version from 1.7.22 to 1.7.30
 add 91ec147  Use Jetty 9 in axis2-testutils
 add 29332d5  Bump jettison from 1.3.8 to 1.4.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d00bdee)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.codehaus.jettison-jettison-1.4.1 (29332d5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .travis.yml|   2 +-
 apidocs/pom.xml|  33 -
 modules/osgi-tests/pom.xml |   4 +-
 modules/testutils/pom.xml  |   1 -
 .../org/apache/axis2/testutils/JettyServer.java|  11 +-
 .../axis2/testutils/jaxws/JAXWSEndpoint.java   |   8 +-
 modules/tool/axis2-eclipse-codegen-plugin/pom.xml  |  15 ---
 modules/tool/axis2-eclipse-service-plugin/pom.xml  |  15 ---
 modules/transport/testkit/pom.xml  |  20 ---
 .../axis2/transport/testkit/doclet/Dependency.java |  48 ---
 .../axis2/transport/testkit/doclet/Resource.java   |  50 ---
 .../transport/testkit/doclet/ResourceInfo.java |  59 -
 .../testkit/doclet/ResourceInfoDoclet.java | 144 -
 .../testkit/doclet/TestkitJavadocDoclet.java   | 114 
 modules/webapp/pom.xml |   2 +-
 pom.xml| 113 
 systests/webapp-tests/pom.xml  |   1 -
 17 files changed, 98 insertions(+), 542 deletions(-)
 delete mode 100644 
modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/doclet/Dependency.java
 delete mode 100644 
modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/doclet/Resource.java
 delete mode 100644 
modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/doclet/ResourceInfo.java
 delete mode 100644 
modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/doclet/ResourceInfoDoclet.java
 delete mode 100644 
modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/doclet/TestkitJavadocDoclet.java



[axis-axis2-java-core] branch dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.2.1 created (now 3bcb5eb)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.2.1
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 3bcb5eb  Bump maven-source-plugin from 3.0.1 to 3.2.1

No new revisions were added by this update.



[axis-axis2-java-core] branch master updated: Migrate to Github Actions

2020-12-26 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 37e4fff  Migrate to Github Actions
37e4fff is described below

commit 37e4fffc258c5e3ba0d7c141293e1550d1e5333f
Author: Andreas Veithen 
AuthorDate: Sat Dec 26 18:42:40 2020 +

Migrate to Github Actions
---
 .github/workflows/ci.yml | 48 
 .travis-settings.xml | 13 -
 .travis.yml  | 25 -
 3 files changed, 48 insertions(+), 38 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 000..096995c
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,48 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+name: Continuous Integration
+
+on:
+  push:
+branches: [ '*' ]
+  pull_request:
+branches: [ '*' ]
+
+jobs:
+  build:
+strategy:
+  matrix:
+java: [ 8, 11 ]
+name: "Java ${{ matrix.java }}"
+runs-on: ubuntu-18.04
+steps:
+- name: Checkout
+  uses: actions/checkout@v2
+- name: Cache Maven Repository
+  uses: actions/cache@v2
+  with:
+path: ~/.m2/repository
+key: maven-java-${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
+restore-keys: |
+  maven-java-${{ matrix.java }}-
+  maven-
+- name: Set up Java
+  uses: actions/setup-java@v1
+  with:
+java-version: ${{ matrix.java }}
+- name: Build
+  run: mvn -B -e -Papache-release -Dgpg.skip=true verify
+- name: Remove Snapshots
+  run: find ~/.m2/repository -name '*-SNAPSHOT' -a -type d -print0 | xargs 
-0 rm -rf
diff --git a/.travis-settings.xml b/.travis-settings.xml
deleted file mode 100644
index ab1e4a6..000
--- a/.travis-settings.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://maven.apache.org/SETTINGS/1.0.0";
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
-http://maven.apache.org/xsd/settings-1.0.0.xsd";>
-
-
-apache.snapshots.https
-${env.REPO_USERNAME}
-${env.REPO_PASSWORD}
-
-
-
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 27eb6c7..000
--- a/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-dist: trusty
-language: java
-jdk:
-  - openjdk8
-  - openjdk11
-before_install:
-  - if [ -e $JAVA_HOME/lib/security/cacerts ]; then ln -sf 
/etc/ssl/certs/java/cacerts $JAVA_HOME/lib/security/cacerts; fi
-install: true
-script: mvn -B -s .travis-settings.xml -Papache-release -Dgpg.skip=true verify
-before_cache: "find $HOME/.m2 -name '*-SNAPSHOT' -a -type d -exec rm -rf '{}' 
';'"
-jobs:
-  include:
-- if: repo = "apache/axis-axis2-java-core" AND branch = master AND type = 
push
-  stage: deploy
-  script: mvn -B -s .travis-settings.xml -Papache-release -Dgpg.skip=true 
-DskipTests=true deploy
-  env:
-- secure: 
"FtTstQQ7UzWoeSeDSDuRVZmaa/HspGKdqN/zhDY73xvVqQNiN/qEJ1n080199GPfWYZPtB6p9hFhXCbE9UN3+fnfuW0CO4iiBolRCsjdxU43bCaGjLpXiw/6ZIAaKSDPNsiXYK4d0EOKKWjWNWF1lODPrWvUdvB+bhOopUujsTImVKDZ4EqxW/35Qs96DipOz4BDLIGpdduQd8WywuCxUmGQgrzEy8xGmVt/Up383yZLAkPybR1YMp227chsgNLIurdBUbiNd73wh9YAjo/PRTDGbUgkjuUXj0m25vrmTPcHO4CBTzgb5dWeDFfwtZ5chfeanm/bAQyzPhqWF2XkbfKENGrDhOsYIT122VDfXxp+dNFnYj6vx27ulSea1m5GvclBCWkz9cqg4NTL9ZFRJwPvOLBNf/hni4aG4GKGv8sIU3HVVAB4qwpP9WLIDgKlimUq1bfIlj0jIPn/ZZmxd9KHw
 [...]
-- secure: 
"Amz5GjcuFs5A2nksM5GrzhmBe2+RpuwmTILBxzQ3Uhdb6fiNtIqsb+9OsYVWmqPwsI9Oun9yM4NCicWpWFJRDdoBN7pjK65mwlE356VvfyHx9MupXwJO00ILxJ5x5HiKtVglM1M3EZ9gm1PoVzxed9ZpSp/gmFUwvHzdImSNqLbWJ3SjHNOAqXoq2VPhvOae+jsmpBmeGHsTefNtFoLszZq2GgtEgFF3kNZzCTBnk6x5WXOAIO28elseZGEtp6yG5ugesdh6Z+EbifeAU1Rj/H5d820wiwViSmP3ieLrHUwbtbhUtU4f2UK9kXSEPu6FruYLj1tYWggM4w9jHM6Kiytq54YgnL8hNrzQeiU+YpOHaD7rNHrEVaVPFUSzog4YCh7IH4uD1nqrMHMoEpbKltn1ViJodOaAE2LBk32VFP832R4nUZLfhLspQ/V0N+fh4zp57LoYX0A+0MVX72gz395B+
 [...]
-cache:
-  directories:
-- $HOME/.m2
-notifications:
-  email:
-# java-...@axis.apache.org does

[axis-axis2-java-core] branch dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.2.1 updated (3bcb5eb -> 8d02ef9)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.2.1
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


 discard 3bcb5eb  Bump maven-source-plugin from 3.0.1 to 3.2.1
 add 1a93c1f  Bump slf4j.version from 1.7.22 to 1.7.30
 add 91ec147  Use Jetty 9 in axis2-testutils
 add 37e4fff  Migrate to Github Actions
 add 8d02ef9  Bump maven-source-plugin from 3.0.1 to 3.2.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3bcb5eb)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.2.1 
(8d02ef9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml   | 48 ++
 .travis-settings.xml   | 13 --
 .travis.yml| 25 ---
 modules/testutils/pom.xml  |  1 -
 .../org/apache/axis2/testutils/JettyServer.java| 11 +++--
 .../axis2/testutils/jaxws/JAXWSEndpoint.java   |  8 ++--
 6 files changed, 56 insertions(+), 50 deletions(-)
 create mode 100644 .github/workflows/ci.yml
 delete mode 100644 .travis-settings.xml
 delete mode 100644 .travis.yml



[axis-axis2-java-core] branch dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.2.0 updated (df4d17c -> 4ce9ad7)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.2.0
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


 discard df4d17c  Bump maven-jar-plugin from 3.0.2 to 3.2.0
 add b63efcc  Bump wsimport-maven-plugin from 0.2 to 0.2.1
 add 478c7a3  Merge pull request #13 from 
apache/dependabot/maven/com.github.veithen.maven-wsimport-maven-plugin-0.2.1
 add 380ab71  Bump junit from 4.12 to 4.13.1
 add d669a73  Remove unused pluginManagement entries
 add 55a3514  Bump plexus-classworlds from 2.4 to 2.6.0
 add 8e22f3a  Bump spring.version from 2.5.1 to 5.3.2
 add a8e7ba4  Bump commons-cli from 1.2 to 1.4
 add 69790b5  Update jacoco-report-maven-plugin
 add c178e02  Bump maven-common-artifact-filters from 3.0.1 to 3.1.0
 add 8dcc8cb  Bump maven-archetype-plugin from 3.0.1 to 3.2.0
 add 806ee47  Remove unnecessary (direct) dependencies
 add 4734b8a  Remove unnecessary dependency
 add dfe2613  Don't upgrade to JAXB 3.0
 add c1c266e  Remove unnecessary dependencies
 add cbf03d4  Bump maven-bundle-plugin from 4.1.0 to 5.1.1
 add 01fcb0a  Use a property for the AspectJ version
 add 3f16111  Bump maven-assembly-plugin from 3.1.0 to 3.3.0
 add 0a73410  Bump plexus-utils from 1.4.9 to 3.3.0
 add a0db07f  Bump maven-javadoc-plugin from 3.0.1 to 3.2.0
 add 852b902  Bump aspectj.version from 1.8.2 to 1.9.6
 add 198f4d2  Bump build-helper-maven-plugin from 1.7 to 3.2.0
 add c5887b5  Bump geronimo-ws-metadata_2.0_spec from 1.1.2 to 1.1.3
 add dbf2cca  Don't upgrade to Jetty 10
 add cc670c9  Bump maven-project-info-reports-plugin from 2.8.1 to 3.1.1
 add c2b0dd2  Bump maven-dependency-plugin from 3.0.2 to 3.1.2
 add 716880c  Bump httpcore.version from 4.4.13 to 4.4.14
 add 15ade70  Update maven-surefire-plugin and maven-failsafe-plugin
 add 9eaf79e  Remove unnecessary dependencies
 add 6c0fdc6  Don't upgrade to JAX-WS 3.0
 add a73fa50  Bump bcpkix-jdk15on from 1.49 to 1.68
 add 07be8ac  Rewrite testSetBase64Content so that it doesn't connect to 
the Internet
 add a50d9ee  Bump animal-sniffer-maven-plugin from 1.17 to 1.19
 add 9830136  Bump ant.version from 1.7.0 to 1.10.9
 add 3ee413b  Remove non existing classpath entries from 
WSDL2JavaSuccessTestBase
 add 4eedfba  Bump apache from 20 to 23
 add 6e374e8  Bump jibx.version from 1.3.1 to 1.3.3
 add f250b0a  Bump jetty-jspc-maven-plugin from 9.4.12.v20180830 to 
9.4.35.v20201120
 add ee8efef  Bump plexus-archiver from 3.4 to 4.2.3
 add 87da3c3  Bump org.apache.felix.framework from 6.0.1 to 7.0.0
 add 1051114  Fix site generation (with Java 8)
 add 1c47619  Remove maven-eclipse-plugin configurations
 add b3e4a91  Use consistent versions of SLF4J artifacts
 add bfbb03e  Update Pax Exam
 add 329c39d  Automatically configure Eclipse code formatter settings
 add 2315f88  Remove the testkit doclet
 add 1a93c1f  Bump slf4j.version from 1.7.22 to 1.7.30
 add 91ec147  Use Jetty 9 in axis2-testutils
 add 37e4fff  Migrate to Github Actions
 add 4ce9ad7  Bump maven-jar-plugin from 3.0.2 to 3.2.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (df4d17c)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.2.0 
(4ce9ad7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml |   9 +
 .github/workflows/ci.yml   |  48 ++
 .travis-settings.xml   |  13 --
 .travis.yml|  25 ---
 apidocs/pom.xml|  33 
 modules/codegen/pom.xml|  10 --
 .../wsdl/codegen/extension/JAXBRIExtension.java|   2 +-
 modules/jaxbri-codegen/pom.xml |   4 -
 modules/osgi-tests/pom.xml |   4 +-
 modules/saaj/pom.xml   |   5 -
 .../test/org/apache/axis2/saaj/AttachmentTest.java |  72 ++--
 modules/testutils/pom.xml  |   3 +-
 .../org/apache/axis2/testutils/JettyServer.java|  11 +-
 .../axis2/testutils/jaxws/JAXWSEndpoint.java   |   8 +-
 modules/tool/a

[axis-axis2-java-core] branch master updated: Update .gitignore

2020-12-26 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 d20291e  Update .gitignore
d20291e is described below

commit d20291e55bdd8726017f14591c0144e88fb6ac85
Author: Andreas Veithen 
AuthorDate: Sat Dec 26 18:47:36 2020 +

Update .gitignore
---
 .gitignore | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 23bb21a..ddb3b12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,8 @@
 .project
 .classpath
 .settings
-target
\ No newline at end of file
+target
+/modules/tool/axis2-eclipse-codegen-plugin/META-INF
+/modules/tool/axis2-eclipse-codegen-plugin/lib
+/modules/tool/axis2-eclipse-service-plugin/META-INF
+/modules/tool/axis2-eclipse-service-plugin/lib



[axis-axis2-java-core] branch dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.2.0 updated (4ce9ad7 -> f6c8856)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.2.0
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


 discard 4ce9ad7  Bump maven-jar-plugin from 3.0.2 to 3.2.0
 add d20291e  Update .gitignore
 add f6c8856  Bump maven-jar-plugin from 3.0.2 to 3.2.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4ce9ad7)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.2.0 
(f6c8856)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .gitignore | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)



[axis-axis2-java-core] branch master updated (d20291e -> ff907bd)

2020-12-26 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 d20291e  Update .gitignore
 add ff907bd  Bump maven-source-plugin from 3.0.1 to 3.2.1

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch dependabot/maven/org.eclipse.core-resources-3.3.0-v20070604 created (now 4d1b762)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.eclipse.core-resources-3.3.0-v20070604
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 4d1b762  Bump resources from 3.2.1-R32x_v20060914 to 3.3.0-v20070604

No new revisions were added by this update.



[axis-axis2-java-core] branch master updated (ff907bd -> 69360b9)

2020-12-26 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 ff907bd  Bump maven-source-plugin from 3.0.1 to 3.2.1
 add 69360b9  Use Spring's MockHttpServletRequest in TransportHeadersTest

No new revisions were added by this update.

Summary of changes:
 modules/integration/pom.xml|   5 +
 .../axis2/transport/http/TestServletRequest.java   | 268 -
 .../axis2/transport/http/TransportHeadersTest.java |  28 +--
 pom.xml|   5 +
 4 files changed, 21 insertions(+), 285 deletions(-)
 delete mode 100644 
modules/integration/test/org/apache/axis2/transport/http/TestServletRequest.java



[axis-axis2-java-core] branch master updated (69360b9 -> 223246c)

2020-12-26 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 69360b9  Use Spring's MockHttpServletRequest in TransportHeadersTest
 add 223246c  Update to a more recent servlet version

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml |  3 ++
 modules/kernel/pom.xml |  2 +-
 modules/osgi/pom.xml   |  3 +-
 modules/samples/book/pom.xml   |  3 +-
 modules/samples/java_first_jaxws/pom.xml   |  3 +-
 modules/samples/jaxws-samples/pom.xml  |  3 +-
 modules/soapmonitor/servlet/pom.xml|  2 +-
 .../http/mock/MockHttpServletResponse.java | 36 ++
 modules/webapp/pom.xml |  2 +-
 pom.xml|  5 ++-
 10 files changed, 48 insertions(+), 14 deletions(-)



[axis-axis2-java-core] branch dependabot/maven/rhino-js-1.7R2 updated (e75b0ae -> fcd3a02)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/rhino-js-1.7R2
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


 discard e75b0ae  Bump js from 1.6R7 to 1.7R2
 add 852b902  Bump aspectj.version from 1.8.2 to 1.9.6
 add 198f4d2  Bump build-helper-maven-plugin from 1.7 to 3.2.0
 add c5887b5  Bump geronimo-ws-metadata_2.0_spec from 1.1.2 to 1.1.3
 add dbf2cca  Don't upgrade to Jetty 10
 add cc670c9  Bump maven-project-info-reports-plugin from 2.8.1 to 3.1.1
 add c2b0dd2  Bump maven-dependency-plugin from 3.0.2 to 3.1.2
 add 716880c  Bump httpcore.version from 4.4.13 to 4.4.14
 add 15ade70  Update maven-surefire-plugin and maven-failsafe-plugin
 add 9eaf79e  Remove unnecessary dependencies
 add 6c0fdc6  Don't upgrade to JAX-WS 3.0
 add a73fa50  Bump bcpkix-jdk15on from 1.49 to 1.68
 add 07be8ac  Rewrite testSetBase64Content so that it doesn't connect to 
the Internet
 add a50d9ee  Bump animal-sniffer-maven-plugin from 1.17 to 1.19
 add 9830136  Bump ant.version from 1.7.0 to 1.10.9
 add 3ee413b  Remove non existing classpath entries from 
WSDL2JavaSuccessTestBase
 add 4eedfba  Bump apache from 20 to 23
 add 6e374e8  Bump jibx.version from 1.3.1 to 1.3.3
 add f250b0a  Bump jetty-jspc-maven-plugin from 9.4.12.v20180830 to 
9.4.35.v20201120
 add ee8efef  Bump plexus-archiver from 3.4 to 4.2.3
 add 87da3c3  Bump org.apache.felix.framework from 6.0.1 to 7.0.0
 add 1051114  Fix site generation (with Java 8)
 add 1c47619  Remove maven-eclipse-plugin configurations
 add b3e4a91  Use consistent versions of SLF4J artifacts
 add bfbb03e  Update Pax Exam
 add 329c39d  Automatically configure Eclipse code formatter settings
 add 2315f88  Remove the testkit doclet
 add 1a93c1f  Bump slf4j.version from 1.7.22 to 1.7.30
 add 91ec147  Use Jetty 9 in axis2-testutils
 add 37e4fff  Migrate to Github Actions
 add d20291e  Update .gitignore
 add ff907bd  Bump maven-source-plugin from 3.0.1 to 3.2.1
 add 69360b9  Use Spring's MockHttpServletRequest in TransportHeadersTest
 add 223246c  Update to a more recent servlet version
 add fcd3a02  Bump js from 1.6R7 to 1.7R2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e75b0ae)
\
 N -- N -- N   refs/heads/dependabot/maven/rhino-js-1.7R2 (fcd3a02)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml |  11 +-
 .github/workflows/ci.yml   |  48 
 .gitignore |   6 +-
 .travis-settings.xml   |  13 -
 .travis.yml|  25 --
 apidocs/pom.xml|  33 ---
 modules/integration/pom.xml|   5 +
 .../axis2/transport/http/TestServletRequest.java   | 268 -
 .../axis2/transport/http/TransportHeadersTest.java |  28 +--
 modules/kernel/pom.xml |   2 +-
 modules/osgi-tests/pom.xml |   4 +-
 modules/osgi/pom.xml   |   3 +-
 modules/saaj/pom.xml   |   5 -
 .../test/org/apache/axis2/saaj/AttachmentTest.java |  72 ++
 modules/samples/book/pom.xml   |   3 +-
 modules/samples/java_first_jaxws/pom.xml   |   3 +-
 modules/samples/jaxws-samples/pom.xml  |   3 +-
 modules/soapmonitor/servlet/pom.xml|   2 +-
 modules/testutils/pom.xml  |   3 +-
 .../org/apache/axis2/testutils/JettyServer.java|  11 +-
 .../axis2/testutils/jaxws/JAXWSEndpoint.java   |   8 +-
 modules/tool/axis2-eclipse-codegen-plugin/pom.xml  |  15 --
 modules/tool/axis2-eclipse-service-plugin/pom.xml  |  15 --
 modules/tool/simple-server-maven-plugin/pom.xml|  10 -
 .../http/mock/MockHttpServletResponse.java |  36 +++
 modules/transport/testkit/pom.xml  |  20 --
 .../axis2/transport/testkit/doclet/Dependency.java |  48 
 .../axis2/transport/testkit/doclet/Resource.java   |  50 
 .../transport/testkit/doclet/ResourceInfo.java |  59 -
 .../testkit/doclet/ResourceInfoDoclet.java | 144 ---
 .../testkit/doclet/TestkitJav

[axis-axis2-java-core] branch dependabot/maven/net.nicoulaj.maven.plugins-checksum-maven-plugin-1.9 created (now 5283685)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/net.nicoulaj.maven.plugins-checksum-maven-plugin-1.9
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 5283685  Bump checksum-maven-plugin from 1.5 to 1.9

No new revisions were added by this update.



[axis-axis2-java-core] branch dependabot/maven/org.apache.maven-maven-archiver-3.5.0 created (now 2c0723b)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven-maven-archiver-3.5.0
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 2c0723b  Bump maven-archiver from 3.0.2 to 3.5.0

No new revisions were added by this update.



[axis-axis2-java-core] branch master updated (223246c -> cefc9ab)

2020-12-26 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 223246c  Update to a more recent servlet version
 add cefc9ab  Bump checksum-maven-plugin from 1.5 to 1.9

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch dependabot/maven/org.apache.maven-maven-archiver-3.5.0 updated (2c0723b -> cd62c25)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven-maven-archiver-3.5.0
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


 discard 2c0723b  Bump maven-archiver from 3.0.2 to 3.5.0
 add 223246c  Update to a more recent servlet version
 add cd62c25  Bump maven-archiver from 3.0.2 to 3.5.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2c0723b)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven-maven-archiver-3.5.0 (cd62c25)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml |  3 ++
 modules/kernel/pom.xml |  2 +-
 modules/osgi/pom.xml   |  3 +-
 modules/samples/book/pom.xml   |  3 +-
 modules/samples/java_first_jaxws/pom.xml   |  3 +-
 modules/samples/jaxws-samples/pom.xml  |  3 +-
 modules/soapmonitor/servlet/pom.xml|  2 +-
 .../http/mock/MockHttpServletResponse.java | 36 ++
 modules/webapp/pom.xml |  2 +-
 9 files changed, 46 insertions(+), 11 deletions(-)



[axis-axis2-java-core] branch master updated (cefc9ab -> 5f6f3dd)

2020-12-26 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 cefc9ab  Bump checksum-maven-plugin from 1.5 to 1.9
 add 5f6f3dd  Bump maven-archiver from 3.0.2 to 3.5.0

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[axis-axis2-java-core] branch dependabot/maven/com.github.veithen.alta-alta-maven-plugin-0.7.0 created (now 13c7415)

2020-12-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/com.github.veithen.alta-alta-maven-plugin-0.7.0
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


  at 13c7415  Bump alta-maven-plugin from 0.6.2 to 0.7.0

No new revisions were added by this update.