Nashorn 15.1 is out
Attila Szegedi
szegedia at gmail.com
Wed Dec 23 16:31:12 UTC 2020
Hey all,
I just released Nashorn 15.1[0]. We also have a change log[1] now where you can easily see what’s new.
The biggest change is that Nashorn can now function when loaded through classpath instead of module path. I could confirm with my little test application that this solves the issue with it being used in Spring Boot applications. Aside from that, I incorporated few smaller bug fixes mostly scoured from JBS. I still have some PRs outstanding, so it’s entirely possible this will soon be followed up with a 15.1.1, but wanted to get the classpath compatibility out there as soon as possible.
Attila.
[0] https://search.maven.org/artifact/org.openjdk.nashorn/nashorn-core/15.1/jar
[1] https://github.com/openjdk/nashorn/blob/main/CHANGELOG.md
More information about the nashorn-dev
mailing list