Radu Cotescu created SLING-10697:
------------------------------------
Summary: Make the ScriptContextProvider use the ServiceCache
Key: SLING-10697
URL: https://issues.apache.org/jira/browse/SLING-10697
Project: Sling
Issue Type: Bug
Components: Scripting
Reporter: Radu Cotescu
Assignee: Radu Cotescu
Fix For: Scripting Core 2.4.0
When using bundled scripts, the current implementation uses the
{{ScriptHelper}} implementation that directly queries the service registry.
However, SLING-1478 introduced the {{InternalScriptHelper}} which uses a
{{ServiceCache}} that caches service registry lookups per {{BundleContext}},
which should be reused.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)