This is an automated email from the ASF dual-hosted git repository.

henrib pushed a change to branch JEXL-418
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


    from d0454344 JEXL-418: fix try-catch-finally debugger handling; more tests;
     add aba0a754 Bump github/codeql-action from 3.24.3 to 3.24.5
     add e4351cb2 Merge pull request #230 from 
apache/dependabot/github_actions/github/codeql-action-3.24.5
     add 1ac09a99 Bump actions/setup-java from 4.0.0 to 4.1.0
     add 6014969e Merge pull request #231 from 
apache/dependabot/github_actions/actions/setup-java-4.1.0
     add 342ecf13 Bump github/codeql-action from 3.24.5 to 3.24.6
     add aea96109 Merge pull request #233 from 
apache/dependabot/github_actions/github/codeql-action-3.24.6
     add a60dea97 Bump actions/cache from 4.0.0 to 4.0.1
     add 28ab2bcf Merge pull request #232 from 
apache/dependabot/github_actions/actions/cache-4.0.1
     add 9bd08b81 Bump org.apache.commons:commons-parent from 66 to 67
     add 0ac3a2ca Merge pull request #234 from 
apache/dependabot/maven/org.apache.commons-commons-parent-67
     add ca8dd7bf JEXL-418: initial drop;
     add 51ad527d JEXL-418: fixing reserved names, preparing for feature flag;
     add 45a71f4f JEXL-418: improve try-with-resources handling; add throw 
handling; more tests;
     add fe3aa70c JEXL-418: fix try-with-resources grammar; more tests;
     add 958b168f JEXL-418: fix try-catch-finally debugger handling; more tests;
     add b255c771 Merge remote-tracking branch 'origin/JEXL-418' into JEXL-418
     add 5ea88854 JEXL-418: cleaning debug output; - tidy code;

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml              |   8 +-
 .github/workflows/maven.yml                        |   4 +-
 .github/workflows/scorecards-analysis.yml          |   2 +-
 pom.xml                                            |   2 +-
 .../org/apache/commons/jexl3/JexlArithmetic.java   |   8 +-
 .../apache/commons/jexl3/internal/Debugger.java    |  17 +---
 .../apache/commons/jexl3/internal/Interpreter.java | 103 ++++++++++-----------
 .../commons/jexl3/parser/ASTTryStatement.java      |  19 ++--
 .../org/apache/commons/jexl3/parser/Parser.jjt     |  14 +--
 9 files changed, 81 insertions(+), 96 deletions(-)

Reply via email to