-
-
Notifications
You must be signed in to change notification settings - Fork 83
Woodstox Release 6.0
Tatu Saloranta edited this page Dec 7, 2019
·
3 revisions
Woodstox 6.0 is the first Java 9 module info compatible version: it is, however, fully API-compatible 5.x and does not require newer JDK version either.
Another significant change is that MSV (Multi-Schema Validator) dependencies are "shaded" in, instead of being Maven dependencies: reason for this is that due to lack of development and maintenance, this library does not have Module Info so it is reason to simply re-package it.
Woodstox 6.0 runs on JDK/JVM 6, but requires JDK 8 to build (to add module-info.class
)
- #88: Missing closing quote for attribute values during in Validating output mode
-
#93: Stax2
maxAttributeSize
limit is only vaguely respected -
#97:
copyEventFromReader()
ArrayIndexOutOfBoundsException
-
#85: OSGi dependency on relaxng should be
optional
- #82: Recycled buffers in XMLStreamWriter are colliding between multiple writer instances when used in an Akka stream
- #78: Shade MSV dependency
- Add
module-info.class
for Java 9+ module system