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