Releases: jlolling/talendcomp_tJasperReportExec
Apache POI updated
Formular fields working now
Formula fields working now
JasperLibrary updated to the latest version 6.20
Merged Caching and API updates
This release combines updates from APIs and the new function to cache the report design for use cases with multiple reports based on the same report but different parameters.
Caching of design files
In use cases in which the component works massively in parallel it make sense to prevent reading in different threads the same files.
In the advanced settings of the component there is the new option "Use Caching for Design Files".
This prevents the component from reading the jasper files multiple times.
Compatibility to Java 11
Java 11 issues solved: resources will now be loaded correctly.
JasperLibrary updated to version 6.16
Better error handling while loading resources
Update to the latest JasperLibrary 6.11
This release does not have any changed functionality, it contains the library updates from JasperSoft.
Backwards compatibility to Java 7
Some environments are running surprisingly under Java 7.
For those guys here the compiled with Java 7. Unfortunately I do not have this fully tested.
Compatibility Talend 7.2.1
Compatibility Talend 7.2.1
JasperLibrary updated to the latest version 6.10
PDF/A conformity can be used and configured
This release allows to set the PDF/A conformity to PDF/A-1A or PDF/A-1B (thats both settings jasper reports supports).
The necessary fonts can be set. The default font embedded in the component is preconfigured (DejaVuSans,ttf)
Parameter conversion improved
In the previous release a parameter was always simple converted into String type and then converted into the target type. Now it prevents the initial String conversion.
This solves the issue #2