as long as a newer release of dmn-xlsx-converter is missing, we need to care that the underlying docx4j version is using jakarta instead of javax So all classes are copied from this PR https://github.com/camunda-community-hub/camunda-dmn-xlsx/pull/53 |
||
|---|---|---|
| .. | ||
| src | ||
| LEGAL_NOTICE.md | ||
| LICENSE | ||
| README.md | ||
| pom.xml | ||
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.1toorg.docx4j:docx4j-JAXB-ReferenceImpl:11.4.9 - In class
org.camunda.bpm.dmn.xlsx.XlsxConverterandorg.camunda.bpm.dmn.xlsx.XlsxWorksheetConvertera 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