This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-bsf.git
from 5886fc8 Merge pull request #223 from apache/dependabot/github_actions/actions/setup-java-4.7.1 add 03b69f1 - Updated JEXL dependency to JEXL 3.5.0; - added tests; add eec1467 - Refined tests init; - Adding @Override; new 27e8819 Merge pull request #224 from apache/JEXL-350 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 | 6 +- .../org/apache/bsf/engines/jexl/JEXLEngine.java | 166 +++++++++++++++++---- .../org/apache/bsf/engines/JavascriptTest.java | 67 ++++----- src/test/java/org/apache/bsf/engines/JexlTest.java | 47 ++++++ 4 files changed, 215 insertions(+), 71 deletions(-) create mode 100644 src/test/java/org/apache/bsf/engines/JexlTest.java