You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/11/21 01:23:40 UTC

[ws-axiom] branch master updated (0844ba539 -> 23f43f8dc)

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 0844ba539 Make DataSourceUtils non-public
     add 23f43f8dc Enforce consistent Java formatting

No new revisions were added by this update.

Summary of changes:
 systests/osgi-tests/pom.xml                        | 11 +++
 .../java/org/apache/axiom/test/BlueprintTest.java  |  5 +-
 .../apache/axiom/test/DataHandlerUtilsTest.java    |  8 +-
 .../test/java/org/apache/axiom/test/DummyBean.java |  2 +-
 .../java/org/apache/axiom/test/FactoryTest.java    | 42 +++++-----
 .../test/java/org/apache/axiom/test/JAXBTest.java  |  9 +--
 .../test/java/org/apache/axiom/test/SJSXPTest.java | 15 ++--
 .../java/org/apache/axiom/test/SystemDepsTest.java | 11 ++-
 .../org/apache/axiom/test/TestServiceImpl.java     |  2 +-
 .../org/apache/axiom/test/UsesConstraintsTest.java | 89 ++++++++++++++--------
 .../src/test/java/org/apache/axiom/test/Utils.java | 21 +++--
 11 files changed, 134 insertions(+), 81 deletions(-)