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 37844377 JEXL-454, JEXL-453: changes, release notes
37844377 is described below
commit 37844377f47e88aa1b93ff444890bf3dc1b2d5bc
Author: Henrib <[email protected]>
AuthorDate: Tue Feb 3 19:10:37 2026 +0100
JEXL-454, JEXL-453: changes, release notes
---
RELEASE-NOTES.txt | 64 ++++++++++++++++++-------------------------------
src/changes/changes.xml | 2 ++
2 files changed, 25 insertions(+), 41 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index a0818283..4551ea00 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,48 +1,8 @@
-Apache Commons JEXL 3.6.1 Release Notes
----------------------------------------
-The Apache Commons JEXL team is pleased to announce the release of Apache
Commons JEXL 3.6.1.
-
-Introduction
-------------
-
-Apache Commons JEXL is a library that enables scripting features in Java
applications and frameworks.
-
-This is a feature and maintenance release. Java 8 or later is required.
-
-
-Fixed Bugs
-----------
-
-o JEXL-452: Debug setting in Engine shows class/method/line even when set to
false. Thanks to Gary Gregory.
-o JEXL-451: Restore JexlSandbox permission capabilities on Object.class.
Thanks to Xu Pengcheng.
-o JEXL-450: Disable instantiation of internal classes in RESTRICTED mode.
-o JEXL-449: Inconsistency on nature of curly-bracket syntactic elements
regarding annotations. Thanks to William Price.
-
-Changes
--------
-
-o Bump org.apache.commons:commons-parent from 91 to 93 #391, #396.
Thanks to Gary Gregory, Dependabot.
-o Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0. Thanks
to Gary Gregory.
-
-
-Historical list of changes:
https://commons.apache.org/proper/commons-jexl/changes.html
-
-For complete information on Apache Commons JEXL, including instructions on how
to submit bug reports,
-patches, or suggestions for improvement, see the Apache Commons JEXL website:
-
-https://commons.apache.org/proper/commons-jexl/
-
-Download page: https://commons.apache.org/proper/commons-jexl/download_jexl.cgi
-
-Have fun!
--Apache Commons Team
-
-------------------------------------------------------------------------------
Apache Commons JEXL
- Version 3.6.1
+ Version 3.6.2
Release Notes
@@ -71,6 +31,22 @@ Download page:
https://commons.apache.org/proper/commons-jexl/download_jexl.cgi
Have fun!
-Apache Commons Team
+========================================================================================================================
+Release 3.6.2
+========================================================================================================================
+
+Version 3.6.2 is a minor release.
+
+Compatibility with previous releases
+====================================
+Version 3.6.2 is source and binary compatible with 3.6.
+
+
+Bugs Fixed in 3.6.2:
+====================
+* JEXL-454: Switch NaN case not found.
+* JEXL-453: Finally clause is not evaluated.
+
========================================================================================================================
Release 3.6.1
========================================================================================================================
@@ -90,6 +66,12 @@ Bugs Fixed in 3.6.1:
* JEXL-449: Inconsistency on nature of curly-bracket syntactic elements
regarding annotations.
+Changes in 3.6.1:
+=================
+
+o Bump org.apache.commons:commons-parent from 91 to 93 #391,
#396. Thanks to Gary Gregory, Dependabot.
+o Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0.
Thanks to Gary Gregory.
+
========================================================================================================================
Release 3.6.0
========================================================================================================================
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4c480621..fc00a037 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,8 @@
<release version="3.6.2" 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-454" due-to="Vincent
Bussol">Switch NaN case not found.</action>
+ <action dev="henrib" type="fix" issue="JEXL-453" due-to="Vincent
Bussol">Finally clause is not evaluated.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 96.</action>