This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git.
from 4f1a6d1 JEXL-307: handle top-level lambda creation consistently Task #JEXL-307 - Variable redeclaration option new a4c4cc9 JEXL-317: added optional interface JexlContext.CancellationHandle Task #JEXL-317 - Support script cancellation through less invasive API new 53e5e77 JEXL-307: fixed lexical feature handling of variable scope in for/lambda units Task #JEXL-307 - Variable redeclaration option 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 | 1 + .../java/org/apache/commons/jexl3/JexlContext.java | 15 ++++++ .../apache/commons/jexl3/internal/Interpreter.java | 3 +- .../commons/jexl3/internal/InterpreterBase.java | 18 ++++--- .../commons/jexl3/parser/ASTForeachStatement.java | 62 ---------------------- .../apache/commons/jexl3/parser/JexlParser.java | 44 +++++++-------- .../org/apache/commons/jexl3/parser/Parser.jjt | 15 +++--- src/site/xdoc/changes.xml | 3 ++ .../java/org/apache/commons/jexl3/LexicalTest.java | 14 +++++ .../apache/commons/jexl3/ScriptCallableTest.java | 51 +++++++++++++++++- 10 files changed, 123 insertions(+), 103 deletions(-) delete mode 100644 src/main/java/org/apache/commons/jexl3/parser/ASTForeachStatement.java