This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 dd2cdf98 Updates for the next release
dd2cdf98 is described below
commit dd2cdf98d05fdc6bf58d77ff9231a82aa801e167
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 28 11:31:39 2026 +0000
Updates for the next release
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3cbc73a0..d04a5a9d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,7 +27,7 @@
<author email="[email protected]">Commons Developers</author>
</properties>
<body>
- <release version="3.7.0" date="2026-06-27" description="This is a
feature and maintenance release. Java 8 or later is required.">
+ <release version="3.7.0" date="YYYY-MM-DD" description="This is a
feature and maintenance release. Java 8 or later is required.">
<!-- ADD -->
<action dev="henrib" type="add" issue="JEXL-465">Add
JexlConfigLoader to build a JexlEngine from a YAML configuration (permissions,
features, arithmetic, namespaces, imports).</action>
<action dev="henrib" type="add" issue="JEXL-464">Default
permissions are SECURE and default features harden parse-time behavior (disable
new, global side-effects, pragmas and annotations; enable lexical scoping;
loops remain available to scripts).</action>