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 2018/09/13 15:21:18 UTC

[commons-jexl] branch master updated (006e455 -> b8c4b4e)

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 006e455  JEXL-272: releases notes typo
     add 732f933  Introduce regex Pattern literal ~//
     add 426c282  Regex literal to be parse-time constant
     add 30d1975  Merge branch 'master' into experimental-regex
     add 3f85719  Merge branch 'experimental-regex' of https://github.com/dmitri-blinov/commons-jexl.git into experimental-regex
     add b8c4b4e  Reuse parsing method; Nitpick on doc

No new revisions were added by this update.

Summary of changes:
 .../org/apache/commons/jexl3/internal/Debugger.java  |  7 +++++++
 .../apache/commons/jexl3/internal/Interpreter.java   |  7 +++++++
 .../apache/commons/jexl3/internal/ScriptVisitor.java |  6 ++++++
 .../{ASTStringLiteral.java => ASTRegexLiteral.java}  | 20 ++++++++++++--------
 .../java/org/apache/commons/jexl3/parser/Parser.jjt  | 19 +++++++++++++++++++
 .../apache/commons/jexl3/parser/ParserVisitor.java   |  2 ++
 .../apache/commons/jexl3/parser/StringParser.java    | 10 ++++++++++
 src/site/xdoc/reference/syntax.xml                   |  8 ++++++++
 .../apache/commons/jexl3/ArithmeticOperatorTest.java | 10 ++++++++++
 9 files changed, 81 insertions(+), 8 deletions(-)
 copy src/main/java/org/apache/commons/jexl3/parser/{ASTStringLiteral.java => ASTRegexLiteral.java} (77%)