This is an automated email from the ASF dual-hosted git repository.
ggregory 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 28415712 [JEXL-451] Restore JexlSandbox permission capabilities on
Object.class
28415712 is described below
commit 28415712d1a7acbaa8d74cc3fa555507600cd0ce
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 1 15:04:23 2025 -0500
[JEXL-451] Restore JexlSandbox permission capabilities on Object.class
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8dee56ee..d4a82f91 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,7 @@
<release version="3.6.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-449" due-to="William
Price">Inconsistency on nature of curly-bracket syntactic elements regarding
annotations.</action>
+ <action dev="henrib" type="fix" issue="JEXL-451" due-to="Xu
Pengcheng, Henri Biestro">Restore JexlSandbox permission capabilities on
Object.class.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 91 to 93 #391,
#396.</action>