Author: oheger Date: Sun Feb 7 18:14:26 2016 New Revision: 1728999 URL: http://svn.apache.org/viewvc?rev=1728999&view=rev Log: [CONFIGURATION-618] Updates changes.xml.
Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper/configuration/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1728999&r1=1728998&r2=1728999&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/changes/changes.xml (original) +++ commons/proper/configuration/trunk/src/changes/changes.xml Sun Feb 7 18:14:26 2016 @@ -27,6 +27,11 @@ <body> <release version="2.0" date="in SVN" description="TBD"> + <action dev="oheger" type="fix" issue="CONFIGURATION-618"> + When using immutable configurations exceptions thrown by the wrapped + configuration came out as UndeclaredThrowableException. This has been + fixed; now the correct original exception is thrown. + </action> <action dev="oheger" type="update" issue="CONFIGURATION-615"> Changed generic types in the signatures of a MapConfiguration constructor and AbstractConfiguration.getList(String, List). These