This is an automated email from the ASF dual-hosted git repository.
radu pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly.git.
from bb69775 SLING-9320 - Allow precompiled units to access objects from
the same bundle through the Use API
new fde8c6e SLING-9328 - Allow loading template libraries from bundles
new a0f0e77 SLING-9343 - Versions of o.a.s.scripting.sightly bundles
different from artifact versions
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
bnd.bnd | 2 +
pom.xml | 4 +-
.../sightly/impl/engine/SightlyScriptEngine.java | 12 +-
.../impl/engine/SightlyScriptEngineFactory.java | 6 +-
.../impl/engine/bundled/BundledUnitManager.java | 264 +++++++++++++++++++++
.../impl/engine/extension/use/JavaUseProvider.java | 12 +-
.../engine/extension/use/RenderUnitProvider.java | 10 +
.../engine/precompiled/PrecompiledUnitManager.java | 112 ---------
8 files changed, 293 insertions(+), 129 deletions(-)
create mode 100644
src/main/java/org/apache/sling/scripting/sightly/impl/engine/bundled/BundledUnitManager.java
delete mode 100644
src/main/java/org/apache/sling/scripting/sightly/impl/engine/precompiled/PrecompiledUnitManager.java