-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update JasperLibrary to version 6.15
Bug fixed preventing component running under Java 11
- Loading branch information
Showing
13 changed files
with
45 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
src/main/java/de/jlo/talendcomp/jasperreportexec/ReportResourceClassLoader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
package de.jlo.talendcomp.jasperreportexec; | ||
|
||
import java.net.URL; | ||
import java.net.URLClassLoader; | ||
|
||
public class ReportResourceClassLoader extends URLClassLoader { | ||
|
||
public ReportResourceClassLoader(URL[] urls, ClassLoader parent) { | ||
super(urls, parent); | ||
} | ||
|
||
@Override | ||
public void addURL(URL url) { | ||
super.addURL(url); | ||
} | ||
|
||
} |
Binary file renamed
BIN
+4.35 MB
...tJasperReportExec/bcprov-jdk15on-1.62.jar → ...tJasperReportExec/bcprov-jdk15on-1.64.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+1.08 MB
...ent/tJasperReportExec/itext-2.1.7.js7.jar → ...ent/tJasperReportExec/itext-2.1.7.js8.jar
Binary file not shown.
Binary file renamed
BIN
+5.28 MB
...JasperReportExec/jasperreports-6.12.2.jar → ...JasperReportExec/jasperreports-6.15.0.jar
Binary file not shown.
Binary file renamed
BIN
+2.37 MB
...ReportExec/jasperreports-fonts-6.12.2.jar → ...ReportExec/jasperreports-fonts-6.15.0.jar
Binary file not shown.
Binary file renamed
BIN
+31.9 KB
...rtExec/jasperreports-functions-6.12.2.jar → ...rtExec/jasperreports-functions-6.15.0.jar
Binary file not shown.
Binary file removed
BIN
-27.9 KB
talend_component/tJasperReportExec/jlo-talendcomp-jasperreportexec-5.6.jar
Binary file not shown.
Binary file added
BIN
+28.4 KB
talend_component/tJasperReportExec/jlo-talendcomp-jasperreportexec-6.0.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters