docx4j 8.2.7 is now in Maven Central.
Thanks to those who contributed; listed at https://github.com/plutext/docx4j/blob/ ... ANGELOG.md
This is a minor release:
- Fix issue in unmarshalString(String str, JAXBContext jc, Class declaredType) introduced by XXE fixes in 8.2.1 mostly affecting pptx
- Zip loading optimisation: Avoid using streams where entry size is known
- Emojis: specify fallback font in docx4j.properties property docx4j.fonts.RunFontSelector.EmojiFont
To use 8.2.7 via Maven, just add one and only one of docx4j-JAXB-Internal (Java 8 only), docx4j-JAXB-MOXy,
or docx4j-JAXB-ReferenceImpl to your pom. https://search.maven.org/search?q=g:org.docx4j
Otherwise, see https://www.docx4java.org/downloads.html
Minimum supported Java version is 8.0