From 5af28f1cffbf0c3747074d119c3c70e0a5d8c8db Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Thu, 16 Jun 2005 12:11:50 +0000 Subject: [PATCH] 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 --- RELEASE-NOTES.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 85275c4..3ed543d 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -68,6 +68,13 @@ commons-logging, for example to implement custom logging adapters. 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 ==