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
commit adc0f85189923d22c30939ff476554a44ae2f61b Author: Gary Gregory <[email protected]> AuthorDate: Thu Feb 5 20:16:43 2026 +0000 Prepare for the next release candidate --- CONTRIBUTING.md | 1 - README.md | 7 +++--- RELEASE-NOTES.txt | 48 +++++++++++++++-------------------------- src/changes/changes.xml | 2 +- src/site/xdoc/download_jexl.xml | 26 +++++++++++----------- 5 files changed, 34 insertions(+), 50 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d26c2acb..bcef6a34 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -110,7 +110,6 @@ Additional Resources + [Contributor License Agreement][cla] + [General GitHub documentation](https://help.github.com/) + [GitHub pull request documentation](https://help.github.com/articles/creating-a-pull-request/) -+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons) [cla]:https://www.apache.org/licenses/#clas [jira]:https://issues.apache.org/jira/browse/JEXL diff --git a/README.md b/README.md index 6626025b..6ef9ef6a 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ Apache Commons JEXL [](https://github.com/apache/commons-jexl/actions/workflows/maven.yml) [](https://search.maven.org/artifact/org.apache.commons/commons-jexl3) -[](https://javadoc.io/doc/org.apache.commons/commons-jexl3/3.6.1) +[](https://javadoc.io/doc/org.apache.commons/commons-jexl3/3.6.2) [](https://github.com/apache/commons-jexl/actions/workflows/codeql-analysis.yml) [](https://api.securityscorecards.dev/projects/github.com/apache/commons-jexl) -Apache Commons JEXL is a library that enables the implementation of scripting features in Java applications and frameworks. +Apache Commons JEXL is a library that enables scripting features in Java applications and frameworks.. Documentation ------------- @@ -68,7 +68,7 @@ Alternatively, you can pull it from the central Maven repositories: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jexl3</artifactId> - <version>3.6.1</version> + <version>3.6.2</version> </dependency> ``` @@ -111,7 +111,6 @@ Additional Resources + [Apache Commons Homepage](https://commons.apache.org/) + [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/JEXL) + [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD) -+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons) Apache Commons Components ------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 3e33c07b..90ea4f06 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,25 +1,30 @@ +Apache Commons JEXL 3.6.2 Release Notes +--------------------------------------- +The Apache Commons JEXL team is pleased to announce the release of Apache Commons JEXL 3.6.2. +Introduction +------------ - Apache Commons JEXL - Version 3.6.2 - Release Notes +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. -INTRODUCTION: -============= -JEXL is a library intended to facilitate the implementation of dynamic and scripting features in -applications and frameworks written in Java. +Fixed Bugs +---------- -JEXL implements an Expression Language based on some extensions to the JSTL Expression Language supporting most of the -constructs seen in shell-script or ECMAScript. +o JEXL-455: Tokenization error with multiline expressions. Thanks to Vincent Bussol. +o JEXL-454: Switch NaN case not found. Thanks to Vincent Bussol. +o JEXL-453: Finally clause is not evaluated. Thanks to Vincent Bussol. -Its goal is to expose scripting features usable by technical operatives or consultants working with enterprise platforms. +Changes +------- + +o Bump org.apache.commons:commons-parent from 93 to 96. Thanks to Gary Gregory. -This is a feature and maintenance release. Java 8 or later is required. -Historical list of changes: https://commons.apache.org/proper/commons-jexl/changes-report.html +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: @@ -28,25 +33,6 @@ https://commons.apache.org/proper/commons-jexl/ 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-455: Tokenization error with multiline expressions. -* JEXL-454: Switch NaN case not found. -* JEXL-453: Finally clause is not evaluated. ======================================================================================================================== Release 3.6.1 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4954465f..4d86ec02 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.2" date="YYYY-MM-DD" + <release version="3.6.2" date="2026-02-05" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <action dev="henrib" type="fix" issue="JEXL-455" due-to="Vincent Bussol">Tokenization error with multiline expressions.</action> diff --git a/src/site/xdoc/download_jexl.xml b/src/site/xdoc/download_jexl.xml index 7c825e4f..9f65b8c2 100644 --- a/src/site/xdoc/download_jexl.xml +++ b/src/site/xdoc/download_jexl.xml @@ -115,32 +115,32 @@ limitations under the License. </p> </subsection> </section> - <section name="Apache Commons JEXL 3.6.1 "> + <section name="Apache Commons JEXL 3.6.2 "> <subsection name="Binaries"> <table> <tr> - <td><a href="[preferred]/commons/jexl/binaries/commons-jexl-3.6.1-bin.tar.gz">commons-jexl-3.6.1-bin.tar.gz</a></td> - <td><a href="https://downloads.apache.org/commons/jexl/binaries/commons-jexl-3.6.1-bin.tar.gz.sha512">sha512</a></td> - <td><a href="https://downloads.apache.org/commons/jexl/binaries/commons-jexl-3.6.1-bin.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/jexl/binaries/commons-jexl-3.6.2-bin.tar.gz">commons-jexl-3.6.2-bin.tar.gz</a></td> + <td><a href="https://downloads.apache.org/commons/jexl/binaries/commons-jexl-3.6.2-bin.tar.gz.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/jexl/binaries/commons-jexl-3.6.2-bin.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/jexl/binaries/commons-jexl-3.6.1-bin.zip">commons-jexl-3.6.1-bin.zip</a></td> - <td><a href="https://downloads.apache.org/commons/jexl/binaries/commons-jexl-3.6.1-bin.zip.sha512">sha512</a></td> - <td><a href="https://downloads.apache.org/commons/jexl/binaries/commons-jexl-3.6.1-bin.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/jexl/binaries/commons-jexl-3.6.2-bin.zip">commons-jexl-3.6.2-bin.zip</a></td> + <td><a href="https://downloads.apache.org/commons/jexl/binaries/commons-jexl-3.6.2-bin.zip.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/jexl/binaries/commons-jexl-3.6.2-bin.zip.asc">pgp</a></td> </tr> </table> </subsection> <subsection name="Source"> <table> <tr> - <td><a href="[preferred]/commons/jexl/source/commons-jexl-3.6.1-src.tar.gz">commons-jexl-3.6.1-src.tar.gz</a></td> - <td><a href="https://downloads.apache.org/commons/jexl/source/commons-jexl-3.6.1-src.tar.gz.sha512">sha512</a></td> - <td><a href="https://downloads.apache.org/commons/jexl/source/commons-jexl-3.6.1-src.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/jexl/source/commons-jexl-3.6.2-src.tar.gz">commons-jexl-3.6.2-src.tar.gz</a></td> + <td><a href="https://downloads.apache.org/commons/jexl/source/commons-jexl-3.6.2-src.tar.gz.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/jexl/source/commons-jexl-3.6.2-src.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/jexl/source/commons-jexl-3.6.1-src.zip">commons-jexl-3.6.1-src.zip</a></td> - <td><a href="https://downloads.apache.org/commons/jexl/source/commons-jexl-3.6.1-src.zip.sha512">sha512</a></td> - <td><a href="https://downloads.apache.org/commons/jexl/source/commons-jexl-3.6.1-src.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/jexl/source/commons-jexl-3.6.2-src.zip">commons-jexl-3.6.2-src.zip</a></td> + <td><a href="https://downloads.apache.org/commons/jexl/source/commons-jexl-3.6.2-src.zip.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/jexl/source/commons-jexl-3.6.2-src.zip.asc">pgp</a></td> </tr> </table> </subsection>
