API changes
Backport to Java 8
The java-scriptengine was backported to Java 8.
This has some impact on the Java Module (Jigsaw) support.
- The
module-info.classwas removed - The
Automatic-Module-Name: ch.obermuhlner.scriptengine.javaheader in theMANFEST.MFwas added again
In Java 8 the special permission policy codeBase protocol jrt: is not supported.
Therefore special codeBase for the permission policy
jrt:/ch.obermuhlner.scriptengine.java/memory-class was removed
and the http://ch.obermuhlner/ch.obermuhlner.scriptengine.java/memory-class was used instead.
Enhancements
No enhancements.
Bugfixes
No Bugfix changes.
Examples
Note: The example code is available on github, but not part of the
java-scriptengine library.
No changes in the examples.