1
0

Ammended release notes to reflect shipping JDK logger in API jar.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@392039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2006-04-06 19:03:17 +00:00
parent f0490d0570
commit 06f4d75043

View File

@@ -136,8 +136,11 @@ override those methods will not have their methods called. This is a pretty
unusual thing to do, so it isn't expected that any apps will actually be unusual thing to do, so it isn't expected that any apps will actually be
affected by this. affected by this.
== Deprecation Note ==
Previous releases of commons-logging-api.jar contained the Jdk14Logger class; Previous releases of commons-logging-api.jar contained the Jdk14Logger class;
this has now been removed. If your application needs this jar, then instead of 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. upgrading to commons-logging-api-1.1.jar, upgrade to commons-logging-1.1.jar.
== Dependencies == == Dependencies ==