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 578c7080 Clarifies Java platform requirement 578c7080 is described below commit 578c70801c2405583cc2542161ddc703215a64c7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 2 08:26:07 2023 -0400 Clarifies Java platform requirement --- RELEASE-NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index b00c1a95..0334ee79 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -134,7 +134,7 @@ Version 3.2 is a minor release. Compatibility with previous releases ==================================== -Version 3.2 is binary compatible with 3.1. However, JEXL now requires Java 8. +Version 3.2 is binary compatible with 3.1. However, JEXL now requires Java 8 or above. Unfortunately, it is not strictly source compatible. This release does break source compatibility by adding methods to existing interfaces and an abstract method to an abstract class. However, since these interfaces and class are not expected to be implemented