Author: simonetripodi
Date: Fri Apr 8 06:55:02 2011
New Revision: 1090141
URL: http://svn.apache.org/viewvc?rev=1090141&view=rev
Log:
added latest changes
Modified:
commons/proper/discovery/trunk/src/changes/changes.xml
Modified: commons/proper/discovery/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/changes/changes.xml?rev=1090141&r1=1090140&r2=1090141&view=diff
==============================================================================
--- commons/proper/discovery/trunk/src/changes/changes.xml (original)
+++ commons/proper/discovery/trunk/src/changes/changes.xml Fri Apr 8 06:55:02
2011
@@ -23,6 +23,9 @@
</properties>
<body>
<release version="0.5" date="TBD" description="Maintainance release.">
+ <action dev="simonetripodi" type="fix" issue="DISCOVERY-3">
+ Enumeration in Service class is broken.
+ </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.