From fb7a703424010c613e62b8d63030338e2274d0a3 Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Sun, 22 Jan 2006 08:07:54 +0000 Subject: [PATCH] Add more info on commons-logging-adapters.jar file. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@371232 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index fef7d13..951c860 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -52,7 +52,13 @@ Jakarta Commons Logging wiki site: * New jarfile commons-logging-adapters-xxx.jar is now provided. This can be used to resolve class cast conflicts where parts of commons-logging are - deployed via different classloaders. + deployed via different classloaders. It is not expected to be frequently + used; it is only necessary in situations where a container has deployed + commons-logging-api.jar and a webapp wants to bind to a third-party + logging implementation such as log4j. In this case, the webapp can + experience problems if it deploys commons-logging.jar as this causes + duplicates of the core commons-logging classes, but commons-logging-adapters + can be safely used. * New internal diagnostics feature. If commons-logging is behaving in an unexpected manner, you can now set system property