1
0

Added section to release notes about JDK compatibility.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@378374 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2006-02-16 22:01:49 +00:00
parent d2b4d4a9aa
commit 57e0762d38

View File

@@ -39,6 +39,11 @@ commons-logging. There are some incompatibilities with code that extends
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.