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

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


    from c2efac05 JEXL-445 : clean up parser default state handling;
     new 5f6198b4 JEXL-440: moving tests in dedicated class; - refined parsing 
exception error reporting;
     new 15992cde Fix Checkstyle
     new 21c8ed81 Bump github/codeql-action from 3.29.11 to 3.30.1
     new 547a384b Bump com.google.code.gson:gson from 2.13.1 to 2.13.2
     new 617117a5 Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 #371

The 5 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:
 .github/workflows/codeql-analysis.yml              |   6 +-
 .github/workflows/scorecards-analysis.yml          |   2 +-
 pom.xml                                            |   2 +-
 src/changes/changes.xml                            |   1 +
 .../apache/commons/jexl3/internal/Interpreter.java |  15 +-
 .../org/apache/commons/jexl3/parser/Parser.jjt     |   6 +-
 .../org/apache/commons/jexl3/Issues400Test.java    |  75 +--------
 .../java/org/apache/commons/jexl3/JexlTest.java    |  29 ++--
 .../java/org/apache/commons/jexl3/SwitchTest.java  | 174 +++++++++++++++++++++
 9 files changed, 205 insertions(+), 105 deletions(-)
 create mode 100644 src/test/java/org/apache/commons/jexl3/SwitchTest.java

Reply via email to