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
commit 8ca846f8ea704a55a02bd2ac28ff423933d8e159 Author: Gary Gregory <[email protected]> AuthorDate: Sat Jun 20 14:38:29 2026 +0000 Prepare for the next release candidate --- RELEASE-NOTES.txt | 37 ------------------------------------- src/changes/changes.xml | 2 +- 2 files changed, 1 insertion(+), 38 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 68ba6921..beb0eef0 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -43,43 +43,6 @@ Have fun! ------------------------------------------------------------------------------ -Apache Commons JEXL 3.6.3 Release Notes -======================================= - -The Apache Commons JEXL team is pleased to announce the release of Apache Commons JEXL 3.6.3. - -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. - - -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. -o JEXL-456: Change in template parser behavior. - - -Changes in 3.6.3: -================= - - -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 - - ======================================================================================================================== Release 3.6.2 ======================================================================================================================== diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8b96048a..74c24613 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.6.3" date="2026-06-17" + <release version="3.6.3" date="2026-06-20" 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>
