This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch MINIFICPP-2798
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit d23b6b8bf review changes
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 dcaba3af7 MINIFICPP-2798 Mock library for C extensions
add 48c3ec54e Apply suggestions from code review
add 506d380a1 simplify
add f662cf54f rebase fixes
add 3a9196265 review changes
add 62fa423ff review changes
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 (d23b6b8bf)
\
N -- N -- N refs/heads/MINIFICPP-2798 (62fa423ff)
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 ++-
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 ++++++++++
15 files changed, 46 insertions(+), 31 deletions(-)
create mode 100644 thirdparty/wil/cmake_version.patch