This is an automated email from the ASF dual-hosted git repository.
pauls pushed a change to branch issues/SLING-9406
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git.
from 276d5c8 SLING-9406: Add bundled script support to the servlets
resolver
add 7e7c0dc SLING-9406: Add bundled script support to the servlets
resolver
No new revisions were added by this update.
Summary of changes:
pom.xml | 2 +-
.../sling/scripting/core/BundledRenderUnit.java | 105 ---------------------
.../impl/bundled/AbstractBundledRenderUnit.java | 25 ++++-
.../core/impl/bundled/BundleScriptFinderImpl.java | 4 +-
.../core/impl/bundled/ExecutableUnit.java | 5 +-
.../core/impl/bundled/ExecutableWrapper.java | 58 ------------
.../core/impl/bundled/PrecompiledScript.java | 4 +-
.../sling/scripting/core/impl/bundled/Script.java | 4 +-
.../core/impl/bundled/ScriptContextProvider.java | 2 +-
.../apache/sling/scripting/core/package-info.java | 2 +-
.../core/it/ScriptingCoreTestSupport.java | 1 +
11 files changed, 37 insertions(+), 175 deletions(-)
delete mode 100644
src/main/java/org/apache/sling/scripting/core/BundledRenderUnit.java
delete mode 100644
src/main/java/org/apache/sling/scripting/core/impl/bundled/ExecutableWrapper.java