Add note re isXXXAvailable methods in LogFactoryImpl.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@190902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -68,6 +68,13 @@ commons-logging, for example to implement custom logging adapters.
|
|||||||
when undeploying webapps. This does require an entry in the webapp
|
when undeploying webapps. This does require an entry in the webapp
|
||||||
deployment descriptor to enable.
|
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 ==
|
== Bugs Fixed ==
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user