Skip to content

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.

Compatibility

Woodstox 6.0 runs on JDK/JVM 6, but requires JDK 8 to build (to add module-info.class)

Releases

6.0.3 (07-Dec-2019)

  • #88: Missing closing quote for attribute values during in Validating output mode
  • #93: Stax2 maxAttributeSize limit is only vaguely respected
  • #97: copyEventFromReader() ArrayIndexOutOfBoundsException

6.0.2 (12-Oct-2019)

  • #85: OSGi dependency on relaxng should be optional

6.0.1 (14-Sep-2019)

  • #82: Recycled buffers in XMLStreamWriter are colliding between multiple writer instances when used in an Akka stream

6.0.0

  • #78: Shade MSV dependency
  • Add module-info.class for Java 9+ module system