Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.0.7
-
None
-
OSGi Felix 4.0.3
Description
When running under OSGi Felix 4.0.3, the OSGi manifest entry Export-Package exports org.slf4j.impl version"1.6.6" of SLF4J. This means that if we are using SLF4j 1.7 or greater, Logback fails to load, causing everything that uses slf4j to fail.
In other words, in an OSGi environment, logback appears tied directly to SLF4J 1.6.6.