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 be873d380 MINIFICPP-2631 Fix various Windows build issues
new 59d6705c1 MINIFICPP-2632 Make RPM creation in rockylinux docker build
optional
new d3aa81c97 MINIFICPP-2633 Improve logging for python initialization
when no dependencies are installed
new 9b76620f1 MINIFICPP-2634 Turn on building stable extensions by default
new 6f545de4e MINIFICPP-2636 update ExecutePythonProcessor description
The 4 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:
PROCESSORS.md | 2 +-
bootstrap/minifi_option.py | 2 +-
cmake/DockerConfig.cmake | 1 +
cmake/MiNiFiOptions.cmake | 9 +++++----
docker/DockerBuild.sh | 8 +++++++-
docker/Dockerfile | 16 ++++++++--------
docker/compiler-test/gcc.Dockerfile | 2 +-
docker/installed/installed.Dockerfile | 8 ++++----
docker/installed/rpm.Dockerfile | 2 +-
docker/rockylinux/Dockerfile | 5 ++---
extensions/python/ExecutePythonProcessor.h | 7 +++----
.../nifi_python_processors/utils/dependency_installer.py | 4 +++-
12 files changed, 37 insertions(+), 29 deletions(-)