This is an automated email from the ASF dual-hosted git repository.
szaszm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from af585c264 MINIFICPP-2705 - Configurable timeout, download assets
directly to disk
new 94a8480ac MINIFICPP-2703 Update GCP extension to use unified
credentials
new 18380fc7d MINIFICPP-2707 Catch exceptions during C2 Start/Stop commands
new 9187c2efd MINIFICPP-2709 Fix site to site receive using HTTP protocol
The 3 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/GoogleCloudCpp.cmake | 4 +-
core-framework/include/http/HTTPStream.h | 69 +++++++++-------------
core-framework/src/http/HTTPStream.cpp | 34 +++++------
.../Minifi_flow_json_serializer.py | 1 +
.../Minifi_flow_yaml_serializer.py | 1 +
.../GCPCredentialsControllerService.cpp | 37 ++++--------
.../GCPCredentialsControllerService.h | 9 ++-
extensions/gcp/processors/GCSProcessor.cpp | 14 +++--
extensions/gcp/processors/GCSProcessor.h | 6 +-
.../tests/GCPCredentialsControllerServiceTests.cpp | 17 +++---
.../include/sitetosite/HttpSiteToSiteClient.h | 3 +
libminifi/include/sitetosite/SiteToSiteClient.h | 7 ++-
libminifi/src/c2/C2Agent.cpp | 26 ++++----
libminifi/src/sitetosite/HttpSiteToSiteClient.cpp | 40 +++++++++++--
libminifi/src/sitetosite/SiteToSiteClient.cpp | 40 +++++--------
15 files changed, 158 insertions(+), 150 deletions(-)