Author: henrib Date: Thu Oct 19 12:11:32 2017 New Revision: 1812627 URL: http://svn.apache.org/viewvc?rev=1812627&view=rev Log: JEXL-241: Updating changes & release notes
Modified: commons/proper/jexl/trunk/RELEASE-NOTES.txt commons/proper/jexl/trunk/src/site/xdoc/changes.xml Modified: commons/proper/jexl/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/RELEASE-NOTES.txt?rev=1812627&r1=1812626&r2=1812627&view=diff ============================================================================== --- commons/proper/jexl/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/jexl/trunk/RELEASE-NOTES.txt Thu Oct 19 12:11:32 2017 @@ -1,6 +1,6 @@ Apache Commons JEXL - Version 3.1 + Version 3.2 Release Notes @@ -35,6 +35,7 @@ New Features in 3.2: Bugs Fixed in 3.2: ================== +* JEXL-241: NPE when script containing string interpolation executed in multiple threads * JEXL-240: Unable to invoke a call operator using antish style variable resolution * JEXL-231: Syntax for accessing List elements is not mentioned in docs * JEXL-230: List literal is not mentioned in docs Modified: commons/proper/jexl/trunk/src/site/xdoc/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/xdoc/changes.xml?rev=1812627&r1=1812626&r2=1812627&view=diff ============================================================================== --- commons/proper/jexl/trunk/src/site/xdoc/changes.xml (original) +++ commons/proper/jexl/trunk/src/site/xdoc/changes.xml Thu Oct 19 12:11:32 2017 @@ -26,6 +26,9 @@ </properties> <body> <release version="3.2" date="unreleased"> + <action dev="henrib" type="fix" issue="JEXL-241" due-to="Yang Wang"> + NPE when script containing string interpolation executed in multiple threads + </action> <action dev="henrib" type="add" issue="JEXL-240" due-to="Dmitri Blinov"> Unable to invoke a call operator using antish style variable resoltion </action>