docx4j 11.5.0 and docx4j-ImportXHTML 11.5.0 are now available in Maven Central.
Changes:
- Jakarta XML Binding 4.0 implementation (compare 11.4.x, which used the 3.0 API). Both JAXB implementations (reference/glassfish, and MOXy) are providers of jakarta.xml.bind.JAXBContextFactory, so each can be automagically discovered and loaded using service-provider loading facilities as described in the spec. The dep change from 3.0 to 4.0 API does not change docx4j at all, but makes integration easier with other jars which expect ...