You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are using docx4j in our project. We've already been using docx4j-ImportXTHML (currently version 11.4.8), as well. While updating the other docx4j libraries to version 11.4.11 I noticed that the docx4j-ImportXTHML
is not in sync with the version of the other libraries
seems a bit abandoned when checking at mvnrepository
Is there a specific reason for both of my findings?
Additionally, I noticed that there is a version 11.4.10 of docx4j-ImportXHTML-parent and docx4j-ImportXHTML-core. What about these libraries? Do they act as a replacement for the seemingly abandoned library? Or do these serve a different purpose?
As one can clearly see I am a bit confused here, therefore this should act as a request for clarification.
The text was updated successfully, but these errors were encountered:
Thank you very much for the quick answer. Two more things:
Just out of pure curiosity. What is the use-case for docx4j-ImportXHTML-parent?
I think it would be best to make note of the replacement. One could e.g.
add a notice of relocation:
update the README.md to no longer point to the "old" docx4j-ImportXHTML library, but to docx4j-ImportXTHML-core instead. Or at least, mention the replacement somehow.
docx4j-ImportXHTML-parent shouldn't be in maven central; it is the parent project for core and samples, which you mvn install if you want to build https://github.com/plutext/docx4j-ImportXHTML yourself
Hi there,
we are using docx4j in our project. We've already been using docx4j-ImportXTHML (currently version 11.4.8), as well. While updating the other docx4j libraries to version 11.4.11 I noticed that the docx4j-ImportXTHML
Is there a specific reason for both of my findings?
Additionally, I noticed that there is a version 11.4.10 of docx4j-ImportXHTML-parent and docx4j-ImportXHTML-core. What about these libraries? Do they act as a replacement for the seemingly abandoned library? Or do these serve a different purpose?
As one can clearly see I am a bit confused here, therefore this should act as a request for clarification.
The text was updated successfully, but these errors were encountered: