From 57e0762d38043a9cfd0fa21411fad50c830ff3c6 Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Thu, 16 Feb 2006 22:01:49 +0000 Subject: [PATCH] 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 --- RELEASE-NOTES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 8e37c31..05e0852 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -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.