This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch gcp_to_c_api
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit 97b90aa9f MinifiProcessContextGetControllerServiceFromProperty
omit d818dfb8b remove MinifiProxyData::version
omit a01f5a35a MINIFI_PROXY_CONFIGURATION_SERVICE_PROPERTY_TYPE description
change
omit 36539495a minimize formatting changes for easier review
omit fe05ba3f9 MINIFICPP-2765 Move GCP Extension to stable C API
omit 0a3ae8b6c rebase fixes
omit 8efbb0ea3 simplify
omit 9b47b8335 Apply suggestions from code review
omit 82d649c06 MINIFICPP-2798 Mock library for C extensions
add 75f3f7edc MINIFICPP-2833 Fix RocksDB link failure in ARM64 rocky build
(#2187)
add ffdcd3e5a MINIFICPP-2832 Fix CMake 3.25 issues and make it the
required version (#2188)
add 8a0d75af6 MINIFICPP-2834 Fixing
AwsProcessor::AWSCredentialsProviderService::withAllowedTypes typo (#2189)
add 5822e38d9 MINIFICPP-2835 Fix skipping Splunk tests on ARM64 (#2190)
add a50d59166 MINIFICPP-2798 Mock library for C extensions (#2170)
add 5dd600ed5 MINIFICPP-2765 Move GCP Extension to stable C API
add af16b11be minimize formatting changes for easier review
add 983202951 MINIFI_PROXY_CONFIGURATION_SERVICE_PROPERTY_TYPE description
change
add dddc1334a remove MinifiProxyData::version
add a73ba3735 MinifiProcessContextGetControllerServiceFromProperty
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (97b90aa9f)
\
N -- N -- N refs/heads/gcp_to_c_api (a73ba3735)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../references/ubuntu_22_04_clang_arm_manifest.json | 20 ++++++++++----------
CMakeLists.txt | 2 +-
README.md | 2 +-
cmake/AzureSdkCpp.cmake | 10 ++++++++++
cmake/ExpressionLanguage.cmake | 10 ++++------
controller/CMakeLists.txt | 2 +-
docker/rockylinux/Dockerfile | 2 +-
.../cpp-extension-lib/include/api/utils/Ssl.h | 5 -----
.../mocklib/include/MockProcessSession.h | 3 ++-
.../mocklib/src/MockProcessSession.cpp | 3 +--
extensions/ExtensionHeader.txt | 2 +-
extensions/aws/processors/AwsProcessor.h | 4 ++--
extensions/splunk/tests/features/environment.py | 1 +
libminifi/CMakeLists.txt | 2 +-
minifi_main/CMakeLists.txt | 2 +-
thirdparty/wil/cmake_version.patch | 10 ++++++++++
16 files changed, 47 insertions(+), 33 deletions(-)
create mode 100644 thirdparty/wil/cmake_version.patch