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 63e213efe MINIFICPP-2356 Fix Kafka broker connection issue to Zookeeper
new e1250658e MINIFICPP-2295 Add SSLContextService support for NiFi Python
processors
new 435b5e016 MINIFICPP-2336 Python bootstrap part 2
new d3d205f3c MINIFICPP-2360 Fix python venv configuration and
compatibility tests
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:
.github/workflows/verify-python-compatibility.yml | 4 +-
bootstrap/.gitignore | 2 +-
bootstrap/cli.py | 56 ++++++++---
bootstrap/main.py | 1 +
bootstrap/minifi_option.py | 43 ++++++++-
bootstrap/system_dependency.py | 2 +-
docker/test/integration/features/python.feature | 3 +-
.../features/python_with_modules.feature | 3 +-
docker/test/integration/features/steps/steps.py | 1 +
.../resources/python/SpecialPropertyTypeChecker.py | 15 ++-
extensions/python/ExecutePythonProcessor.cpp | 7 +-
extensions/python/ExecutePythonProcessor.h | 2 +-
extensions/python/PYTHON.md | 8 +-
extensions/python/PythonBindings.cpp | 4 +-
extensions/python/PythonDependencyInstaller.cpp | 1 +
extensions/python/PythonProcessor.cpp | 4 +-
extensions/python/PythonProcessor.h | 2 +-
.../pythonprocessors/nifiapi/flowfiletransform.py | 3 +-
.../python/pythonprocessors/nifiapi/properties.py | 14 ++-
extensions/python/types/PyProcessContext.cpp | 29 +++++-
extensions/python/types/PyProcessContext.h | 2 +
extensions/python/types/PyProcessor.cpp | 10 +-
extensions/python/types/PySSLContextService.cpp | 104 +++++++++++++++++++++
.../{PyOutputStream.h => PySSLContextService.h} | 23 ++---
24 files changed, 297 insertions(+), 46 deletions(-)
create mode 100644 extensions/python/types/PySSLContextService.cpp
copy extensions/python/types/{PyOutputStream.h => PySSLContextService.h} (58%)