Author: skitching
Date: Thu Jun 16 05:11:50 2005
New Revision: 190902
URL: http://svn.apache.org/viewcvs?rev=190902&view=rev
Log:
Add note re isXXXAvailable methods in LogFactoryImpl.
Modified:
jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt
Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt?rev=190902&r1=190901&r2=190902&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt Thu Jun 16 05:11:50
2005
@@ -68,6 +68,13 @@
when undeploying webapps. This does require an entry in the webapp
deployment descriptor to enable.
+== Incompatibilities ==
+
+The isXXXAvailable methods in org.apache.commons.logging.impl.LogFactoryImpl
+are no longer called during discovery by that class. Therefore classes which
+subclass LogFactoryImpl and override those methods will not have their
+methods called. This is a pretty unusual thing to do, so it isn't expected that
+any apps will actually be affected by this.
== Bugs Fixed ==
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]