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 10f2e88f Use new Oak leaf logotype
     new 627587b7 Don't use star imports
     new 9ef02598 Remove trailing whitespace

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:
 .../org/apache/commons/jexl3/JexlFeatures.java     |  3 +-
 .../apache/commons/jexl3/internal/Debugger.java    | 20 ++---
 .../org/apache/commons/jexl3/internal/Engine.java  |  4 +-
 .../commons/jexl3/internal/FqcnResolver.java       | 26 +++---
 .../org/apache/commons/jexl3/internal/Frame.java   |  2 +-
 .../apache/commons/jexl3/internal/Interpreter.java |  8 +-
 .../commons/jexl3/internal/ScriptVisitor.java      | 99 +++++++++++++++++++++-
 .../commons/jexl3/internal/TemplateScript.java     |  6 +-
 .../commons/jexl3/parser/ASTCaseExpression.java    |  4 +-
 .../commons/jexl3/parser/ASTCaseStatement.java     |  8 +-
 .../jexl3/parser/ASTIdentifierAccessJxlt.java      |  4 +-
 .../commons/jexl3/parser/ASTJxltLiteral.java       |  4 +-
 .../commons/jexl3/parser/ASTSwitchExpression.java  |  4 +-
 .../commons/jexl3/parser/ASTSwitchStatement.java   | 26 +++---
 .../apache/commons/jexl3/parser/JexlParser.java    | 57 ++++++-------
 .../commons/jexl3/parser/JexlScriptParser.java     |  2 +-
 .../apache/commons/jexl3/parser/NumberParser.java  |  2 +-
 .../org/apache/commons/jexl3/FeaturesTest.java     | 34 ++++----
 .../org/apache/commons/jexl3/Issues200Test.java    |  2 +-
 .../org/apache/commons/jexl3/Issues400Test.java    | 46 +++++-----
 .../java/org/apache/commons/jexl3/LambdaTest.java  |  2 +-
 .../java/org/apache/commons/jexl3/SwitchTest.java  | 36 ++++----
 .../apache/commons/jexl3/internal/FqcnTest.java    | 10 +--
 23 files changed, 251 insertions(+), 158 deletions(-)

Reply via email to