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 13:14:41 UTC

svn commit: r1090202 - in /commons/proper/discovery/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Author: simonetripodi
Date: Fri Apr  8 11:14:41 2011
New Revision: 1090202

URL: http://svn.apache.org/viewvc?rev=1090202&view=rev
Log:
added latest fixed issues

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

Modified: commons/proper/discovery/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/RELEASE-NOTES.txt?rev=1090202&r1=1090201&r2=1090202&view=diff
==============================================================================
--- commons/proper/discovery/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/discovery/trunk/RELEASE-NOTES.txt Fri Apr  8 11:14:41 2011
@@ -35,6 +35,7 @@ BUGS FROM PREVIOUS RELEASE
 JIRA Issues Addressed
 ---------------------
 * DISCOVERY-3 (https://issues.apache.org/jira/browse/DISCOVERY-3)
+* DISCOVERY-7 (https://issues.apache.org/jira/browse/DISCOVERY-7)
 * DISCOVERY-12 (https://issues.apache.org/jira/browse/DISCOVERY-12)
 * DISCOVERY-14 (https://issues.apache.org/jira/browse/DISCOVERY-14)
 * DISCOVERY-15 (https://issues.apache.org/jira/browse/DISCOVERY-15)

Modified: commons/proper/discovery/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/changes/changes.xml?rev=1090202&r1=1090201&r2=1090202&view=diff
==============================================================================
--- commons/proper/discovery/trunk/src/changes/changes.xml (original)
+++ commons/proper/discovery/trunk/src/changes/changes.xml Fri Apr  8 11:14:41 2011
@@ -26,6 +26,9 @@
     <action dev="simonetripodi" type="fix" issue="DISCOVERY-3">
       Enumeration in Service class is broken.
     </action>
+    <action dev="simonetripodi" type="update" issue="DISCOVERY-7">
+      Discovery failed to load an inner class.
+    </action>
     <action dev="simonetripodi" type="fix" issue="DISCOVERY-12">
       SPI implementation class searching logic has some issues: it discards all errors;
       it only considers first className in supplied classNames array.