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/TestkitJavadocDoclet.java | 114 --------- modules/webapp/pom.xml | 4 +- .../axis2/xmlbeans/WSDL2JavaSuccessTestBase.java | 6 - pom.xml | 161 ++++++++----- systests/webapp-tests/pom.xml | 1 - 35 files changed, 253 insertions(+), 986 deletions(-) create mode 100644 .github/workflows/ci.yml delete mode 100644 .travis-settings.xml delete mode 100644 .travis.yml delete mode 100644 modules/integration/test/org/apache/axis2/transport/http/TestServletRequest.java 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