Releases: elharo/xom
Releases · elharo/xom
1.3.9
1.3.8
1.3.7
Purely internal changes:
- Remove direct dependency on xml-apis:xml-apis artifact since these classes are now available in the core runtime.
- Eliminate usage of com.sun classes to make XOM compatible with JDK 16.
- Replace remaining usages of StringBuffer with StringBuilder to slightly improve performance.
1.3.6
1.3.5
1.3.3
XOM 1.3.0
XOM 1.2.11
Update and improve build system and website generation.
The binary is now compiled against Java 1.6 or later by default.
It should still be source compatible with Java 1.4 but this has
not been extensively tested.
Removes an unthrown IOException from the Canonicalizer.setInclusiveNamespacePrefixList(). method.
Fixes one bug in the verification of a leading plus sign in the IPv4 parts of IPv6 addresses.