[
https://issues.apache.org/jira/browse/SLING-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bertrand Delacretaz updated SLING-3185:
---------------------------------------
Description:
with the initial launchpad runmodes patch of SLING-3155, the
org.apache.sling.commons.log bundle does not start initially, due to a
ClassCastException in Logback manager.
Note that there is a circular dependency between this bundle and slf4j.api:
{code}
commons log imports org.slf4j,version=1.6.4 from slf4j.api
slf4j.api imports org.slf4j.impl,version=1.6.4 from org.apache.sling.commons.log
{code}
was:
with the initial launchpad runmodes patch of SLING-3155, the
org.apache.sling.commons.log bundle does not start initially, due to a circular
dependency:
commons log imports org.slf4j,version=1.6.4 from slf4j.api
slf4j.api imports org.slf4j.impl,version=1.6.4 from org.apache.sling.commons.log
> ClassCastException in o.a.s.commons.log's LogbackManager at bundle activation
> -----------------------------------------------------------------------------
>
> Key: SLING-3185
> URL: https://issues.apache.org/jira/browse/SLING-3185
> Project: Sling
> Issue Type: Bug
> Components: Commons
> Affects Versions: Commons Log 3.0.0
> Reporter: Bertrand Delacretaz
> Priority: Minor
>
> with the initial launchpad runmodes patch of SLING-3155, the
> org.apache.sling.commons.log bundle does not start initially, due to a
> ClassCastException in Logback manager.
> Note that there is a circular dependency between this bundle and slf4j.api:
> {code}
> commons log imports org.slf4j,version=1.6.4 from slf4j.api
> slf4j.api imports org.slf4j.impl,version=1.6.4 from
> org.apache.sling.commons.log
> {code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)