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 5eabff4f Merge pull request #339 from apache/dependabot/github_actions/github/codeql-action-3.28.15 add 2af3d8bc JEXL-438: allows declaration of a JEXL script parser factory so that new syntaxes can be supported more easily; add 4a885e84 JEXL-438: updating jacoco; add 10116402 JEXL-438: checkstyle; add b27127ab JEXL-438: adding @since; - updating spotbugs (java 25?); add c0da27d3 JEXL-438: reverting change wrt spotbugs version; add 7c988b5d JEXL-438: update asm to 9.8 (findbugs is dependent), support for Java 25; add 41470d2d JEXL-438: changes & release notes; new 8c921349 Merge pull request #337 from apache/JEXL-438 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 | 5 + src/changes/changes.xml | 5 +- .../java/org/apache/commons/jexl3/JexlBuilder.java | 32 +++++- .../org/apache/commons/jexl3/JexlFeatures.java | 2 + .../java/org/apache/commons/jexl3/JexlOptions.java | 4 +- .../org/apache/commons/jexl3/internal/Engine.java | 17 ++- .../org/apache/commons/jexl3/internal/Scope.java | 30 +++--- .../apache/commons/jexl3/parser/JexlParser.java | 8 +- ...ForeachStatement.java => JexlScriptParser.java} | 46 ++++---- src/site/xdoc/relnotes34.xml | 73 ++++++++++++- .../org/apache/commons/jexl3/Issues400Test.java | 119 +++++++++++++++++++++ .../org/apache/commons/jexl3/internal/Util.java | 10 +- 12 files changed, 289 insertions(+), 62 deletions(-) copy src/main/java/org/apache/commons/jexl3/parser/{ASTForeachStatement.java => JexlScriptParser.java} (53%)