You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2021/06/03 14:55:45 UTC

[commons-jexl] branch master updated: JEXL: release preparation

This is an automated email from the ASF dual-hosted git repository.

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new 8dc8e97  JEXL: release preparation
8dc8e97 is described below

commit 8dc8e970ab9238e0321fa5497aeb4a63a26db130
Author: henrib <he...@apache.org>
AuthorDate: Thu Jun 3 16:55:37 2021 +0200

    JEXL: release preparation
---
 RELEASE-NOTES.txt       |  3 ++-
 src/changes/changes.xml | 22 ++++++++++++++++++++--
 2 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 68409c3..10cefc2 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -78,7 +78,8 @@ New Features in 3.2:
 
 Bugs Fixed in 3.2:
 ==================
-* JEXL-347 :     Missing unsolvable property exception for reference when used with equals
+* JEXL-348:      Parsing error when mixing namespaces with conditional expressions
+* JEXL-347:      Missing unsolvable property exception for reference when used with equals
 * JEXL-346:      namespace function syntax leads to strange error for "common case" of ternary operator
 * JEXL-336:      Escape some control characters
 * JEXL-331:      Please document \uXXXX escape sequence
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 46b7a99..94e7900 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,16 +26,34 @@
     </properties>
     <body>
         <release version="3.2">
+            <action dev="henrib" type="fix" issue="JEXL-348" due-to="Cameron Samak">
+                Parsing error when mixing namespaces with conditional expressions
+            </action>
+            <action dev="csamak" type="update" due-to="Cameron Samak">
+                Update to ph-javacc-maven-plugin 4.1.4.
+            </action>
+            <action dev="henrib" type="fix" issue="JEXL-347" due-to="Cameron Samak">
+                Missing unsolvable property exception for reference when used with equals
+            </action>
+            <action dev="henrib" type="fix" issue="JEXL-346" due-to="David Costanzo">
+                namespace function syntax leads to strange error for "common case" of ternary operator
+            </action>
             <action dev="ggregory" type="update" due-to="Gary Gregory">
                 Bump actions/setup-java from v1.4.3 to v2 #160.
             </action>
-            <action dev="henrib" type="fix" issue="JEXL-344"  due-to="David Costanzo">
+            <action dev="henrib" type="add" issue="JEXL-344"  due-to="David Costanzo">
                 Don't fill stack trace for JexlExpression#Return (to improve performance)
             </action>
+            <action dev="henrib" type="add" issue="JEXL-341"  due-to="Garret Wilson">
+                Errors needs to provide more information on caught exceptions.
+            </action>
+            <action dev="henrib" type="add" issue="JEXL-340"  due-to="Garret Wilson">
+                JexlException message access is incomplete and reversed
+            </action>
             <action dev="Hussachai Puripunpinyo" type="fix" issue="JEXL-336">
                 Escape some control characters
             </action>
-            <action dev="henrib" type="fix" issue="JEXL-335">
+            <action dev="henrib" type="update" issue="JEXL-335">
                 Update JUnit to 4.13.1
             </action>
             <action dev="henrib" type="add" issue="JEXL-334">