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 gi...@apache.org on 2020/12/26 17:55:42 UTC

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

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