mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
cffad9d4b1
This commit makes ThreadLocal<ScriptEngine> engineHolder ScriptTemplateView field static in order to limit the maximum number of ScriptEngine instances to the number of threads, regardless of the number of view instances. Issue: SPR-13487