I am currently using docx4j version 3, for both XLSX and DOCX generation, compiling on Java 8.
Running on Java 8 works fine, but when I try generation of an XLSX file on Java 11 I get the following message "org.plutext.jaxb.xmldsig" does not contain ObjectFactory.class or jaxb.index.
After seeing a previous similar problem in the forum, I have checked and jaxb-xmldsig-core-1.1.1.jar is present in my classpath.
We currently have a requirement to support both Java 8 and Java 11 at runtime.
Is this possible using docx4j?
Do I need to update the version of docx4j in use?