Skip to content

Commit

Permalink
Update Jasper plugin to latest libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
gboros committed Mar 18, 2024
1 parent 9775f67 commit 1b7b271
Show file tree
Hide file tree
Showing 11 changed files with 354 additions and 353 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<classpathentry kind="lib" path="servoy_lib/js.jar"/>
<classpathentry kind="lib" path="servoy_lib/wicket.jar"/>
<classpathentry kind="lib" path="lib/commons-io.jar"/>
<classpathentry kind="lib" path="lib/jasperreports-6.19.1.jar"/>
<classpathentry kind="lib" path="lib/jasperreports-6.21.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
7 changes: 4 additions & 3 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
org.eclipse.jdt.core.compiler.release=enabled
org.eclipse.jdt.core.compiler.source=1.8
Binary file removed lib/jasperreports-6.19.1-src.zip
Binary file not shown.
Binary file added lib/jasperreports-6.21.0-src.zip
Binary file not shown.
Binary file not shown.
176 changes: 88 additions & 88 deletions packages/barcode/servoy_jasperreports.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# insert path, packages, version for each needed library
#
# current version of the present file is in correspondence with required libraries
# for jasper reports 6.20.0
# for jasper reports 6.21.0


pathToJasperReportsEngineJar = path/to/JasperReportsProject/dist/jasperreports-x.x.x.jar
Expand Down Expand Up @@ -78,17 +78,17 @@ libs = \
# poi-ooxml-schemas,\
# rhino,\
# saaj-api,\
serializer,\
# serializer,\
# servlet-api,\
# spring-beans,\
# spring-core,\
# velocity,\
xalan,\
# xalan,\
# xercesImpl,\
xml-apis,\
# xml-apis,\
xml-apis-ext,\
# xml-beans,\
xml-graphics,\
# xml-graphics,\
# xmpcore


Expand All @@ -108,65 +108,65 @@ barcode4j.path = lib/barcode4j-2.1.jar
barcode4j.package = org.krysalis.barcode4j.*
barcode4j.version = 2.1

batik-anim.path = lib/batik-anim-1.14.jar
batik-anim.path = lib/batik-anim-1.17.jar
batik-anim.package = org.apache.batik.anim.*
batik-anim.version = 1.14
batik-anim.version = 1.17

batik-awt-util.path = lib/batik-awt-util-1.14.jar
batik-awt-util.path = lib/batik-awt-util-1.17.jar
batik-awt-util.package = org.apache.batik.ext.*
batik-awt-util.version = 1.14
batik-awt-util.version = 1.17

batik-bridge.path = lib/batik-bridge-1.14.jar
batik-bridge.path = lib/batik-bridge-1.17.jar
batik-bridge.package = org.apache.batik.bridge.*
batik-bridge.version = 1.14
batik-bridge.version = 1.17

batik-constants.path = lib/batik-constants-1.14.jar
batik-constants.path = lib/batik-constants-1.17.jar
batik-constants.package = org.apache.batik.util.*
batik-constants.version = 1.14
batik-constants.version = 1.17

batik-css.path = lib/batik-css-1.14.jar
batik-css.path = lib/batik-css-1.17.jar
batik-css.package = org.apache.batik.css.*
batik-css.version = 1.14
batik-css.version = 1.17

batik-dom.path = lib/batik-dom-1.14.jar
batik-dom.path = lib/batik-dom-1.17.jar
batik-dom.package = org.apache.batik.dom.*
batik-dom.version = 1.14
batik-dom.version = 1.17

batik-ext.path = lib/batik-ext-1.14.jar
batik-ext.path = lib/batik-ext-1.17.jar
batik-ext.package = org.w3c.dom.*
batik-ext.version = 1.14
batik-ext.version = 1.17

batik-gvt.path = lib/batik-gvt-1.14.jar
batik-gvt.path = lib/batik-gvt-1.17.jar
batik-gvt.package = org.apache.batik.gvt.*
batik-gvt.version = 1.14
batik-gvt.version = 1.17

batik-i18n.path = lib/batik-i18n-1.14.jar
batik-i18n.path = lib/batik-i18n-1.17.jar
batik-i18n.package = org.apache.batik.i18n.*
batik-i18n.version = 1.14
batik-i18n.version = 1.17

batik-parser.path = lib/batik-parser-1.14.jar
batik-parser.path = lib/batik-parser-1.17.jar
batik-parser.package = org.apache.batik.parser.*
batik-parser.version = 1.14
batik-parser.version = 1.17

batik-script.path = lib/batik-script-1.14.jar
batik-script.path = lib/batik-script-1.17.jar
batik-script.package = org.apache.batik.script.*
batik-script.version = 1.14
batik-script.version = 1.17

batik-svg-dom.path = lib/batik-svg-dom-1.14.jar
batik-svg-dom.path = lib/batik-svg-dom-1.17.jar
batik-svg-dom.package = org.apache.batik.dom.*
batik-svg-dom.version = 1.14
batik-svg-dom.version = 1.17

batik-svggen.path = lib/batik-svggen-1.14.jar
batik-svggen.path = lib/batik-svggen-1.17.jar
batik-svggen.package = org.apache.batik.svggen.*
batik-svggen.version = 1.14
batik-svggen.version = 1.17

batik-util.path = lib/batik-util-1.14.jar
batik-util.path = lib/batik-util-1.17.jar
batik-util.package = org.apache.batik.*
batik-util.version = 1.14
batik-util.version = 1.17

batik-xml.path = lib/batik-xml-1.14.jar
batik-xml.path = lib/batik-xml-1.17.jar
batik-xml.package = org.apache.batik.xml.*
batik-xml.version = 1.14
batik-xml.version = 1.17

#bsh.path = lib/bsh-2.0b6.jar
#bsh.package = bsh.*
Expand Down Expand Up @@ -204,9 +204,9 @@ commons-digester.version = 2.1
#commons-javaflow.package = org.apache.commons.javaflow.*
#commons-javaflow.version = 1.0

commons-lang.path = lib/commons-lang3-3.11.jar
commons-lang.path = lib/commons-lang3-3.8.1.jar
commons-lang.package = org.apache.commons.lang3.*
commons-lang.version = 3.11
commons-lang.version = 3.8.1

commons-math3.path = lib/commons-math3-3.6.1.jar
commons-math3.package = org.apache.commons.math3.*
Expand All @@ -220,13 +220,13 @@ core.path = lib/core-3.4.0.jar
core.package = com.google.zxing.*
core.version = 3.4.0

dom4j.path = lib/dom4j-2.1.3.jar
dom4j.package = org.dom4j.*
dom4j.version = 2.1.3
#dom4j.path = lib/dom4j-2.1.3.jar
#dom4j.package = org.dom4j.*
#dom4j.version = 2.1.3

groovy.path = lib/groovy-3.0.7.jar
groovy.package = org.codehaus.groovy.*,groovy.*,groovyjarjarantlr.*,groovyjarjarasm.asm.*,groovyjarjarcommonscli.*
groovy.version = 3.0.7
groovy.path = lib/groovy-4.0.8.jar
groovy.package = org.codehaus.groovy.*,org.apache.groovy.*,groovy.*,groovyjarjarantlr4.*,groovyjarjarasm.asm.*,groovyjarjarpicocli.*
groovy.version = 4.0.8

hibernate.path = lib/hibernate-core-5.4.24.Final.jar
hibernate.package = org.hibernate.*
Expand All @@ -240,29 +240,29 @@ httpcore.path = lib/httpcore-4.4.12.jar
httpcore.package = org.apache.http.*
httpcore.version = 4.4.12

itext.path = lib/itext-2.1.7.js10.jar
itext.package = com.lowagie.*
itext.version = 2.1.7.js10
#itext.path = lib/itext-2.1.7.js10.jar
#itext.package = com.lowagie.*
#itext.version = 2.1.7.js10

jackson-annotations.path = lib/jackson-annotations-2.13.3.jar
jackson-annotations.path = lib/jackson-annotations-2.15.3.jar
jackson-annotations.package = com.fasterxml.jackson.annotation.*
jackson-annotations.version = 2.13.3
jackson-annotations.version = 2.15.3

jackson-core.path = lib/jackson-core-2.13.3.jar
jackson-core.path = lib/jackson-core-2.15.3.jar
jackson-core.package = com.fasterxml.jackson.core.*
jackson-core.version = 2.13.3
jackson-core.version = 2.15.3

jackson-databind.path = lib/jackson-databind-2.13.3.jar
jackson-databind.path = lib/jackson-databind-2.15.3.jar
jackson-databind.package = com.fasterxml.jackson.databind.*
jackson-databind.version = 2.13.3
jackson-databind.version = 2.15.3

jasperreports-functions.path = lib/jasperreports-functions-6.20.0.jar
jasperreports-functions.path = lib/jasperreports-functions-6.21.0.jar
jasperreports-functions.package = net.sf.jasperreports.functions.*
jasperreports-functions.version = 6.20.0
jasperreports-functions.version = 6.21.0

jaxen.path = lib/jaxen-1.1.6.jar
jaxen.path = lib/jaxen-1.2.0.jar
jaxen.package = org.jaxen.*,org.w3c.dom.UserDataHandler
jaxen.version = 1.1.6
jaxen.version = 1.2.0

jcommon.path = lib/jcommon-1.0.23.jar
jcommon.package = com.keypoint.*,org.jfree.*
Expand All @@ -284,17 +284,17 @@ jfreechart.version = 1.0.19
#log4j.package = org.apache.log4j.*
#log4j.version = 1.2.17

lucene-analyzers-common.path = lib/lucene-analyzers-common-7.3.0.jar
lucene-analyzers-common.path = lib/lucene-analyzers-common-8.11.2.jar
lucene-analyzers-common.package = org.apache.lucene.analysis.*, org.apache.lucene.collation.*, org.tartarus.snowball.*
lucene-analyzers-common.version = 7.3.0
lucene-analyzers-common.version = 8.11.2

lucene-core.path = lib/lucene-core-7.3.0.jar
lucene-core.path = lib/lucene-core-8.11.2.jar
lucene-core.package = org.apache.lucene.analysis.*,org.apache.lucene.analysis.codecs.*,org.apache.lucene.analysis.document.*,org.apache.lucene.analysis.index.*,org.apache.lucene.analysis.search.*,org.apache.lucene.analysis.store.*,org.apache.lucene.analysis.util.*
lucene-core.version = 7.3.0
lucene-core.version = 8.11.2

lucene-queryparser.path = lib/lucene-queryparser-7.3.0.jar
lucene-queryparser.path = lib/lucene-queryparser-8.11.2.jar
lucene-queryparser.package = org.apache.lucene.queryparser.*
lucene-queryparser.version = 7.3.0
lucene-queryparser.version = 8.11.2

mondrian.path = lib/mondrian-3.1.1.12687.jar
mondrian.package = mondrian.*
Expand All @@ -304,13 +304,13 @@ olap4j.path = lib/olap4j-0.9.7.309-JS-3.jar
olap4j.package = org.olap4j.*
olap4j.version = olap4j 0.9.7.309-JS-3

poi.path = lib/poi-5.1.0.jar
poi.path = lib/poi-5.2.2.jar
poi.package = org.apache.poi.*
poi.version = 5.1.0
poi.version = 5.2.2

poi-ooxml.path = lib/poi-ooxml-5.1.0.jar
poi-ooxml.path = lib/poi-ooxml-5.2.2.jar
poi-ooxml.package = org.apache.poi.*
poi-ooxml.version = 5.1.0
poi-ooxml.version = 5.2.2

#poi-ooxml-schemas.path = lib/poi-ooxml-schemas-4.1.1.jar
#poi-ooxml-schemas.package = org.openxmlformats.schemas.*
Expand All @@ -320,53 +320,53 @@ rhino.path = lib/rhino-1.7.14.jar
rhino.package = org.mozilla.*
rhino.version = 1.7.14

saaj-api.path = lib/saaj-api-1.3.jar
saaj-api.package = javax.xml.soap.*
saaj-api.version = 1.3
#saaj-api.path = lib/saaj-api-1.3.jar
#saaj-api.package = javax.xml.soap.*
#saaj-api.version = 1.3

serializer.path = lib/serializer-2.7.2.jar
serializer.package = org.apache.xml.serializer.*
serializer.version = 2.7.2
#serializer.path = lib/serializer-2.7.2.jar
#serializer.package = org.apache.xml.serializer.*
#serializer.version = 2.7.2

servlet-api.path = lib/servlet-api-2.4.jar
servlet-api.package = javax.servlet.*
servlet-api.version = 2.4

spring-beans.path = lib/spring-beans-5.3.20.jar
spring-beans.path = lib/spring-beans-5.3.27.jar
spring-beans.package = org.springframework.beans.*
spring-beans.version = 5.3.20
spring-beans.version = 5.3.27

spring-core.path = lib/spring-core-5.3.20.jar
spring-core.path = lib/spring-core-5.3.27.jar
spring-core.package = org.springframework.*
spring-core.version = 5.3.20
spring-core.version = 5.3.27

velocity.path = lib/velocity-engine-core-2.3.jar
velocity.package = org.apache.velocity.*
velocity.version = 2.3

xalan.path = lib/xalan-2.7.2.jar
xalan.package = org.apache.*,java_cup.runtime.*
xalan.version = 2.7.2
#xalan.path = lib/xalan-2.7.2.jar
#xalan.package = org.apache.*,java_cup.runtime.*
#xalan.version = 2.7.2

#xercesImpl.path = lib/xercesImpl-2.9.1.jar
#xercesImpl.package = org.apache.html.dom.*,org.apache.wml.*,org.apache.xerces.*,org.apache.xml.serialize.*,org.w3c.dom.html.HTMLDOMImplementation
#xercesImpl.version = 2.9.1

xml-apis.path = lib/xml-apis-1.4.01.jar
xml-apis.package = javax.xml.*,org.w3c.dom.*,org.xml.sax.*,org.apache.xmlcommons.Version
xml-apis.version = 1.4.01
#xml-apis.path = lib/xml-apis-1.3.04.jar
#xml-apis.package = javax.xml.*,org.w3c.dom.*,org.xml.sax.*,org.apache.xmlcommons.Version
#xml-apis.version = 1.3.04

xml-apis-ext.path = lib/xml-apis-ext-1.3.04.jar
xml-apis-ext.package = org.w3c.css.sac.*,org.w3c.dom.smil.*,org.w3c.dom.svg.*
xml-apis-ext.version = 1.3.04

xmlbeans.path = lib/xmlbeans-5.0.2.jar
xmlbeans.package = org.apache.xmlbeans.*,org.w3c.dom.*,repackage.*,schemaorg_apache_xmlbeans.*
xmlbeans.version = 5.0.2
#xmlbeans.path = lib/xmlbeans-5.0.3.jar
#xmlbeans.package = org.apache.xmlbeans.*,org.w3c.dom.*,repackage.*,schemaorg_apache_xmlbeans.*
#xmlbeans.version = 5.0.3

xml-graphics.path = lib/xmlgraphics-commons-2.6.jar
xml-graphics.package = org.apache.xmlgraphics.*
xml-graphics.version = 2.6
#xml-graphics.path = lib/xmlgraphics-commons-2.9.jar
#xml-graphics.package = org.apache.xmlgraphics.*
#xml-graphics.version = 2.9

xmpcore.path = lib/xmpcore-6.1.11.jar
xmpcore.package = com.adobe.xmp.*
Expand Down
Loading

0 comments on commit 1b7b271

Please sign in to comment.