taskana/routing/dmn-xlsx-converter
Mustapha Zorgati e1a273a236 Updated poms to version 8.2.1-SNAPSHOT 2024-08-13 10:35:35 +00:00
..
src Closes #2404 - new module dmn-xlsx-converter in taskana-routing-parent 2023-11-10 13:08:31 +01:00
LEGAL_NOTICE.md Closes #2404 - new module dmn-xlsx-converter in taskana-routing-parent 2023-11-10 13:08:31 +01:00
LICENSE Closes #2404 - new module dmn-xlsx-converter in taskana-routing-parent 2023-11-10 13:08:31 +01:00
README.md Closes #2404 - new module dmn-xlsx-converter in taskana-routing-parent 2023-11-10 13:08:31 +01:00
pom.xml Updated poms to version 8.2.1-SNAPSHOT 2024-08-13 10:35:35 +00:00

README.md

This Module is a clone of Projekt Module camunda-dmn-xlsx:xlsx-dmn-converter

The original project is licensed under APACHE LICENSE Version 2.

All changes to the code are included in this PR: https://github.com/camunda-community-hub/camunda-dmn-xlsx/pull/53

The changes were necessary so that there is a version compatible with jakarta-xml-bind and this version can be used with Camunda.

The main changes were:

  • Upgrade of lib org.docx4j:docx4j:6.0.1 to org.docx4j:docx4j-JAXB-ReferenceImpl:11.4.9
  • In class org.camunda.bpm.dmn.xlsx.XlsxConverter and org.camunda.bpm.dmn.xlsx.XlsxWorksheetConverter a new parameter was introduced: historyTimeToLive
    • because camunda-engine with version 7.20.X requires a timeToLive for history of decisions
    • default timeToLive is 180 days
    • the new parameter is set during execution of convert method to the created decisons