You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2022/05/03 17:04:56 UTC

[commons-jexl] branch master updated (d5621f77 -> bb04b40c)

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 d5621f77 JEXL-360: missing controlling side-effect feature
     add 0a5417c6 JEXL-368: refactored namespace resolution and cache functor properly
     new bb04b40c Merge pull request #94 from apache/JEXL-368

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:
 .../commons/jexl3/internal/InterpreterBase.java    | 126 ++++++++++++---------
 .../internal/introspection/ConstructorMethod.java  |  37 +++---
 .../java/org/apache/commons/jexl3/AssignTest.java  |  72 ++++++++++--
 .../apache/commons/jexl3/ContextNamespaceTest.java |  74 ++++++++++++
 4 files changed, 227 insertions(+), 82 deletions(-)


[commons-jexl] 01/01: Merge pull request #94 from apache/JEXL-368

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bb04b40c71f381e8fe1e3b012c91db58010157d0
Merge: d5621f77 0a5417c6
Author: Henrib <12...@users.noreply.github.com>
AuthorDate: Tue May 3 19:04:51 2022 +0200

    Merge pull request #94 from apache/JEXL-368
    
    JEXL-368: refactored namespace resolution and cache functor properly

 .../commons/jexl3/internal/InterpreterBase.java    | 126 ++++++++++++---------
 .../internal/introspection/ConstructorMethod.java  |  37 +++---
 .../java/org/apache/commons/jexl3/AssignTest.java  |  72 ++++++++++--
 .../apache/commons/jexl3/ContextNamespaceTest.java |  74 ++++++++++++
 4 files changed, 227 insertions(+), 82 deletions(-)