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/02/16 23:01:50 UTC

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

Author: rdonkin
Date: Thu Feb 16 14:01:49 2006
New Revision: 378374

URL: http://svn.apache.org/viewcvs?rev=378374&view=rev
Log:
Added section to release notes about JDK compatibility.

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=378374&r1=378373&r2=378374&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt Thu Feb 16 14:01:49 2006
@@ -39,6 +39,11 @@
 commons-logging, for example to implement custom logging adapters. See
 the compatibility section for details.
 
+All core classes were compiled with a 1.2.x JDK. JCL may work on some 
+augmented 1.1 series JREs but it is recommended that those wish to run
+on 1.1 JREs download the source and create a custom implementation by
+stripping out all the complex classloader management code.
+
 For further details, please see the Jakarta Commons Logging website:
   http://jakarta.apache.org/commons/logging.
 



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