This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
from a8fa7a2977 Add another unit test to prevent axiom loading with
enableJSONOnly=true
add 3c1b6f124b Add some more JSON unit tests
No new revisions were added by this update.
Summary of changes:
.../axis2/kernel/TransportUtilsJSONOnlyTest.java | 198 ++++++++++++++++
.../transport/h2/H2JSONOnlyIntegrationTest.java | 247 ++++++++++++++++++++
.../transport/http/AxisServletJSONOnlyTest.java | 258 +++++++++++++++++++++
3 files changed, 703 insertions(+)
create mode 100644
modules/kernel/src/test/java/org/apache/axis2/kernel/TransportUtilsJSONOnlyTest.java
create mode 100644
modules/transport-h2/src/test/java/org/apache/axis2/transport/h2/H2JSONOnlyIntegrationTest.java
create mode 100644
modules/transport/http/src/test/java/org/apache/axis2/transport/http/AxisServletJSONOnlyTest.java