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

[nifi-minifi-cpp] branch main updated (ca8861e -> 10e05df)

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

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


    from ca8861e  MINIFICPP-1695 Fix execution of native python processors
     add 10e05df  MINIFICPP-1223 Only reload python script files when requested in property

No new revisions were added by this update.

Summary of changes:
 PROCESSORS.md                                      |  3 +-
 .../script/python/ExecutePythonProcessor.cpp       | 61 ++++++++-------
 extensions/script/python/ExecutePythonProcessor.h  | 29 +++----
 .../script-tests/ExecutePythonProcessorTests.cpp   | 89 ++++++++++++++++++++--
 4 files changed, 134 insertions(+), 48 deletions(-)