[slf4j-dev] [Bug 85] Implement JCL 1.1.1

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Thu Jun 5 18:36:23 CEST 2008


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


listid at qos.ch changed:

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




------- Comment #4 from listid at qos.ch  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.



More information about the slf4j-dev mailing list