This is an automated email from the ASF dual-hosted git repository. veithen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
from 18a17eaf9 Refactor DataSourceRegistry so that it can be used with Blob add ce41a1a68 Replace RandomDataSource with a Blob implementation No new revisions were added by this update. Summary of changes: axiom-api/pom.xml | 6 +++ .../apache/axiom/attachments/AttachmentsTest.java | 10 +++-- testing/axiom-testsuite/pom.xml | 5 +++ .../TestReadAttachmentBeforeRootPartComplete.java | 13 ++---- ...stRegisterCustomBuilderForPayloadJAXBPlain.java | 5 ++- ...RegisterCustomBuilderForPayloadJAXBWithXOP.java | 5 ++- .../element/TestGetTextAsStreamWithoutCaching.java | 11 +++-- .../axiom/ts/om/element/TestGetTextBinary.java | 15 +++---- .../ts/om/element/sr/TestGetBlobFromElement.java | 11 ++--- ...TextAsStreamWithNonDestructiveOMDataSource.java | 7 ++- ...tWriteTextToWithNonDestructiveOMDataSource.java | 7 ++- .../push/WriteBlobProviderScenario.java | 11 +++-- .../om/sourcedelement/push/WriteBlobScenario.java | 12 ++--- .../axiom/ts/om/text/DummyAttachmentAccessor.java | 11 ++--- .../text/TestBase64StreamingWithGetSAXSource.java | 14 +++--- .../apache/axiom/ts/om/text/TestCloneBinary.java | 11 +++-- .../axiom/ts/omdom/text/TestCloneNodeBinary.java | 12 ++--- .../ts/omdom/text/TestGetNodeValueBinary.java | 14 +++--- testing/{url-registry => blob-testutils}/pom.xml | 15 +------ .../apache/axiom/testutils/blob/RandomBlob.java} | 52 +++++++++++----------- testing/pom.xml | 1 + testing/url-registry/pom.xml | 6 +++ .../net/protocol/registry/URLRegistryTest.java | 9 ++-- 23 files changed, 128 insertions(+), 135 deletions(-) copy testing/{url-registry => blob-testutils}/pom.xml (80%) rename testing/{testutils/src/main/java/org/apache/axiom/testutils/activation/RandomDataSource.java => blob-testutils/src/main/java/org/apache/axiom/testutils/blob/RandomBlob.java} (65%)