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 9b4d34ad Prepare for the next release candidate
     add b9797f63 JEXL-448: refined expression cache handling; - added test;
     add 94e80334 JEXL-448: checkstyle;
     add 6f990858 JEXL-448: checkstyle;
     add e250994e JEXL-448: checkstyle;
     add 2e4b3c2b JEXL-448: changes/release-notes;
     add 4a2d4e45 JEXL-448: addressing #pr comments (space 4 indents, purpose 
clarifications);
     add 86b1f1d7 JEXL-448: addressing #pr comments;
     add a3c6c7ef JEXL-448: release notes;
     new 3e78fb4c Merge pull request #390 from apache/JEXL-448

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                                  |  52 +------
 src/changes/changes.xml                            |   3 +
 .../org/apache/commons/jexl3/internal/Engine.java  |  73 ++++------
 .../apache/commons/jexl3/internal/MetaCache.java   | 119 +++++++++++++++
 .../org/apache/commons/jexl3/internal/Scope.java   |  13 ++
 .../org/apache/commons/jexl3/internal/Source.java  |  34 ++++-
 .../commons/jexl3/internal/TemplateEngine.java     |  30 +++-
 .../jexl3/parser/ASTIdentifierAccessJxlt.java      |  10 +-
 .../commons/jexl3/parser/ASTJxltLiteral.java       |  10 +-
 .../apache/commons/jexl3/parser/JexlParser.java    |  24 ++++
 .../org/apache/commons/jexl3/ConcurrentCache.java  |   2 +-
 .../java/org/apache/commons/jexl3/JXLTTest.java    |   5 +-
 .../apache/commons/jexl3/internal/RangeTest.java   |  17 ---
 .../commons/jexl3/internal/SourceCacheTest.java    | 160 +++++++++++++++++++++
 .../org/apache/commons/jexl3/internal/Util.java    |   9 +-
 15 files changed, 416 insertions(+), 145 deletions(-)
 create mode 100644 
src/main/java/org/apache/commons/jexl3/internal/MetaCache.java
 create mode 100644 
src/test/java/org/apache/commons/jexl3/internal/SourceCacheTest.java

Reply via email to