Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
03_public_getSourcePositionFromStack.patch | Make getSourcePositionFromStack() pulic This is needed by package geogebra. |
Giovanni Mascellani <gio@debian.org> | no | 2011-12-08 | ||
05_modify-usage.patch | Simplify the usage syntax displayed with the --help option | Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
06_preserve-backward-compatibility.patch | Reintroduces removed classes and methods to preserve the backward compatibility. * Commit 9144b81 renamed isGetter/Setter methods, this breaks closure-compiler * Commit 71468c9 removed deprecated exceptions still used by htmlunit/2.8-2 |
Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
07_fix-context-implementation-version.patch | Fixes the logic to extract the implementation version from the manifest (only when the project is built with Ant, with Gradle the manifest is ok). | Emmanuel Bourg <ebourg@apache.org> | yes | |||
08_fix-jar-version-number.patch | update POM to match upstream version | tony mancill <tmancill@debian.org> | no | |||
script-engine.patch | [PATCH] Implement standard Java ScriptEngine This is not based on the now-removed JDK code but instead does a few things in a more modern way. See the comments for supported parameters (you can set language and optimization level via properties) and built-in functions (only print is supported right now.) This is built into a separate JAR called "rhino-engine" because otherwise, including it in any Java 8 JDK would break scripts that are expecting to see Nashorn instead. |
Gregory Brail <gregbrail@google.com> | no | 2020-06-05 |