Package: libfreemarker-java / 2.3.23-6

Metadata

Package Version Patches format
libfreemarker-java 2.3.23-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
javarebel.diff | (download)

build.xml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 Disable JavaRebelIntegration (no yet in Debian and non-free stuff)
jdom1.diff | (download)

src/main/java/freemarker/ext/jdom/NodeListModel.java | 18 9 + 9 - 0 !
src/main/java/freemarker/ext/xml/_JdomNavigator.java | 14 7 + 7 - 0 !
2 files changed, 16 insertions(+), 16 deletions(-)

 compatibility with jdom 1.x api
javacc.diff | (download)

build.xml | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 use javacc from debian
jsp_api.diff | (download)

build.xml | 13 2 + 11 - 0 !
1 file changed, 2 insertions(+), 11 deletions(-)

 remove jsp 1.x and 2.0 api usage
def jdk doc.patch | (download)

build.xml | 16 13 + 3 - 0 !
1 file changed, 13 insertions(+), 3 deletions(-)

 link the javadoc against the system javadoc.
dtd_location.diff | (download)

src/main/java/freemarker/ext/jsp/TaglibFactory.java | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 since */src/freemarker/ext/jsp/*.dtd and
 */src/freemarker/ext/jsp/*.xsd has been removed from orig tarball,
 resolve those files using classpath (into jsp-api-2.1.jar
 and servlet-api-2.5.jar)
fix unmappable character.patch | (download)

src/main/java/freemarker/template/LocalizedString.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes an unmappable character for encoding utf8 that breaks the generation of the javadoc
ivy configuration.patch | (download)

build.xml | 24 3 + 21 - 0 !
1 file changed, 3 insertions(+), 21 deletions(-)

 modifies the ivy configuration to use the jars in /usr/share/java
exclude avalon logger.patch | (download)

build.xml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 excludes the avalon logger support (not in debian and obsolete)
jython compatibility.patch | (download)

build.xml | 30 5 + 25 - 0 !
1 file changed, 5 insertions(+), 25 deletions(-)

 compile only the classes compatible with the version of jython in debian
fix tests classpath.patch | (download)

ivy.xml | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 declares the missing transitive dependencies required to run the tests