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 61268f79 Fix the @return tags in the Javadoc for 
JexlArithmetic.toBigInteger() overloads (#403)
     add d6c1a046 JEXL-459: fix empty/size functions to handle exceptions 
properly;
     add 180434f6 JEXL-459 : checkstyle;
     add eb8e9222 JEXL-459 : improve exception cleansing and logging in 
JexlArithmetic::evaluate;
     add db3a393b JEXL-459 : refactor exception handling and enhance test 
coverage for substring operations;
     add 9601cd1c JEXL-459 : refactor exception handling and enhance test 
coverage for substring operations;
     add 16c2aefe JEXL-459 : refactor evaluation handling to return TRY_FAILED 
on exceptions and improve logging;
     new e73f8f0b Merge pull request #402 from apache/JEXL-459

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:
 RELEASE-NOTES.txt                                  |  1 +
 src/changes/changes.xml                            |  1 +
 .../org/apache/commons/jexl3/JexlArithmetic.java   | 35 +++++++++++
 .../java/org/apache/commons/jexl3/JexlBuilder.java |  4 +-
 .../java/org/apache/commons/jexl3/JexlCache.java   |  6 +-
 .../org/apache/commons/jexl3/JexlException.java    | 70 +++++++++++++++++-----
 .../org/apache/commons/jexl3/JexlOperator.java     |  4 +-
 .../apache/commons/jexl3/internal/Interpreter.java | 21 +++----
 .../org/apache/commons/jexl3/Issues400Test.java    | 26 ++++++++
 9 files changed, 133 insertions(+), 35 deletions(-)

Reply via email to