This is an automated email from the ASF dual-hosted git repository.
fgerlits pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 198c89078 MINIFICPP-2642 std::invocable should be used with std::invoke
new 4d7c19eaa MINIFICPP-2645 Enable NiFi python processors using both EL
and validators
new f17f36a0d MINIFICPP-2646 Reenable Lua docker tests
new 02873cc04 MINIFICPP-2647 Fix Dependency installer for older pythons
The 3 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:
docker/test/integration/cluster/ImageStore.py | 4 +++-
docker/test/integration/features/lua_script.feature | 2 +-
docker/test/integration/features/python.feature | 20 ++++++++++++++++++++
...py => ExpressionLanguagePropertyWithValidator.py} | 6 +++---
...py => ExpressionLanguagePropertyWithValidator.py} | 18 ++++++++----------
.../utils/dependency_installer.py | 9 ++++++++-
.../python/pythonprocessors/nifiapi/processorbase.py | 9 +++++++--
7 files changed, 50 insertions(+), 18 deletions(-)
copy docker/test/integration/minifi/processors/{FailureWithContent.py =>
ExpressionLanguagePropertyWithValidator.py} (85%)
copy
docker/test/integration/resources/python/{NifiStyleLogDynamicProperties.py =>
ExpressionLanguagePropertyWithValidator.py} (74%)