This is an automated email from the ASF dual-hosted git repository.
szaszm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from e3fdae692 MINIFICPP-2438 Do not parse json response for acknowledge on
C2
add 8139c9ab0 MINIFICPP-2442 - Fix typo
add f76ea41fe MINIFICPP-2443 Upgrade minifi-c2 server to version 1.27.0
add 64e0134f2 MINIFICPP-2440 Install all Python dependencies at once
add 15e9a96bb MINIFICPP-2435 Add attributes to original flow file on
failed transform in python
add 2d3a41bb6 MINIFICPP-2429 Remove onTriggerSharedPtr/onScheduleSharedPtr
add 0d9d12661 MINIFICPP-2434 - Check type of acquired controller service
No new revisions were added by this update.
Summary of changes:
PROCESSORS.md | 34 --
README.md | 2 +-
docker/test/integration/cluster/ImageStore.py | 4 +-
.../cluster/containers/MinifiC2ServerContainer.py | 2 +-
docker/test/integration/features/python.feature | 18 +
...tatingForwarder.py => FailureWithAttributes.py} | 6 +-
.../python/FailureWithAttributes.py} | 10 +-
extensions/lua/LuaProcessSession.cpp | 56 +-
extensions/lua/LuaProcessSession.h | 14 +-
extensions/lua/LuaScriptEngine.cpp | 3 +-
extensions/lua/LuaScriptEngine.h | 2 +-
extensions/lua/LuaScriptExecutor.cpp | 4 +-
extensions/lua/LuaScriptExecutor.h | 3 +-
extensions/lua/LuaScriptProcessContext.cpp | 11 +-
extensions/lua/LuaScriptProcessContext.h | 5 +-
extensions/python/ExecutePythonProcessor.cpp | 4 +-
extensions/python/ExecutePythonProcessor.h | 4 +-
extensions/python/PYTHON.md | 3 +-
extensions/python/PythonCreator.h | 8 +-
extensions/python/PythonDependencyInstaller.cpp | 35 +-
extensions/python/PythonDependencyInstaller.h | 3 +-
extensions/python/PythonObjectFactory.h | 10 +-
extensions/python/PythonScriptEngine.cpp | 12 +-
extensions/python/PythonScriptEngine.h | 4 +-
extensions/python/PythonScriptExecutor.cpp | 4 +-
extensions/python/PythonScriptExecutor.h | 2 +-
...ndency_installer.py => dependency_installer.py} | 23 +-
.../pythonprocessors/nifiapi/flowfiletransform.py | 9 +-
extensions/python/types/PyProcessContext.cpp | 10 +-
extensions/python/types/PyProcessContext.h | 2 +-
extensions/python/types/PyProcessSession.cpp | 44 +-
extensions/python/types/PyProcessSession.h | 4 +-
extensions/script/ExecuteScript.cpp | 2 +-
extensions/script/ExecuteScript.h | 2 +-
extensions/script/ScriptExecutor.h | 6 +-
.../CollectorInitiatedSubscription.cpp | 572 ---------------------
.../CollectorInitiatedSubscription.h | 183 -------
libminifi/include/core/ObjectFactory.h | 6 +-
libminifi/include/core/Processor.h | 6 -
libminifi/include/core/Resource.h | 2 +-
libminifi/include/core/json/JsonNode.h | 2 +-
libminifi/src/ThreadedSchedulingAgent.cpp | 2 +-
libminifi/src/c2/C2Agent.cpp | 8 +-
libminifi/src/core/Processor.cpp | 2 +-
.../src/core/state/nodes/ResponseNodeLoader.cpp | 16 +-
libminifi/test/libtest/unit/TestBase.cpp | 2 +-
msi/WixWin.wsi.in | 2 +-
47 files changed, 175 insertions(+), 993 deletions(-)
copy docker/test/integration/minifi/processors/{RotatingForwarder.py =>
FailureWithAttributes.py} (88%)
copy docker/test/integration/{minifi/processors/AddPythonAttribute.py =>
resources/python/FailureWithAttributes.py} (71%)
rename
extensions/python/pythonprocessors/nifi_python_processors/utils/{inline_dependency_installer.py
=> dependency_installer.py} (65%)
delete mode 100644
extensions/windows-event-log/CollectorInitiatedSubscription.cpp
delete mode 100644
extensions/windows-event-log/CollectorInitiatedSubscription.h