rombert commented on PR #140: URL: https://github.com/apache/sling-org-apache-sling-starter/pull/140#issuecomment-1514863530
Several bundles require version <4.0 of the metrics packages. This is probably not doable in the short term ``` [ERROR] [bundle-packages] org.apache.sling:org.apache.sling.event:4.3.8: Bundle is importing package com.codahale.metrics;version=[3.2,4) with start order 20 but no bundle is exporting these for that start order in the required version range. [ERROR] [bundle-packages] org.apache.sling:org.apache.sling.discovery.support:1.0.6: Bundle is importing package com.codahale.metrics;version=[3.1,4) with start order 20 but no bundle is exporting these for that start order in the required version range. [ERROR] [bundle-packages] org.apache.sling:org.apache.sling.commons.scheduler:2.7.12: Bundle is importing package com.codahale.metrics;version=[3.1,4) with start order 20 but no bundle is exporting these for that start order in the required version range. [ERROR] [bundle-packages] org.apache.sling:org.apache.sling.commons.metrics:1.2.12: Bundle is importing package com.codahale.metrics;version=[3.2,4) with start order 5 but no bundle is exporting these for that start order in the required version range. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
