Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Before org.apache.sling.scripting.core.impl.bundled and org.apache.sling.servlets.resolver.bundle were added the dependency chains were e.g.
sling-servlets → sling-scripting → sling
sling-scripting-jsp → sling-scripting → sling
Currently several scripting modules depend on org.apache.sling.servlets.resolver.bundle.tracker.
Move Bundle API to Scripting and Resource packages (modules)
Actual Package (Module) | Target Package (Module) |
---|---|
org.apache.sling.servlets.resolver.bundle.tracker.BundledRenderUnit (org.apache.sling.servlets.resolver) | org.apache.sling.scripting.spi.bundle.BundledRenderUnit (org.apache.sling.scripting.spi) |
org.apache.sling.servlets.resolver.bundle.tracker. BundledRenderUnitCapability (org.apache.sling.servlets.resolver) | org.apache.sling.scripting.spi.bundle.BundledRenderUnitCapability (org.apache.sling.scripting.spi) |
org.apache.sling.servlets.resolver.bundle.tracker.BundledRenderUnitFinder (org.apache.sling.servlets.resolver) | org.apache.sling.scripting.spi.bundle.BundledRenderUnitFinder (org.apache.sling.scripting.api) |
org.apache.sling.servlets.resolver.bundle.tracker.ResourceType (org.apache.sling.servlets.resolver) | org.apache.sling.scripting.spi.bundle.ResourceType (org.apache.sling.scripting.spi) |
org.apache.sling.servlets.resolver.bundle.tracker.TypeProvider (org.apache.sling.servlets.resolver) | org.apache.sling.scripting.spi.bundle.TypeProvider (org.apache.sling.scripting.spi) |
Attachments
Issue Links
- blocks
-
SLING-10012 Lookup of precompiled template files does not work
- Closed
-
SLING-9983 Add support for predefined date format styles
- Closed
- is related to
-
SLING-9207 Unify the support for bundled scripts
- Closed
-
SLING-9693 Make org.apache.sling.servlets.resolver.bundle.tracker an optional import for scripting.core
- Closed
-
SLING-10105 Onboard the Apache Sling Scripting SPI bundle to SonarCloud
- Closed
1.
|
Update bundles in sling starter | Closed | Eric Norman |
|