This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
from 19b4d39b Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 new 62055825 No need to nest block new 6fa86ca8 Remove redundant semi-colon new ffc30a26 Remove redundant semi-colon new e7a14508 Remove redundant semi-colon new 6f67c4b1 Remove redundant semi-colon new 88127879 Use final new 6f900462 Remove redundant semi-colon new 52fcfd3c Use final new dd3b8913 Use final new eda4c4d4 Use final new c30744cf Use final new 08b4a401 Prepare for the next release candidate The 12 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CONTRIBUTING.md | 19 ++++--- README.md | 14 ++--- RELEASE-NOTES.txt | 59 ++++++++++++++++++++++ pom.xml | 6 +-- src/changes/changes.xml | 2 +- .../org/apache/commons/jexl3/JexlArithmetic.java | 5 +- .../java/org/apache/commons/jexl3/JxltEngine.java | 2 +- .../org/apache/commons/jexl3/internal/Frame.java | 9 ++-- .../org/apache/commons/jexl3/internal/Scope.java | 4 +- .../jexl3/internal/introspection/Uberspect.java | 4 +- .../commons/jexl3/introspection/JexlSandbox.java | 12 ++--- .../commons/jexl3/introspection/JexlUberspect.java | 2 +- .../commons/jexl3/scripting/JexlScriptEngine.java | 2 +- .../jexl3/scripting/JexlScriptEngineFactory.java | 2 +- .../org/apache/commons/jexl3/scripting/Main.java | 4 +- src/site/xdoc/download_jexl.xml | 36 ++++++------- src/site/xdoc/issue-tracking.xml | 14 ++--- src/site/xdoc/mail-lists.xml | 14 ++--- .../commons/jexl3/jexl342/ReferenceUberspect.java | 2 +- .../jexl3/scripting/JexlScriptEngineTest.java | 16 +++--- 20 files changed, 148 insertions(+), 80 deletions(-)