Skip to content

Commit 97e42a0

Browse files
committed
SVY-20974 Update jasper reports lib to 7.0.4
1 parent 5284048 commit 97e42a0

8 files changed

Lines changed: 6 additions & 6 deletions

.classpath

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<classpathentry kind="lib" path="servoy_lib/servoy_smart_client_2024.9.0.4001_rc2.jar"/>
1212
<classpathentry kind="lib" path="servoy_lib/org.eclipse.dltk.javascript.rhino_1.7.15.s1.jar"/>
1313
<classpathentry kind="lib" path="lib/commons-io-2.11.0.jar"/>
14-
<classpathentry kind="lib" path="lib/jasperreports-7.0.3.jar"/>
15-
<classpathentry kind="lib" path="lib/jasperreports-excel-poi-7.0.3.jar"/>
16-
<classpathentry kind="lib" path="lib/jasperreports-json-7.0.3.jar"/>
17-
<classpathentry kind="lib" path="lib/jasperreports-pdf-7.0.3.jar"/>
14+
<classpathentry kind="lib" path="lib/jasperreports-7.0.6.jar"/>
15+
<classpathentry kind="lib" path="lib/jasperreports-excel-poi-7.0.6.jar"/>
16+
<classpathentry kind="lib" path="lib/jasperreports-json-7.0.6.jar"/>
17+
<classpathentry kind="lib" path="lib/jasperreports-pdf-7.0.6.jar"/>
1818
<classpathentry kind="output" path="bin"/>
1919
</classpath>

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project name="servoy_jasperreports" default="plugin_new" basedir=".">
33

44
<property file="servoy.properties"/>
5-
<property name="jasper_project" value="/home/gabi/jasper/jasperreports-7.0.3"/>
5+
<property name="jasper_project" value="/home/gabi/jasper/jasperreports-7.0.6"/>
66
<property name="project_name" value="${ant.project.name}"/>
77
<property name="src" value="src"/>
88
<property name="lib" value="lib"/>

lib/jasperreports-pdf-7.0.3.jar

-149 KB
Binary file not shown.

lib/jasperreports-pdf-7.0.6.jar

152 KB
Binary file not shown.

src/com/servoy/plugins/jasperreports/JasperReportsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ public IDataSet js_getReportParameters(String report) throws Exception
15841584
*/
15851585
public String js_getPluginVersion()
15861586
{
1587-
return "2025.3_7.0.3";
1587+
return "2025.3_7.0.6";
15881588

15891589
/*
15901590
* Added destination optional parameter for compileReport method Renamed jasperReport -> runReport, jasperCompile -> compileReport, readFile ->

0 commit comments

Comments
 (0)