This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch MINIFICPP-2584-minifi-api
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
discard 017922b75 review changes
discard 7d9534c16 MINIFICPP-2584 Linux Filesystem Hierarchy Standard support
add 29d78d342 MINIFICPP-2604 Upgrade Azure SDK to the latest release
add 8bb8cc7e2 MINIFICPP-2607 ProcessContextExpr thread safety fix
add 2b4306938 MINIFICPP-2584 Linux Filesystem Hierarchy Standard support
add 28936cd55 review changes
add 8f87a46b8 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 (017922b75)
\
N -- N -- N refs/heads/MINIFICPP-2584-minifi-api (8f87a46b8)
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:
cmake/AzureSdkCpp.cmake | 55 +++++++++
cmake/BundledAzureSdkCpp.cmake | 125 ---------------------
cmake/BundledLibcURL.cmake | 1 +
controller/MiNiFiController.cpp | 2 +-
core-framework/include/Defaults.h | 19 ++--
.../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 +++++
.../src/core/repository/FileSystemRepository.cpp | 9 +-
libminifi/src/utils/file/AssetManager.cpp | 2 +
minifi_main/MainHelper.cpp | 32 +++---
minifi_main/MainHelper.h | 53 ++++-----
minifi_main/MiNiFiMain.cpp | 4 +-
packaging/rpm/check_rpm_contents.sh | 2 -
.../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 ++
23 files changed, 221 insertions(+), 263 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