Skip to content

Commit adb5258

Browse files
committed
Update Jasper Reports to version 6.12.2
- Unfortunately, we can't use the latest version (currently 6.21.4) because version 6.13 and later doesn't delete the "jr-fontXXXXXXXXXXXXXX.ttf" temporary font files in the temp folder on exit on Windows. See Jaspersoft/jasperreports#337 - If we ever do use a later version we should only need to update jasperreports-x.x.x.jar and jasperreports-fonts-x.x.x.jar - Note that we now use openpdf-x.x.x.jar rather than itext-x.x.x.jar
1 parent 0781da2 commit adb5258

25 files changed

+2391
-19275
lines changed

com.archimatetool.jasperreports/.classpath

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.2.2.jar"/>
5-
<classpathentry exported="true" kind="lib" path="lib/commons-digester-2.1.jar"/>
6-
<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.9.4.jar"/>
7-
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/>
8-
<classpathentry exported="true" kind="lib" path="lib/ecj-4.9.jar"/>
9-
<classpathentry exported="true" kind="lib" path="lib/itext-2.1.7.js6.jar"/>
10-
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.16.0.jar"/>
11-
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.16.0.jar"/>
12-
<classpathentry exported="true" kind="lib" path="lib/jasperreports-6.7.1.jar"/>
13-
<classpathentry exported="true" kind="lib" path="lib/jasperreports-fonts-6.7.1.jar"/>
4+
<classpathentry exported="true" kind="lib" path="lib/jasperreports-6.12.2.jar"/>
145
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
156
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
167
<classpathentry kind="output" path="bin"/>

com.archimatetool.jasperreports/META-INF/MANIFEST.MF

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@ Bundle-Localization: plugin
88
Bundle-RequiredExecutionEnvironment: JavaSE-17
99
Eclipse-BundleShape: dir
1010
Bundle-ClassPath: com.archimatetool.jasperreports.jar,
11-
lib/commons-beanutils-1.9.4.jar,
11+
lib/commons-beanutils-1.10.0.jar,
1212
lib/commons-collections-3.2.2.jar,
13+
lib/commons-collections4-4.4.jar,
1314
lib/commons-digester-2.1.jar,
14-
lib/commons-logging-1.2.jar,
15-
lib/itext-2.1.7.js6.jar,
16-
lib/jasperreports-6.7.1.jar,
17-
lib/jasperreports-fonts-6.7.1.jar,
15+
lib/commons-logging-1.3.4.jar,
1816
lib/ecj-4.9.jar,
19-
lib/jackson-core-2.16.0.jar,
20-
lib/jackson-databind-2.16.0.jar
17+
lib/jasperreports-6.12.2.jar,
18+
lib/jasperreports-fonts-6.12.2.jar,
19+
lib/jackson-core-2.18.2.jar,
20+
lib/jackson-databind-2.18.2.jar,
21+
lib/openpdf-2.0.3.jar
2122
Require-Bundle: org.eclipse.core.runtime,
2223
org.eclipse.ui,
2324
com.archimatetool.editor

0 commit comments

Comments
 (0)