This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/checkerframework.version-4.2.0
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
discard 753930616 Bump checkerframework.version from 3.48.4 to 4.2.0
add 7c8c1a8cb Consolidate om.factory MatrixTest nodes into OMFactoryTests
add 3b63a4ebe Make the factoryIsSingleton test meaningful again
add 78aa5f334 Bump jaxen:jaxen from 2.0.4 to 2.0.5
add de5b7f514 Bump jetty.version from 12.1.9 to 12.1.10
add c0efd0c7e Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.3.1 to
5.0.0
add be329db68 Bump biz.aQute.bnd:biz.aQute.bndlib from 7.2.3 to 7.3.0
add f964791af Bump jaxen:jaxen from 2.0.5 to 2.0.6
add c1166e416 Bump jaxws-rt.version from 4.0.4 to 4.0.5
add ba56a1e9a Bump checkerframework.version from 3.48.4 to 4.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 (753930616)
\
N -- N -- N
refs/heads/dependabot/maven/checkerframework.version-4.2.0 (ba56a1e9a)
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:
pom.xml | 8 +-
systests/osgi-tests/pom.xml | 2 +-
.../java/org/apache/axiom/ts/om/OMTestSuite.java | 25 +-
.../TestAddAttributeWithInvalidNamespace1.java | 4 +-
.../TestAddAttributeWithInvalidNamespace2.java | 4 +-
.../apache/axiom/ts/om/factory/OMFactoryTests.java | 257 +++++++++++++++++++++
.../TestCreateOMAttributeGeneratedPrefix.java | 45 ----
.../factory/TestCreateOMAttributeInterfaces.java | 52 -----
...TestCreateOMAttributeNullPrefixNoNamespace.java | 45 ----
...TestCreateOMAttributeWithInvalidNamespace1.java | 44 ----
...TestCreateOMAttributeWithInvalidNamespace2.java | 44 ----
.../factory/TestCreateOMCommentWithoutParent.java | 38 ---
.../factory/TestCreateOMDocTypeWithoutParent.java | 41 ----
.../axiom/ts/om/factory/TestCreateOMDocument.java | 43 ----
.../TestCreateOMElementWithNullOMDataSource1.java | 42 ----
.../TestCreateOMElementWithNullOMDataSource2.java | 42 ----
.../TestCreateOMElementWithNullURIAndPrefix.java | 36 ---
.../ts/om/factory/TestCreateOMEntityReference.java | 41 ----
.../TestCreateOMEntityReferenceWithNullParent.java | 39 ----
.../axiom/ts/om/factory/TestCreateOMNamespace.java | 38 ---
.../factory/TestCreateOMNamespaceWithNullURI.java | 35 ---
...CreateOMProcessingInstructionWithoutParent.java | 39 ----
.../axiom/ts/om/factory/TestCreateOMText.java | 43 ----
.../ts/om/factory/TestCreateOMTextFromOMText.java | 43 ----
.../om/factory/TestCreateOMTextWithNullParent.java | 42 ----
.../ts/om/factory/TestFactoryIsSingleton.java | 40 ----
.../axiom/ts/om/factory/TestGetMetaFactory.java | 40 ----
27 files changed, 269 insertions(+), 903 deletions(-)
create mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/OMFactoryTests.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMAttributeGeneratedPrefix.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMAttributeInterfaces.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMAttributeNullPrefixNoNamespace.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMAttributeWithInvalidNamespace1.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMAttributeWithInvalidNamespace2.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMCommentWithoutParent.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMDocTypeWithoutParent.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMDocument.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMElementWithNullOMDataSource1.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMElementWithNullOMDataSource2.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMElementWithNullURIAndPrefix.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMEntityReference.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMEntityReferenceWithNullParent.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMNamespace.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMNamespaceWithNullURI.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMProcessingInstructionWithoutParent.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMText.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMTextFromOMText.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestCreateOMTextWithNullParent.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestFactoryIsSingleton.java
delete mode 100644
testing/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/factory/TestGetMetaFactory.java