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:57 UTC

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

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(-)