Author: simonetripodi
Date: Sun Apr 3 11:51:22 2011
New Revision: 1088257
URL: http://svn.apache.org/viewvc?rev=1088257&view=rev
Log:
first checkin of changes descriptor, since it has never been committed before,
it contains details only on latest release
Added:
commons/proper/discovery/trunk/src/changes/
commons/proper/discovery/trunk/src/changes/changes.xml (with props)
Added: commons/proper/discovery/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/changes/changes.xml?rev=1088257&view=auto
==============================================================================
--- commons/proper/discovery/trunk/src/changes/changes.xml (added)
+++ commons/proper/discovery/trunk/src/changes/changes.xml Sun Apr 3 11:51:22
2011
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<document>
+ <properties>
+ <title>Commons Discovery Changes</title>
+ </properties>
+ <body>
+ <release version="0.5" date="2011-04-06" description="Maintainance release.">
+ <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.
+ </action>
+ <action dev="simonetripodi" type="update">
+ Moved to Java5 APIs, used Generics.
+ </action>
+ </release>
+ </body>
+</document>
Propchange: commons/proper/discovery/trunk/src/changes/changes.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: commons/proper/discovery/trunk/src/changes/changes.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: commons/proper/discovery/trunk/src/changes/changes.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml