Commons/log bundle should import exported SLF4J and OSGi LogService API
-----------------------------------------------------------------------

                 Key: SLING-1912
                 URL: https://issues.apache.org/jira/browse/SLING-1912
             Project: Sling
          Issue Type: Bug
          Components: Commons
    Affects Versions: Commons Log 2.1.0
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: Commons Log 2.1.2


The commons/log bundle currently exports the SLF4J and OSGi LogService APIs for 
which implementations are provided (where the LogService implementation 
actually uses SLF4J loggers).

The Commons Logging and Log4J APIs exported from the commons/log bundle do not 
need to be re-imported because we just provide SLF4J based implementations of 
this API and if there are other providers, we don't really care.

Besides the core org.slf4j package, the org.slf4j.spi and org.slf4j.helpers 
package needs also be exported and re-imported because these packages depend on 
each others and should be imported (if at all) together.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to