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 09ffe9aa JEXL: checkstyle
add 36dc64df JEXL-455: ignore whitespaces when creating embedded
expressions (interpolations, templates);
add 19633656 JEXL-455: fix #pr comments;
add 5bfc3f33 JEXL-455: fix #pr comments; - fixed lurking bugs involving
resolution of local variables in template expressions; - added tests;
add 22b99fa3 JEXL-455: fixing compatibility issue, new prepare signature
in TemplateScript;
add 7ecfc2fb JEXL-455: fixing #pr comment;
add 76c5debb JEXL-455: fixing #pr comment;
add a95b4bc7 JEXL-455: fixing Jacoco ratio - default method in interface
not meant to be called drops coverage by 1%;
add 84ebc441 JEXL-455: java8 fails seemingly due to a null class loader;
- hardening code again, class loader can never be null
add 39519faa Update
src/main/java/org/apache/commons/jexl3/internal/TemplateEngine.java
add 12297175 Update src/main/java/org/apache/commons/jexl3/JxltEngine.java
new 95fbbd78 Merge pull request #397 from apache/JEXL-455
The 1 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:
pom.xml | 2 +-
.../java/org/apache/commons/jexl3/JxltEngine.java | 18 ++-
.../org/apache/commons/jexl3/internal/Engine.java | 3 +-
.../apache/commons/jexl3/internal/Interpreter.java | 20 +--
.../commons/jexl3/internal/TemplateEngine.java | 156 +++++++++++----------
.../jexl3/internal/TemplateInterpreter.java | 32 +++--
.../commons/jexl3/internal/TemplateScript.java | 13 +-
.../jexl3/internal/introspection/Introspector.java | 7 +-
.../jexl3/internal/introspection/Uberspect.java | 9 +-
.../apache/commons/jexl3/parser/ASTJexlScript.java | 6 +-
.../org/apache/commons/jexl3/Issues400Test.java | 87 ++++++++++++
11 files changed, 241 insertions(+), 112 deletions(-)