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/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new cea6a14db Update release notes, add some HTML links to fixed issues
cea6a14db is described below
commit cea6a14db8d84482433f55c69c183b67bc7b30d9
Author: Robert Lazarski <[email protected]>
AuthorDate: Tue Jan 7 19:16:01 2025 -1000
Update release notes, add some HTML links to fixed issues
---
src/site/markdown/release-notes/2.0.0.md | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/src/site/markdown/release-notes/2.0.0.md
b/src/site/markdown/release-notes/2.0.0.md
index 982872d33..66e25b2ba 100644
--- a/src/site/markdown/release-notes/2.0.0.md
+++ b/src/site/markdown/release-notes/2.0.0.md
@@ -24,3 +24,23 @@ Axiom 2 introduces breaking changes to remove the dependency
of `axiom-api` on c
- APIs that have been updated to remove the dependency on `DataHandler` have
also been changed to
make use of `ContentType` instead of `String` where this is relevant.
+
+Jira issues completed for 2.0.0:
+
+<h2> Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/AXIOM-516'>AXIOM-516</a>]
- Recent Axiom versions serialize character references differently
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/AXIOM-518'>AXIOM-518</a>]
- AXIOM DOAP file has a parsing error
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/AXIOM-519'>AXIOM-519</a>]
- NullPointerException after using setOptimize(true) on a plain OMText
node
+</li>
+</ul>
+
+<h2> Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/AXIOM-506'>AXIOM-506</a>]
- Upgrade to org.glassfish 3.0.1 and jakarta packages
+</li>
+</ul>