This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/interop-mock/org.springframework-spring-webmvc-5.2.20.RELEASE in repository https://gitbox.apache.org/repos/asf/axis-axis1-java.git
omit 346e50da5 Bump org.springframework:spring-webmvc in /interop-mock add 7e6675342 Filter out unsupported protocols in the client class ServiceFactory add 2d3e769a6 Make ImageDataSource use PNG add 994b7b17f Add Codespaces configuration add dbee40de9 Migrate to Github Actions add 22c25b730 Remove unnecessary dependency add 4598bf214 Bump org.springframework:spring-webmvc in /interop-mock 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 (346e50da5) \ N -- N -- N refs/heads/dependabot/maven/interop-mock/org.springframework-spring-webmvc-5.2.20.RELEASE (4598bf214) 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: .devcontainer/devcontainer.json | 13 ++++++ .github/workflows/ci.yml | 53 ++++++++++++++++++++++ .travis-settings.xml | 13 ------ .travis.yml | 18 -------- axis-rt-core/pom.xml | 6 --- .../apache/axis/attachments/ImageDataSource.java | 2 +- .../org/apache/axis/client/ServiceFactory.java | 5 ++ 7 files changed, 72 insertions(+), 38 deletions(-) create mode 100644 .devcontainer/devcontainer.json create mode 100644 .github/workflows/ci.yml delete mode 100644 .travis-settings.xml delete mode 100644 .travis.yml