-
-
Notifications
You must be signed in to change notification settings - Fork 83
Woodstox Release 6.2
Tatu Saloranta edited this page Apr 3, 2021
·
9 revisions
Woodstox 6.2 is a minor version update over 6.1 with same compatibility (meaning: full API compatibility with 5.x) and baseline JDK requirements.
The main difference to 6.1 is addition of com.ctc.wstx.msv.W3CMultiSchemaFactory
to support compatibility
with use cases where shading of MSV (introduced in 6.0) caused problems.
Woodstox 6.0 runs on JDK/JVM 6, but requires JDK 8 to build (to add module-info.class
)
- #123: NPE for content that only has XML declaration and unknown encoding
- #122: Expected either attr limit (2147483647) >= currAttrSize (0) OR >= outBuf.length (96)
-
#117: Problem with
Stax2ByteArraySource
, encodings other than UTF-8
- #112: Max attributes per element limit only loosely enforced
- Update junit dependency to 4.13.1 (via oss-parent:41)