Update examples for JavaScript ScriptEngine support #27919
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: documentation
A documentation task
Milestone
Overview
Several existing tests as well as examples in the reference manual refer to Nashorn as the supported
ScriptEngine
for JavaScript; however, Nashorn is no longer supported since Java 15.In the interim, GraalVM has superseded Nashorn for JavaScript
ScriptEngine
support.Deliverables
ScriptEngine
for use with:StandardScriptFactory
ScriptTemplateView
@DisabledForJreRange(min = JAVA_15)
)The text was updated successfully, but these errors were encountered: