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:00:29 UTC

[ws-axiom] branch dependabot/maven/spring.version-5.3.2 updated (71bada8 -> 4aae5c6)

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

github-bot pushed a change to branch dependabot/maven/spring.version-5.3.2
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git.


 discard 71bada8  Bump spring.version from 5.0.1.RELEASE to 5.3.2
     add d797334  Bump maven-antrun-plugin from 1.7 to 3.0.0
     add fab575c  Bump maven-plugin-annotations from 3.2 to 3.6.0
     add d49d89d  Bump build-helper-maven-plugin from 1.7 to 3.2.0
     add 0188ec6  Improve logging in eclipse-tests
     add b155b81  Fix the wiring of javax.mail.util in axiom-api
     add 58a8b35  Remove the Spring-WS tests for Castor
     add 4aae5c6  Bump spring.version from 5.0.1.RELEASE to 5.3.2

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   (71bada8)
            \
             N -- N -- N   refs/heads/dependabot/maven/spring.version-5.3.2 (4aae5c6)

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:
 axiom-api/pom.xml                                  |  1 +
 buildutils/pom.xml                                 |  2 +-
 pom.xml                                            |  4 +--
 systests/eclipse-tests/pom.xml                     |  5 +++
 systests/osgi-tests/pom.xml                        |  5 +++
 ...BlueprintTest.java => DataSourceUtilsTest.java} | 20 ++++-------
 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 ------------------
 15 files changed, 21 insertions(+), 265 deletions(-)
 copy systests/osgi-tests/src/test/java/org/apache/axiom/test/{BlueprintTest.java => DataSourceUtilsTest.java} (72%)
 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