Skip to content

Commit 2a1296a

Browse files
Release notes update
1 parent 3088c94 commit 2a1296a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/site/markdown/release-notes/2.0.0.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ The Axis2 project transition to jakarta depends partly on Axiom, which has also
88

99
HTTPClient has been updated to 5.x, so update your axis2.xml files from httpclient4 to httpclient5.
1010

11-
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.
11+
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.
1212

13-
The JSON support has been updated with many bugs fixed, while the examples have
14-
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.
13+
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.
1514

1615
For those who want to support both SOAP and JSON, the JSON support docs for the XML Stream API Base Approach have been improved.
1716

@@ -43,8 +42,6 @@ For those interested in Rampart - an optional implementation of WS-Sec* standard
4342

4443
Apache Axis2 2.0.0 Jira issues fixed
4544
------------------------------------
46-
47-
Release Notes - Axis2 - Version 2.0.0
4845
4946
<h2> Bug
5047
</h2>

0 commit comments

Comments
 (0)