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/axis2-eclipse-codegen-plugin/pom.xml | 15 -- modules/tool/axis2-eclipse-service-plugin/pom.xml | 15 -- modules/tool/axis2-repo-maven-plugin/pom.xml | 2 +- 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 | 16 +- .../axis2/xmlbeans/WSDL2JavaSuccessTestBase.java | 6 - pom.xml | 188 ++++++++++++--------- systests/webapp-tests/pom.xml | 1 - 28 files changed, 195 insertions(+), 740 deletions(-) create mode 100644 .github/workflows/ci.yml delete mode 100644 .travis-settings.xml delete mode 100644 .travis.yml 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