This is an automated email from the ASF dual-hosted git repository.

adebreceni pushed a change to branch MINIFICPP-2669
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


    omit 4b247a17e MINIFICPP-2669 - Fix build
    omit 6eda0e975 MINIFICPP-2669 - Fix build
    omit d6bf0040d MINIFICPP-2669 - Remove ThreadManagementService, review 
changes
    omit b32ed07c9 MINIFICPP-2669 - Rebase fix
    omit d2b4fd5e6 MINIFICPP-2669 - Formatting fix
    omit 883ead4e4 MINIFICPP-2669 - Remove invalid logger
    omit f4c323931 MINIFICPP-2669 - Test fix
    omit a6ca80d2c MINIFICPP-2669 - Clang tidy fix
    omit b7afd26f9 Remove some virtual inhertiance fix linux build
    omit 872df6054 MINIFICPP-2669 - Reduce controller service api
     add 94a8480ac MINIFICPP-2703 Update GCP extension to use unified 
credentials
     add 18380fc7d MINIFICPP-2707 Catch exceptions during C2 Start/Stop commands
     add 9187c2efd MINIFICPP-2709 Fix site to site receive using HTTP protocol
     add accbc8581 MINIFICPP-2669 - Reduce controller service api
     add 9603f1fd8 Remove some virtual inhertiance fix linux build
     add dfba7f83d MINIFICPP-2669 - Clang tidy fix
     add 3eb2b2924 MINIFICPP-2669 - Test fix
     add bc52d2d74 MINIFICPP-2669 - Remove invalid logger
     add 4a5f3387c MINIFICPP-2669 - Formatting fix
     add 068b30c7d MINIFICPP-2669 - Rebase fix
     add d7ce5f00b MINIFICPP-2669 - Remove ThreadManagementService, review 
changes
     add 4b6993124 MINIFICPP-2669 - Fix build
     add ce655d7d7 MINIFICPP-2669 - Fix build
     add 09723025a Update core-framework/include/utils/ThreadPool.h

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   (4b247a17e)
            \
             N -- N -- N   refs/heads/MINIFICPP-2669 (09723025a)

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/GoogleCloudCpp.cmake                         |  4 +-
 core-framework/include/http/HTTPStream.h           | 69 +++++++++-------------
 core-framework/include/utils/ThreadPool.h          |  2 +-
 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 +++++--------
 16 files changed, 159 insertions(+), 151 deletions(-)

Reply via email to