Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Scripting HTL Engine 1.2.0-1.4.0
-
None
Description
When SLING-8471 was implemented, the transition from the maven-bundle-plugin to the bnd-maven-plugin introduced the error of defining the io.sightly.runtime requirement as:
Require-Capability: io.sightly.runtime; filter:="(&(version<=1.0)(!(version>=2.0)))"
instead of:
Require-Capability: io.sightly.runtime; filter:="(&(version>=1.0)(!(version>=2.0)))"
While in practice this doesn't affect a regular Sling setup, it should be corrected.
Attachments
Issue Links
- is a child of
-
SLING-9207 Unify the support for bundled scripts
- Closed
- is caused by
-
SLING-8471 Update the HTL modules to the Sling bundle parent pom 35
- Closed