From c33312acd5b8e0c7d0280f966a991fa28de3ce7f Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Fri, 20 Jan 2006 03:45:27 +0000 Subject: [PATCH] Add info about removal of deprecated classes. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@370721 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 75d1aed..83458d0 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -115,6 +115,9 @@ upgrade to this version. All changes to JCL configuration are backwards compatible. +Classes Log4JCategoryLog and Log4jFactory have been removed; these were both +deprecated in the 1.0.3 release (April 2003). + For code that extends the JCL LogFactoryImpl class, 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