-
-
Notifications
You must be signed in to change notification settings - Fork 83
Woodstox Release 6.2
Tatu Saloranta edited this page Jan 14, 2022
·
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
)
-
136:
com.ctc.wstx.evt
is not exported inmodule-info.java
-
132:
copyEventFromReader()
Processing Instruction event bug
-
#125:
ArrayIndexOutOfBoundsException
for UTF-32 encoded data - #127: Invalid attributes producing extra null characters during DTD validation
- #123: NPE for content that only has XML declaration and unknown encoding
- #124: ArrayIndexOutOfBoundsException for 4-byte UTF-8 character at end of CDATA
- #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)