You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "rombert (via GitHub)" <gi...@apache.org> on 2023/04/19 14:41:48 UTC

[GitHub] [sling-org-apache-sling-starter] rombert commented on pull request #140: chore(deps): update dependency io.dropwizard.metrics:metrics-core to v4

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: dev-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org