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 8851bfc8 JEXL-428, JEXL-429: changes; 8851bfc8 is described below commit 8851bfc8b9d9f2b2168141325586ab8ebdb6aa15 Author: Henrib <hbies...@gmail.com> AuthorDate: Wed Sep 25 07:57:59 2024 +0200 JEXL-428, JEXL-429: changes; --- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8d0efff7..29bfb949 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -29,11 +29,17 @@ <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-429" due-to="Shuo Geng"> + Ternary expression regression + </action> <action dev="henrib" type="fix" issue="JEXL-425" due-to="Xu Pengcheng"> Multiline format literals does not always return string </action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Replace NumberParser use of Locale.ENGLISH with Locale.ROOT.</action> <!-- ADD --> + <action dev="henrib" type="add" issue="JEXL-428" due-to="Xu Pengcheng"> + Make Comparable object high priority while comparing + </action> <action dev="henrib" type="add" issue="JEXL-427" due-to="Xu Pengcheng"> Avoid coercing logical expressions to boolean </action>