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 3fac4a9a9 MINIFICPP-2766 Preventing C++ exceptions from unwinding the
stack oveā¦
new d44664ee5 MINIFICPP-2754 Update deprecated CI actions
new c92b0b884 MINIFICPP-2770 - Handle exceptions at usage side, add test
new 8e66eb334 MINIFICPP-2772 README.md img source has been moved
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:
.asf.yaml | 9 ++-
.github/workflows/ci.yml | 79 +++++++++++-----------
.github/workflows/clear-actions-cache.yml | 2 +-
.github/workflows/compiler-support.yml | 4 +-
.github/workflows/create-release-artifacts.yml | 6 +-
.github/workflows/memcheck_ci.yml | 6 +-
.github/workflows/verify-package.yml | 11 ++-
README.md | 8 ++-
extensions/python/PythonBindings.cpp | 4 +-
extensions/python/PythonBindings.h | 18 ++---
.../TestExecuteScriptProcessorWithPythonScript.cpp | 30 ++++++++
extensions/python/types/PyDataConverter.cpp | 4 --
extensions/python/types/PyInputStream.cpp | 4 +-
extensions/python/types/PyLogger.cpp | 20 ++----
extensions/python/types/PyOutputStream.cpp | 4 +-
extensions/python/types/PyProcessContext.cpp | 40 +++--------
extensions/python/types/PyProcessSession.cpp | 40 +++--------
extensions/python/types/PyProcessor.cpp | 16 ++---
extensions/python/types/PyRecordSetReader.cpp | 4 +-
extensions/python/types/PyRecordSetWriter.cpp | 4 +-
extensions/python/types/PyRelationship.cpp | 8 +--
extensions/python/types/PySSLContextService.cpp | 16 ++---
extensions/python/types/PyScriptFlowFile.cpp | 28 ++------
extensions/python/types/PyStateManager.cpp | 16 ++---
24 files changed, 154 insertions(+), 227 deletions(-)