mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 08:19:01 +00:00
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