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 18:34:57 UTC

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

Author: simonetripodi
Date: Fri Apr  8 16:34:56 2011
New Revision: 1090337

URL: http://svn.apache.org/viewvc?rev=1090337&view=rev
Log:
updated latest changes

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=1090337&r1=1090336&r2=1090337&view=diff
==============================================================================
--- commons/proper/discovery/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/discovery/trunk/RELEASE-NOTES.txt Fri Apr  8 16:34:56 2011
@@ -36,6 +36,7 @@ JIRA Issues Addressed
 ---------------------
 * DISCOVERY-3 (https://issues.apache.org/jira/browse/DISCOVERY-3)
 * DISCOVERY-7 (https://issues.apache.org/jira/browse/DISCOVERY-7)
+* DISCOVERY-11 (https://issues.apache.org/jira/browse/DISCOVERY-11)
 * 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=1090337&r1=1090336&r2=1090337&view=diff
==============================================================================
--- commons/proper/discovery/trunk/src/changes/changes.xml (original)
+++ commons/proper/discovery/trunk/src/changes/changes.xml Fri Apr  8 16:34:56 2011
@@ -29,6 +29,10 @@
     <action dev="simonetripodi" type="update" issue="DISCOVERY-7">
       Discovery failed to load an inner class.
     </action>
+    <action dev="simonetripodi" type="fix" issue="DISCOVERY-11">
+      Service.providers Enumeration does not catch and discard
+      UnsatisfiedLinkErrors and ExceptionInInitializerErrors.
+    </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.