(axis-axis2-java-core) branch dependabot/maven/slf4j.version-2.0.10 created (now 8e4c837164)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/slf4j.version-2.0.10 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at 8e4c837164 Bump slf4j.version from 2.0.9 to 2.0.10 No new revisions were added by this update.
(axis-axis2-java-core) branch master updated (50c4530f4c -> 465b492019)
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/axis-axis2-java-core.git from 50c4530f4c Bump org.apache.maven.plugins:maven-compiler-plugin add 465b492019 Bump slf4j.version from 2.0.9 to 2.0.10 No new revisions were added by this update. Summary of changes: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(axis-axis2-java-core) branch dependabot/maven/slf4j.version-2.0.10 deleted (was 8e4c837164)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/slf4j.version-2.0.10 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git was 8e4c837164 Bump slf4j.version from 2.0.9 to 2.0.10 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(axis-axis2-java-core) branch master updated: AXIS2-6063 Add enableJSONOnly parameter to axis2.xml
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new eb7db458e2 AXIS2-6063 Add enableJSONOnly parameter to axis2.xml eb7db458e2 is described below commit eb7db458e231106d4497ccf483dfa83a425cc5aa Author: Robert Lazarski AuthorDate: Fri Dec 29 11:35:54 2023 -0500 AXIS2-6063 Add enableJSONOnly parameter to axis2.xml --- modules/kernel/conf/axis2.xml | 1 + modules/kernel/src/org/apache/axis2/Constants.java | 1 + .../org/apache/axis2/kernel/http/HTTPConstants.java | 1 + modules/samples/json/resources/axis2.xml| 1 + .../apache/axis2/transport/http/AxisServlet.java| 21 - .../axis2/transport/http/HTTPTransportUtils.java| 17 + modules/webapp/conf/axis2.xml | 1 + 7 files changed, 42 insertions(+), 1 deletion(-) diff --git a/modules/kernel/conf/axis2.xml b/modules/kernel/conf/axis2.xml index d57b3ad164..f31d6e69e6 100644 --- a/modules/kernel/conf/axis2.xml +++ b/modules/kernel/conf/axis2.xml @@ -25,6 +25,7 @@ false false false +false