I'm using Mustang-CLI in a self written financial accounting software on FreeBSD 14.1 with OpenJDK17. Versions up to Mustang-CLI-2.11.0 worked without any issues.
When I execute Mustang-CLI-2.13.0 with the same parameters I now get the following errors:
Source PDF set to /home/stefan/Dokumente/EN16931_Miete.pdf
ZUGFeRD XML set to /home/stefan/Dokumente/EN16931_Miete.pdf
Written to /home/stefan/Dokumente/EN16931_Miete.xml
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See
https://www.slf4j.org/codes.html#noProviders for further details.
Source PDF set to /home/stefan/Dokumente/EN16931_Miete.pdf
ZUGFeRD XML set to /home/stefan/Dokumente/EN16931_Miete.pdf
Written to /home/stefan/Dokumente/EN16931_Miete.xml
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See
https://www.slf4j.org/codes.html#noProviders for further details.
while executing
"exec java -Xmx1G -Dfile.encoding=UTF-8 -jar Mustang-CLI-2.13.0.jar --action extract -source $Dateiname_xml -out $Dateiname_xml_out -format zf -profile -e"
software developer.