This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
from efd82f88 JEXL : simplify JSR233 implementation; - accommodate java21+
javadoc;
new 7bbeb7c8 Clean ups
new 8ca846f8 Prepare for the next release candidate
The 2 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:
RELEASE-NOTES.txt | 37 --------
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
.../java/org/apache/commons/jexl3/JxltEngine.java | 2 +-
.../commons/jexl3/internal/TemplateEngine.java | 2 +-
.../jexl3/internal/TemplateInterpreter.java | 2 +-
.../internal/introspection/PermissionsParser.java | 6 +-
.../commons/jexl3/scripting/JexlScriptEngine.java | 4 +-
.../jexl3/scripting/JexlScriptEngineFactory.java | 6 +-
.../org/apache/commons/jexl3/ArithmeticTest.java | 6 +-
.../java/org/apache/commons/jexl3/CaptureLog.java | 2 +-
.../org/apache/commons/jexl3/ExceptionTest.java | 8 +-
.../org/apache/commons/jexl3/Issues100Test.java | 5 +-
.../org/apache/commons/jexl3/Issues400Test.java | 105 ++++++++++-----------
.../java/org/apache/commons/jexl3/JXLTTest.java | 2 +-
.../apache/commons/jexl3/LoggingPermissions.java | 26 ++---
.../java/org/apache/commons/jexl3/SwitchTest.java | 2 +-
.../apache/commons/jexl3/examples/StreamTest.java | 4 +-
.../jexl3/scripting/JexlScriptEngineTest.java | 2 +-
src/test/java/org/example/Pair.java | 6 +-
20 files changed, 95 insertions(+), 136 deletions(-)