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 79fb6845 JEXL-431: try statement must be a lexical statement (local 
variable declaration in catach); - nitpicking on formatting 
(if/while/for/try/catch + space); - try and improve precision for error 
messages; - unrelated, use signum to invert sign in compare method
79fb6845 is described below

commit 79fb68451905cf9c59f1474e282ba79b75f8a6a8
Author: Henrib <hbies...@gmail.com>
AuthorDate: Sun Dec 8 18:54:08 2024 +0100

    JEXL-431: try statement must be a lexical statement (local variable 
declaration in catach);
    - nitpicking on formatting (if/while/for/try/catch + space);
    - try and improve precision for error messages;
    - unrelated, use signum to invert sign in compare method
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cd5cae5f..415f72f0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,9 @@
     <body>
         <release version="3.4.1" date="YYYY-MM-DD" description="This is a 
feature and maintenance release. Java 8 or later is required.">
           <!-- FIX -->
+            <action dev="henrib" type="fix" issue="JEXL-431" due-to="Vincent 
Bussol">
+                Parse error with variables declared in a catch clause
+            </action>
             <action dev="henrib" type="fix" issue="JEXL-429" due-to="Shuo 
Geng">
                 Ternary expression regression
             </action>

Reply via email to