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 8df14514 Merge pull request #410 from apache/JEXL-468
add 65a036f7 [JEXL-469] Add namespaceInstantiation feature knob
new 99426ef3 Merge pull request #411 from apache/JEXL-469
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:
.../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(-)
create mode 100644
src/test/java/org/apache/commons/jexl3/NamespaceInstantiationTest.java