docx4j 11.5.13 is now available.
To get this release, please see https://www.docx4java.org/downloads.html
As per https://github.com/plutext/docx4j/blob/ ... ANGELOG.md the changes in this release:
PDF via FO: improved handling of temp files created from embedded fonts for multi-threaded environments.
The only docx4j.openpackaging.parts.WordprocessingML.ObfuscatedFontPart property which now has any effect is tmpFontDir.
Files are now not deleted until exit, unless you explicitly invoke FontTablePart's deleteEmbeddedFontTempFiles().
Misc fixes:
- Fields: respect uppercase date formatting switches for days and years (#671)
- Don't overwrite WordCompatSetting (#668)
- Reduce StAX warning noise (#673)
Bump deps:
- commons-codec:commons-codec ......................... 1.21.0 -> 1.22.0
- commons-io:commons-io ............................... 2.21.0 -> 2.22.0
- org.slf4j:slf4j-api ................................. 2.0.17 -> 2.0.18
- org.slf4j:jcl-over-slf4j ............................ 2.0.17 -> 2.0.18
Reference Impl
- org.glassfish.jaxb:jaxb-core .......................... 4.0.6 -> 4.0.8
- org.glassfish.jaxb:jaxb-runtime ....................... 4.0.6 -> 4.0.8
MOXy
- com.sun.xml.bind:jaxb-xjc ............................. 4.0.6 -> 4.0.8
- org.eclipse.persistence:org.eclipse.persistence.moxy .. 4.0.4 -> 4.0.9
Thanks to those who contributed to this release.

