Skip to content

Woodstox Release 6.3

Tatu Saloranta edited this page Aug 13, 2022 · 3 revisions

Woodstox 6.3 is a minor version update over 6.2 with same compatibility (meaning: full API compatibility with 5.x) and baseline JDK requirements.

The main difference to 6.1 is addition of improved OSGi Service metadata

Compatibility

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

Releases

6.3.1 (13-Aug-2022)

  • 155: Declare osgi.serviceloader.registrar requirement as optional

6.3.0 (27-Jun-2022)

  • 133: Update "org.osgi.core" dependency from one published in 2009 to something newer
  • 142: XMLEventReader always returns the full content in text events, even if coalescing disabled
  • 147: Typo: "expected" misspelled as "excepted"
  • 151: Add standard osgi.serviceloader OSGi metadata for provided services