-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Woodstox 6.0 runs on JDK/JVM 6, but requires JDK 8 to build (to add module-info.class
)
-
155: Declare
osgi.serviceloader.registrar
requirement as optional
- 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