You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2021/12/13 15:13:32 UTC

[nifi-minifi-cpp] branch main updated (83b16aa -> ca8861e)

This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.


    from 83b16aa  MINIFICPP-1338 Handle processor state persistence through the session
     add ca8861e  MINIFICPP-1695 Fix execution of native python processors

No new revisions were added by this update.

Summary of changes:
 docker/test/integration/features/python.feature    | 10 +++
 docker/test/integration/minifi/core/Processor.py   |  4 +-
 .../Minifi_flow_yaml_serializer.py                 |  2 +-
 .../minifi/processors/AddPythonAttribute.py        |  6 ++
 .../examples/AddPythonAttribute.py}                |  0
 .../script/python/ExecutePythonProcessor.cpp       | 79 ++++++++++++++++------
 extensions/script/python/ExecutePythonProcessor.h  |  3 +
 7 files changed, 80 insertions(+), 24 deletions(-)
 create mode 100644 docker/test/integration/minifi/processors/AddPythonAttribute.py
 rename extensions/{script/ExampleProcessor.py => pythonprocessors/examples/AddPythonAttribute.py} (100%)