You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/04/08 08:59:38 UTC

svn commit: r1090143 - /commons/proper/discovery/trunk/RELEASE-NOTES.txt

Author: simonetripodi
Date: Fri Apr  8 06:59:38 2011
New Revision: 1090143

URL: http://svn.apache.org/viewvc?rev=1090143&view=rev
Log:
added deprecations

Modified:
    commons/proper/discovery/trunk/RELEASE-NOTES.txt

Modified: commons/proper/discovery/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/RELEASE-NOTES.txt?rev=1090143&r1=1090142&r2=1090143&view=diff
==============================================================================
--- commons/proper/discovery/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/discovery/trunk/RELEASE-NOTES.txt Fri Apr  8 06:59:38 2011
@@ -43,4 +43,9 @@ JIRA Issues Addressed
 
 DEPRECATIONS
 ============
-None
+Classes in org.apache.commons.discovery.log package have been deprecated,
+depending on Apache Commons Logging 1.1.1 there is no more circular dependency
+between Apache Commons Discovery and Apache Commons Logging.
+
+setLog(org.apache.commons.logging.Log) methods have been deprecated too,
+they are not thread-safe.