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 c9b3e240 JEXL-461 : changes & release notes;
c9b3e240 is described below
commit c9b3e24068820ae99bf1e541a935e6facd17bf54
Author: Henrib <[email protected]>
AuthorDate: Tue Jun 16 18:10:56 2026 +0200
JEXL-461 : changes & release notes;
---
RELEASE-NOTES.txt | 1 +
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 0cef219e..32bcaa76 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -14,6 +14,7 @@ This is a feature and maintenance release. Java 8 or later is
required.
Bugs Fixed in 3.6.3:
====================
+o JEXL-461: Updates/improvements to the site documentation for JEXL Syntax
o JEXL-459: Empty/size functions swallow all exceptions with no trace.
o JEXL-458: Improve permissions expressivity.
o JEXL-457: Reduce default exposure for RESTRICTED JexlPermissions.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5c1d0b92..0b1381fb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,7 @@
<release version="3.6.3" 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-461" due-to="David
Costanzo">Updates/improvements to the site documentation for JEXL
Syntax.</action>
<action dev="henrib" type="fix" issue="JEXL-459" due-to="Mirek
Hankus">Empty/size functions swallow all exceptions with no trace.</action>
<action dev="henrib" type="fix" issue="JEXL-458" due-to="Daniil
Averin">Improve permissions expressivity</action>
<action dev="henrib" type="fix" issue="JEXL-457" due-to="Daniil
Averin">Reduce default exposure for RESTRICTED JexlPermissions</action>