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 e292688f Bump actions/cache from 5.0.1 to 5.0.3
add 622c955a JEXL-456: perform cleanup in parent parser if child parser
emits a parsing exception;
add 0d419e5e Clarify JEXL-456 comment in Issues400Test
add ecd892ca JEXL-456: perform cleanup in parent parser if child parser
emits a parsing exception;
add 64057263 JEXL-456: introducing feature flag ignoreTemplatePrefix; -
modify grammar to allow ignoring identifier tokens; - add JexlInfo derived
TemplateInfo to carry tokens to be ignored by token manager; - updated tests;
add 8d2e20de JEXL-456: checkstyle;
add 42888792 JEXL-456: checkstyle;
add f37a2335 JEXL-456: addressing review comment;
add 1f835e85 Update
src/main/java/org/apache/commons/jexl3/JexlFeatures.java
add 34ed4173 JEXL-456: addressing review comment;
add aee24dce Update TemplateInfo.java
new 274397f2 Merge pull request #398 from apache/JEXL-456
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:
.../org/apache/commons/jexl3/JexlFeatures.java | 32 +++++++-
.../java/org/apache/commons/jexl3/JexlInfo.java | 4 +-
.../commons/jexl3/internal/TemplateInfo.java} | 30 +++----
.../commons/jexl3/internal/TemplateScript.java | 6 +-
.../apache/commons/jexl3/parser/JexlParser.java | 46 +++++++++--
.../org/apache/commons/jexl3/parser/Parser.jjt | 62 +++++++++------
.../org/apache/commons/jexl3/FeaturesTest.java | 6 +-
.../org/apache/commons/jexl3/Issues400Test.java | 91 ++++++++++++++++++++++
8 files changed, 223 insertions(+), 54 deletions(-)
copy src/{test/java/org/apache/commons/jexl3/internal/OptionsContext.java =>
main/java/org/apache/commons/jexl3/internal/TemplateInfo.java} (61%)