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

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


    omit 233e9b6ba MINIFICPP-2715 - Use symbols to check api compatibility
    omit becaaa9bb MINIFICPP-2710 Refactor ControllerServiceNodeMap
    omit abea7c3c7 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 961f352f0 MINIFICPP-2713 curl: upgrade to 8.18.0
     add 3b9711e69 MINIFICPP-2720 Overwrite agent_version.cpp instead of 
appending
     add 2ac1f1b86 MINIFICPP-2721 Fix rocky linux docker image name retrieval 
in CI
     new fa362fa87 MINIFICPP-2669 - Reduce controller service api
     new 0e9b52a31 MINIFICPP-2710 Refactor ControllerServiceNodeMap
     new 2c10e0290 MINIFICPP-2715 - Use symbols to check api compatibility

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   (233e9b6ba)
            \
             N -- N -- N   refs/heads/controller_c_api_requirements (2c10e0290)

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.

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:
 .github/workflows/ci.yml                           |  2 +-
 Extensions.md                                      | 43 ++++++++++++--
 cmake/BundledLibcURL.cmake                         |  8 ++-
 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 +
 .../include/utils/ExtensionInitUtils.h             |  4 ++
 extensions/ExtensionInitializer.cpp                |  4 +-
 .../GCPCredentialsControllerService.cpp            | 37 ++++--------
 .../GCPCredentialsControllerService.h              |  9 ++-
 extensions/gcp/processors/GCSProcessor.cpp         | 14 +++--
 extensions/gcp/processors/GCSProcessor.h           |  6 +-
 .../tests/GCPCredentialsControllerServiceTests.cpp | 17 +++---
 .../llamacpp/processors/ExtensionInitializer.cpp   |  4 +-
 extensions/opencv/OpenCVLoader.cpp                 |  4 +-
 .../python/pythonlibloader/PythonLibLoader.cpp     |  4 +-
 extensions/python/pythonloader/PyProcLoader.cpp    |  4 +-
 extensions/sftp/SFTPLoader.cpp                     |  4 +-
 generateVersion.bat                                |  2 +-
 libminifi/include/core/extension/Extension.h       | 14 ++++-
 .../include/core/extension/ExtensionManager.h      |  2 +
 .../include/sitetosite/HttpSiteToSiteClient.h      |  3 +
 libminifi/include/sitetosite/SiteToSiteClient.h    |  7 ++-
 libminifi/src/c2/C2Agent.cpp                       | 26 ++++----
 libminifi/src/core/extension/Extension.cpp         | 64 ++++++++++++++++----
 libminifi/src/core/extension/ExtensionManager.cpp  | 22 +++++--
 libminifi/src/minifi-c.cpp                         | 65 ++++++++++----------
 libminifi/src/sitetosite/HttpSiteToSiteClient.cpp  | 40 +++++++++++--
 libminifi/src/sitetosite/SiteToSiteClient.cpp      | 40 +++++--------
 minifi-api/CMakeLists.txt                          |  2 +-
 minifi-api/include/minifi-c/minifi-c.h             | 19 ++----
 minifi-api/minifi-c-api.def                        |  2 +-
 thirdparty/curl/module-path.patch                  | 17 +++---
 36 files changed, 351 insertions(+), 249 deletions(-)

Reply via email to