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 44c4345 JEXL-348: added a syntactic kludge to allow user
disambiguation in the x? ns:f() : y case, refined logic of namespace
declaration check, more tests
new 12390b6 Update to ph-javacc-maven-plugin 4.1.4
new 5b84709 Merge pull request #50 from csamak/master
The 1884 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 | 11 +++--------
src/main/config/clirr-ignored.xml | 8 ++++++++
src/main/java/org/apache/commons/jexl3/JexlException.java | 4 ++--
src/main/java/org/apache/commons/jexl3/parser/Parser.jjt | 2 +-
.../apache/commons/jexl3/parser/ParserDefaultVisitor.java} | 9 +++++++--
src/main/java/org/apache/commons/jexl3/parser/SimpleNode.java | 5 +++++
.../parser/{TokenMgrError.java => TokenMgrException.java} | 8 ++++----
7 files changed, 30 insertions(+), 17 deletions(-)
copy src/{test/scripts/testAdd.jexl =>
main/java/org/apache/commons/jexl3/parser/ParserDefaultVisitor.java} (77%)
rename src/main/java/org/apache/commons/jexl3/parser/{TokenMgrError.java =>
TokenMgrException.java} (93%)