You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by gi...@apache.org on 2020/12/22 11:05:28 UTC

[ws-axiom] branch dependabot/maven/org.apache.felix-maven-bundle-plugin-5.1.1 updated (838d4d7 -> aa82906)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/org.apache.felix-maven-bundle-plugin-5.1.1
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git.


 discard 838d4d7  Bump maven-bundle-plugin from 3.3.0 to 5.1.1
     add 58a8b35  Remove the Spring-WS tests for Castor
     add cdc7f6b  Fix build on Java 10
     add aa82906  Bump maven-bundle-plugin from 3.3.0 to 5.1.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   (838d4d7)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.felix-maven-bundle-plugin-5.1.1 (aa82906)

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:
 .../org/apache/axiom/test/DataSourceUtilsTest.java |  1 +
 testing/spring-ws-testsuite/pom.xml                | 15 ---------
 .../ts/springws/SpringWSTestSuiteBuilder.java      |  2 --
 .../ts/springws/scenario/castor/CastorTest.java    | 39 ----------------------
 .../springws/scenario/castor/GetQuoteRequest.java  | 31 -----------------
 .../springws/scenario/castor/GetQuoteResponse.java | 31 -----------------
 .../scenario/castor/StockQuoteEndpoint.java        | 35 -------------------
 .../axiom/ts/springws/scenario/castor/client.xml   | 35 -------------------
 .../axiom/ts/springws/scenario/castor/mapping.xml  | 28 ----------------
 .../axiom/ts/springws/scenario/castor/server.xml   | 33 ------------------
 10 files changed, 1 insertion(+), 249 deletions(-)
 delete mode 100644 testing/spring-ws-testsuite/src/main/java/org/apache/axiom/ts/springws/scenario/castor/CastorTest.java
 delete mode 100644 testing/spring-ws-testsuite/src/main/java/org/apache/axiom/ts/springws/scenario/castor/GetQuoteRequest.java
 delete mode 100644 testing/spring-ws-testsuite/src/main/java/org/apache/axiom/ts/springws/scenario/castor/GetQuoteResponse.java
 delete mode 100644 testing/spring-ws-testsuite/src/main/java/org/apache/axiom/ts/springws/scenario/castor/StockQuoteEndpoint.java
 delete mode 100644 testing/spring-ws-testsuite/src/main/resources/org/apache/axiom/ts/springws/scenario/castor/client.xml
 delete mode 100644 testing/spring-ws-testsuite/src/main/resources/org/apache/axiom/ts/springws/scenario/castor/mapping.xml
 delete mode 100644 testing/spring-ws-testsuite/src/main/resources/org/apache/axiom/ts/springws/scenario/castor/server.xml