Author: oheger Date: Sun Mar 18 16:01:29 2018 New Revision: 1827145 URL: http://svn.apache.org/viewvc?rev=1827145&view=rev Log: CONFIGURATION-691: Updated 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=1827145&r1=1827144&r2=1827145&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/changes/changes.xml (original) +++ commons/proper/configuration/trunk/src/changes/changes.xml Sun Mar 18 16:01:29 2018 @@ -60,6 +60,10 @@ ExprLookup.getVariables() no longer returns null, but a copy of the current variables of this lookup object. </action> + <action dev="oheger" type="fix" issue="CONFIGURATION-691"> + ExprLookup now handles expressions that do not return a string result + by converting them to string. + </action> </release> <release version="2.2" date="2017-10-12"