Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
please accept PR [1] to update the dependencies of the sling starter
the following dependencies were outdated:
[INFO] org.apache.sling:org.apache.sling.auth.core ........... 1.5.0 -> 1.5.2 [INFO] org.apache.sling:org.apache.sling.engine .............. 2.7.2 -> 2.7.4 [INFO] org.apache.sling:org.apache.sling.repoinit.parser ..... 1.6.6 -> 1.6.8 [INFO] org.apache.sling:org.apache.sling.resourceresolver .... 1.7.2 -> 1.7.4 [INFO] org.apache.sling:org.apache.sling.xss ................ 2.2.8 -> 2.2.12 [INFO] com.composum.nodes:composum-nodes-commons ............. 2.3.0 -> 2.6.1 [INFO] com.composum.nodes:composum-nodes-console ............. 2.3.0 -> 2.6.1 [INFO] com.composum.nodes:composum-nodes-jslibs .............. 2.3.0 -> 2.6.1 [INFO] com.composum.nodes:composum-nodes-pckgmgr ............. 2.3.0 -> 2.6.1 [INFO] com.composum.nodes:composum-nodes-usermgr ............. 2.3.0 -> 2.6.1 [INFO] org.apache.felix:org.apache.felix.http.jetty .......... 4.1.4 -> 4.1.6 [INFO] org.apache.felix:org.apache.felix.scr ............... 2.1.24 -> 2.1.26 [INFO] org.apache.felix:org.apache.felix.utils ............. 1.11.6 -> 1.11.8
also had to move org.apache.sling.commons.metrics and io.dropwizard.metrics:metrics-core from start-level 15 to start-level 5 to be able to build the project due to
[ERROR] org.apache.sling:org.apache.sling.auth.core:1.5.2: is importing package(s) org.apache.sling.commons.metrics in start level 5 but no bundle is exporting these for that start level. [ERROR] Analyser detected errors on feature 'org.apache.sling:org.apache.sling.starter:slingosgifeature:nosample_base:12-SNAPSHOT'. See log output for error messages.
[1] https://github.com/apache/sling-org-apache-sling-starter/pull/19
Attachments
Issue Links
- is cloned by
-
SLING-10369 org.apache.sling.starter dependencies out of date
- Resolved