Releases: shred/commons-xml
Releases · shred/commons-xml
v1.2
- Added jsr305 annotations. Null-safe languages like Kotlin and plugins like SpotBugs will now detect potential
null
dereferences and other issues. XQuery
is now threadsafe.- In a preparation for modularizations,
org.shredzone.commons.xml
has been set as automatic module name.
Note that this is probably the last release that supports Java 8.