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 2a1296a4f2 Release notes update 2a1296a4f2 is described below commit 2a1296a4f2c7f1058bf1c90efaaf2bfcd3874553 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Tue Mar 4 08:23:46 2025 -1000 Release notes update --- src/site/markdown/release-notes/2.0.0.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/site/markdown/release-notes/2.0.0.md b/src/site/markdown/release-notes/2.0.0.md index 5a9651b4da..3b1de41855 100644 --- a/src/site/markdown/release-notes/2.0.0.md +++ b/src/site/markdown/release-notes/2.0.0.md @@ -8,10 +8,9 @@ The Axis2 project transition to jakarta depends partly on Axiom, which has also HTTPClient has been updated to 5.x, so update your axis2.xml files from httpclient4 to httpclient5. -Previously generated sources with javax references may or may not work in the latest Tomcat / Wildfly. You may have to regenerate your sources or globably replace the jakarta libs. +Previously generated sources from WSDL2Java with javax references may or may not work in the latest Tomcat / Wildfly. You may have to regenerate your sources or globably replace the required jakarta imports. -The JSON support has been updated with many bugs fixed, while the examples have -been updated to use Spring Boot 3. If you want to support native JSON with simple POJO's and no SOAP, axis2 can that. See the new enableJSONOnly flag in axis2.xml. +The JSON support has been updated with many bugs fixed, while the examples in the user guide have been updated to use Spring Boot 3. If you want to support native JSON with simple POJO's and no SOAP, axis2 can that. See the new enableJSONOnly flag in axis2.xml. For those who want to support both SOAP and JSON, the JSON support docs for the XML Stream API Base Approach have been improved. @@ -43,8 +42,6 @@ For those interested in Rampart - an optional implementation of WS-Sec* standard Apache Axis2 2.0.0 Jira issues fixed ------------------------------------ - - Release Notes - Axis2 - Version 2.0.0 <h2> Bug </h2>