[Bug 171] New: OSGi: Add an Import-Package to log4j-overslf4j's MANIFEST.MF

http://bugzilla.slf4j.org/show_bug.cgi?id=171 Summary: OSGi: Add an Import-Package to log4j-overslf4j's MANIFEST.MF Product: SLF4J Version: 1.5.x Platform: PC OS/Version: Linux Status: NEW Severity: blocker Priority: P1 Component: log4j-over-slf4j AssignedTo: slf4j-dev@qos.ch ReportedBy: hmalphettes@intalio.com Hi, while working on http://bugzilla.slf4j.org/show_bug.cgi?id=170 I noticed that org.apache.log4j.Log4jLoggerFactory requires org.slf4j.helpers.Util It should be added to log4j-over-slf4j's MANIFEST as an Import-Package: The difference is at the very end of: http://github.com/hmalphettes/slf4j/commit/2d30df3bd74e920d505308b322579d6fb... log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF @@ -3,4 +3,4 @@ Bundle-SymbolicName: log4j.over.slf4j Bundle-Name: log4j-over-slf4j Export-Package: org.apache.log4j -Import-Package: org.slf4j, org.slf4j.spi +Import-Package: org.slf4j, org.slf4j.helpers, org.slf4j.sp Thanks! Hugues -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.

http://bugzilla.slf4j.org/show_bug.cgi?id=171 Hugues Malphettes <hmalphettes@intalio.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hmalphettes@intalio.com --- Comment #1 from Hugues Malphettes <hmalphettes@intalio.com> 2010-03-06 16:40:49 --- (In reply to comment #0)
Hi, while working on http://bugzilla.slf4j.org/show_bug.cgi?id=170 I noticed that org.apache.log4j.Log4jLoggerFactory requires org.slf4j.helpers.Util It should be added to log4j-over-slf4j's MANIFEST as an Import-Package:
The difference is at the very end of: http://github.com/hmalphettes/slf4j/commit/2d30df3bd74e920d505308b322579d6fb...
log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF @@ -3,4 +3,4 @@ Bundle-SymbolicName: log4j.over.slf4j Bundle-Name: log4j-over-slf4j Export-Package: org.apache.log4j -Import-Package: org.slf4j, org.slf4j.spi +Import-Package: org.slf4j, org.slf4j.helpers, org.slf4j.sp
Thanks! Hugues
I missed one charater in the diff: log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF @@ -3,4 +3,4 @@ Bundle-SymbolicName: log4j.over.slf4j Bundle-Name: log4j-over-slf4j Export-Package: org.apache.log4j -Import-Package: org.slf4j, org.slf4j.spi +Import-Package: org.slf4j, org.slf4j.helpers, org.slf4j.spi Sorry for the double email. Hugues -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.

http://bugzilla.slf4j.org/show_bug.cgi?id=171 Hugues Malphettes <hmalphettes@intalio.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Hugues Malphettes <hmalphettes@intalio.com> 2010-04-05 18:26:19 --- Ceki fixed this in bug #170: http://github.com/ceki/slf4j/commit/75cf4a0c012f4158 -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@pixie.qos.ch