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 5ba02ff Name "Apache Commons" in page title. new 041fcaf JEXL-306: ensure ternary expressions only protect the condition part against variable resolution failure Task #JEXL-306 - Ternary operator ? protects also its branches from resolvance errors new a3c210c JEXL-302: added jexl builder flag to control variable collecting behavior (collectAll); fixed wrong collecting behavior on array references Task #JEXL-302 - JexlScript.getVariables returns strange values for array access 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: .../java/org/apache/commons/jexl3/JexlBuilder.java | 27 ++++++++++-- .../org/apache/commons/jexl3/internal/Engine.java | 50 +++++++++++++++++++--- .../commons/jexl3/internal/TemplateEngine.java | 4 +- .../commons/jexl3/internal/TemplateScript.java | 2 +- .../org/apache/commons/jexl3/parser/JexlNode.java | 14 +++--- src/test/java/org/apache/commons/jexl3/IfTest.java | 18 ++++++++ .../org/apache/commons/jexl3/JexlTestCase.java | 8 ++-- .../java/org/apache/commons/jexl3/VarTest.java | 48 +++++++++++++++++++++ 8 files changed, 147 insertions(+), 24 deletions(-)