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 3190ca615 MINIFICPP-2724 Add MinifiStatus return type to C api
function that might fail
new b525cc861 MINIFICPP-2725 python: fix EL with ENVIRONMENT scope
new e58d829b1 MINIFICPP-2728 upgrade openssl to 3.3.6
new 71908d19e MINIFICPP-2727 Stabilize verify package tests
new 7c18354a8 MINIFICPP-2729 Increase timeout for MacOS jobs
new f856bb60f MINIFICPP-2730 Check if config.yml exists when creating the
debug bundle
The 5 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/ci.yml | 2 +-
.../containers/http_proxy_container.py | 1 +
cmake/BundledOpenSSL.cmake | 12 +++----
.../python/pythonprocessors/nifiapi/properties.py | 8 ++---
.../tests/features/environment.py | 21 ++++++++++++
.../tests/features/repository.feature | 1 +
libminifi/src/FlowController.cpp | 5 ++-
libminifi/test/integration/C2DebugBundleTest.cpp | 39 +++++++++++++++++++---
8 files changed, 72 insertions(+), 17 deletions(-)