Skip to content

Releases: jlolling/talendcomp_tJasperReportExec

Apache POI updated

09 Oct 20:42
Compare
Choose a tag to compare

Apache POI was updated to keep this component compatible with Excel components.

Formular fields working now

18 Aug 12:07
Compare
Choose a tag to compare

Formula fields working now
JasperLibrary updated to the latest version 6.20

Merged Caching and API updates

08 Jun 15:13
Compare
Choose a tag to compare

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

26 Nov 15:40
Compare
Choose a tag to compare

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

13 Oct 19:18
Compare
Choose a tag to compare

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

17 Feb 15:12
Compare
Choose a tag to compare

This release does not have any changed functionality, it contains the library updates from JasperSoft.

Backwards compatibility to Java 7

06 Nov 17:29
Compare
Choose a tag to compare

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

29 Oct 21:10
Compare
Choose a tag to compare

Compatibility Talend 7.2.1
JasperLibrary updated to the latest version 6.10

PDF/A conformity can be used and configured

28 Mar 21:37
Compare
Choose a tag to compare

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

10 Nov 01:29
Compare
Choose a tag to compare

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