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 99426ef3cfe87f77bdd762d130e442bdef66fa62
Merge: 8df14514 65a036f7
Author: Henrib <[email protected]>
AuthorDate: Tue Aug 25 15:26:22 2026 +0200

    Merge pull request #411 from apache/JEXL-469
    
    [JEXL-469] Add namespaceInstantiation feature

 .../org/apache/commons/jexl3/JexlFeatures.java     |  41 +++++-
 .../java/org/apache/commons/jexl3/JexlOptions.java |  30 ++++-
 .../org/apache/commons/jexl3/internal/Engine.java  |   8 ++
 .../commons/jexl3/internal/InterpreterBase.java    |  31 +++--
 .../org/apache/commons/jexl3/FeaturesTest.java     |   6 +-
 .../commons/jexl3/NamespaceInstantiationTest.java  | 138 +++++++++++++++++++++
 6 files changed, 233 insertions(+), 21 deletions(-)

Reply via email to