This is an automated email from the ASF dual-hosted git repository.
fgerlits pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 210a91e56 Working on api reduction
new 29d78d342 MINIFICPP-2604 Upgrade Azure SDK to the latest release
new 8bb8cc7e2 MINIFICPP-2607 ProcessContextExpr thread safety fix
The 2 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:
cmake/AzureSdkCpp.cmake | 55 +++++++++
cmake/BundledAzureSdkCpp.cmake | 125 ---------------------
cmake/BundledLibcURL.cmake | 1 +
.../containers/AzureStorageServerContainer.py | 2 +-
extensions/azure/CMakeLists.txt | 5 +-
.../azure/storage/AzureBlobStorageClient.cpp | 20 ++--
extensions/azure/storage/AzureBlobStorageClient.h | 2 +-
.../expression-language/ProcessContextExpr.cpp | 5 +
.../expression-language/ProcessContextExpr.h | 1 +
.../tests/ProcessContextExprTests.cpp | 25 +++++
.../azure-sdk-cpp/fix-managed-identity.patch | 15 +++
thirdparty/azure-sdk-cpp/fix-openssl-helper.patch | 34 ++++++
thirdparty/azure-sdk-cpp/gcc13.patch | 44 --------
thirdparty/azure-sdk-cpp/remove-amqp.patch | 15 ---
thirdparty/azure-sdk-cpp/wil.patch | 12 ++
15 files changed, 161 insertions(+), 200 deletions(-)
create mode 100644 cmake/AzureSdkCpp.cmake
delete mode 100644 cmake/BundledAzureSdkCpp.cmake
create mode 100644 thirdparty/azure-sdk-cpp/fix-managed-identity.patch
create mode 100644 thirdparty/azure-sdk-cpp/fix-openssl-helper.patch
delete mode 100644 thirdparty/azure-sdk-cpp/gcc13.patch
delete mode 100644 thirdparty/azure-sdk-cpp/remove-amqp.patch
create mode 100644 thirdparty/azure-sdk-cpp/wil.patch