You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2006/05/03 22:16:23 UTC

svn commit: r399403 - /jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt

Author: rdonkin
Date: Wed May  3 13:16:16 2006
New Revision: 399403

URL: http://svn.apache.org/viewcvs?rev=399403&view=rev
Log:
Updated release notes to correct issues highlighted by Dennis.

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=399403&r1=399402&r2=399403&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt Wed May  3 13:16:16 2006
@@ -142,12 +142,14 @@
 unusual thing to do, so it isn't expected that any apps will actually be
 affected by this.
 
+AvalonLog is no longer serializable. The semantics were always deeply 
+unsatisfactory. It is cleaner and clearer to admit the truth.
+
 == Deprecation Note ==
 
 Previous releases of commons-logging-api.jar contained the Jdk14Logger class;
 this is now deprecated. It will be removed from the API jar in some future 
-release. If your application needs this jar, then instead of
-upgrading to commons-logging-api-1.1.jar, upgrade to commons-logging-1.1.jar.
+release. 
 
 == Dependencies ==
 
@@ -170,9 +172,11 @@
 deployed via one classloader, thus avoiding "Log4JLogger does not implement Log"
 and similar problems.
 
-File commons-logging-api-nn.jar provides no adapters to external logging
-libraries, just the internally implemented SimpleLog and NoOpLog classes. This
-jar file may be used as a declared dependency for projects that care about
+File commons-logging-api-nn.jar provides minimal adapters to external logging
+libraries, just the internally implemented SimpleLog and NoOpLog classes
+plus Jdk14Logger (which is currently required by Apache Tomcat).
+
+This jar file may be used as a declared dependency for projects that care about
 "transitive dependencies" and can't handle jar files such as commons-logging-nn.jar
 which have "optional" dependencies depending on how they are used. In addition,
 this jar file can be useful for "rebundlers" of JCL who recompile the source-code



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org