http://bugzilla.slf4j.org/show_bug.cgi?id=85


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #4 from [EMAIL PROTECTED]  2008-06-05 18:36 -------
Fixed in revisions 1044, 1046 and 1048. 

I believe that the addition of various static protected methods and fields in
LogFactory to match JCL 1.1 implementation is essentially a waste of time.

Renaming the jcl104-over-slf4j as jcl-over-slf4j has symbolic significance.

The only change which imho makes a difference, and only when using OSGi, is in
the resources/META-INF/MANIFEST.MF file:

Before:

Export-Package: org.apache.commons.logging;version=1.0.4,
  org.apache.commons.logging.impl;version=1.0.4

After:

Export-Package: org.apache.commons.logging;version=1.1.1,
  org.apache.commons.logging.impl;version=1.1.1


For full details see:
http://svn.slf4j.org/viewvc?view=rev&revision=1044
http://svn.slf4j.org/viewvc?view=rev&revision=1046
http://svn.slf4j.org/viewvc?view=rev&revision=1048


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to