You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2021/10/07 12:05:18 UTC

[GitHub] [sling-org-apache-sling-commons-log] rombert commented on pull request #8: SLING-9528 - Update commons log to parent pom 39 or newer

rombert commented on pull request #8:
URL: https://github.com/apache/sling-org-apache-sling-commons-log/pull/8#issuecomment-937727585


   Good catch @karlpauls - I fixed it (I think) in 1a6eec6ad8cfe56baa44e10c163a36fc253ca954 . However, bnd now (rightfully) complains that
   
   ```
   Export org.apache.sling.commons.log.logback,  has 1,  private references [org.apache.sling.commons.log.logback.internal]
   ```
   
   Which is presumably https://github.com/apache/sling-org-apache-sling-commons-log/blob/master/src/main/java/org/apache/sling/commons/log/logback/OsgiAction.java . I am not sure how to resolve that, except by skipping the check.


-- 
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