This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from e796c7f97 MINIFICPP-2451 Upgrade aws-sdk-cpp from 1.11.219 to 1.11.396
new 3e9911409 MINIFICPP-2437 Include allowable_values in the manifest for
python processors
new 10911ecdc MINIFICPP-2452 Modbus, Elasticsearch and OPC docker tests
not running in CI
The 2 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:
.github/workflows/ci.yml | 2 +-
PROCESSORS.md | 2 +-
.../integration/features/fetch_modbus_tcp.feature | 4 +--
docker/test/integration/features/opcua.feature | 2 +-
.../minifi/controllers/JsonRecordSetWriter.py | 2 +-
extensions/python/ExecutePythonProcessor.cpp | 19 ++++++-----
extensions/python/ExecutePythonProcessor.h | 7 ++--
extensions/python/PYTHON.md | 1 -
extensions/python/PythonProcessor.cpp | 9 +++--
extensions/python/PythonProcessor.h | 6 ++--
.../pythonprocessors/nifiapi/processorbase.py | 2 +-
extensions/python/tests/PythonManifestTests.cpp | 13 +++++++-
extensions/python/types/PyProcessor.cpp | 39 ++++++++++++++--------
extensions/python/types/Types.h | 8 ++++-
.../standard-processors/modbus/FetchModbusTcp.h | 4 +--
libminifi/include/core/Property.h | 12 ++-----
libminifi/src/core/Property.cpp | 4 +++
17 files changed, 82 insertions(+), 54 deletions(-)