Thanks to those who contributed, see https://github.com/plutext/docx4j/blob/ ... ANGELOG.md
To get this release, please see https://www.docx4java.org/downloads.html
Changes:
PDF via XSL FO output again: symbol/bullet fixes
OpenDoPE: allow use of XPath 2 boolean semantics (org.opendope.conditions.Xpathref.XPathBoolean=cast2), and provide ability to circumvent strict type checking where a boolean is being compared to a string by casting the string (org.docx4j.openpackaging.parts.XmlPart.xpath2.typechecking=cast2). Requires Saxon 8.5 or later.
Other minor fixes, including:
- Setting unmarshaller listener on binder working again with JPMS (ReferenceImpl only)
- diffx namespace handling
Bump dependencies:
- Code: Select all
commons-codec:commons-codec ......................... 1.19.0 -> 1.20.0
commons-io:commons-io ............................... 2.20.0 -> 2.21.0
org.apache.commons:commons-lang3 .................... 3.18.0 -> 3.20.0
org.apache.pdfbox:fontbox ............................. 3.0.5 -> 3.0.6
org.checkerframework:checker-qual ................... 3.51.0 -> 3.52.0
org.glassfish.jaxb:jaxb-core .......................... 4.0.5 -> 4.0.6 (JAXB Reference Impl)
org.glassfish.jaxb:jaxb-runtime ....................... 4.0.5 -> 4.0.6
com.sun.xml.bind:jaxb-xjc ............................. 4.0.5 -> 4.0.6 (MOXy)

