Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] slf4j api and implementation bundles

Hello,

 

I observed something about the slf4j api and implementation bundles we have in Orbit. The org.slf4j.api bundle in the repository has a manifest header

Eclipse-GenericRequire: org.slf4j.impl.StaticLoggerBinder;selection-fi

lter=(&(version>=1.6.0)(!(version>=1.7.0)))

 

but such capability is provided only by ch.cos.logback.* slf4j implementation. Therefore the slf4j api in the repository could not be used with the other slf4j implementations in Orbit. Is this intended?

 

Regards,

Lazar

 

 


Back to the top