Skip to content

Commit

Permalink
Update Jasper Reports to version 6.12.2
Browse files Browse the repository at this point in the history
- 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#505

- 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
  • Loading branch information
Phillipus committed Jan 13, 2025
1 parent e31720a commit 93c91db
Show file tree
Hide file tree
Showing 25 changed files with 2,391 additions and 19,275 deletions.
11 changes: 1 addition & 10 deletions com.archimatetool.jasperreports/.classpath
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.2.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-digester-2.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.9.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ecj-4.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/itext-2.1.7.js6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.16.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.16.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jasperreports-6.7.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jasperreports-fonts-6.7.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jasperreports-6.12.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
Expand Down
15 changes: 8 additions & 7 deletions com.archimatetool.jasperreports/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-17
Eclipse-BundleShape: dir
Bundle-ClassPath: com.archimatetool.jasperreports.jar,
lib/commons-beanutils-1.9.4.jar,
lib/commons-beanutils-1.10.0.jar,
lib/commons-collections-3.2.2.jar,
lib/commons-collections4-4.4.jar,
lib/commons-digester-2.1.jar,
lib/commons-logging-1.2.jar,
lib/itext-2.1.7.js6.jar,
lib/jasperreports-6.7.1.jar,
lib/jasperreports-fonts-6.7.1.jar,
lib/commons-logging-1.3.4.jar,
lib/ecj-4.9.jar,
lib/jackson-core-2.16.0.jar,
lib/jackson-databind-2.16.0.jar
lib/jasperreports-6.12.2.jar,
lib/jasperreports-fonts-6.12.2.jar,
lib/jackson-core-2.18.2.jar,
lib/jackson-databind-2.18.2.jar,
lib/openpdf-2.0.3.jar
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
com.archimatetool.editor
Expand Down
Loading

0 comments on commit 93c91db

Please sign in to comment.