You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2022/05/12 14:42:33 UTC

[commons-jexl] 01/01: Merge pull request #96 from apache/JEXL-367

This is an automated email from the ASF dual-hosted git repository.

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git

commit 53b18ef85564e32ff387e4009dc2fc8912479fb7
Merge: 57b6a5a4 247bbdd4
Author: Henrib <12...@users.noreply.github.com>
AuthorDate: Thu May 12 16:42:27 2022 +0200

    Merge pull request #96 from apache/JEXL-367
    
    JEXL-367

 .../org/apache/commons/jexl3/JexlFeatures.java     | 50 ++++++++++++++++++-
 .../apache/commons/jexl3/internal/Debugger.java    | 58 +++++++++++++++++++---
 .../apache/commons/jexl3/internal/Interpreter.java | 13 ++++-
 .../apache/commons/jexl3/parser/JexlParser.java    | 49 ++++++++++++++++--
 .../org/apache/commons/jexl3/parser/Parser.jjt     | 42 ++++++++++------
 .../org/apache/commons/jexl3/Issues300Test.java    | 12 +++++
 .../org/apache/commons/jexl3/JexlTestCase.java     | 10 ++--
 .../java/org/apache/commons/jexl3/LambdaTest.java  | 47 ++++++++++++++++++
 8 files changed, 249 insertions(+), 32 deletions(-)