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

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


    from 2e9e78cd7 MINIFICPP-2347 Add path of the json node to the exception
     new caa32a1e5 MINIFICPP-2381 Update inquirer package for python 3.12 
support
     new 3cf814be2 MINIFICPP-2353 improve some logs, accept the old yaml c2 
mimetype
     new b585cabfb MINIFICPP-2340 - Increment wix version to latest available 
on github runner image
     new 3e7e4fa5c MINIFICPP-2312 Reduce shared_ptr usage for controller 
services
     new b016345a4 MINIFICPP-2383 update phoenix-actions/test-reporting to v15

The 5 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 +-
 .github/workflows/verify-python-compatibility.yml  |   2 +-
 bootstrap/requirements.txt                         |   2 +-
 .../tests/C2ClearCoreComponentStateTest.cpp        |   4 +-
 .../tests/ControllerServiceIntegrationTests.cpp    |  26 +++--
 extensions/libarchive/MergeContent.cpp             |   4 +-
 extensions/libarchive/MergeContent.h               |   2 +-
 .../processors/UpdateAttribute.cpp                 |   2 +-
 .../tests/unit/ControllerServiceTests.cpp          |  10 +-
 libminifi/include/core/FlowConfiguration.h         |   8 +-
 libminifi/include/core/ProcessContext.h            |  12 +--
 libminifi/include/core/ProcessGroup.h              |  11 +-
 .../include/core/controller/ControllerServiceMap.h | 113 ---------------------
 .../core/controller/ControllerServiceNode.h        |   8 +-
 .../core/controller/ControllerServiceNodeMap.h     |  79 ++++++++++++++
 .../core/controller/ControllerServiceProvider.h    |  75 ++++----------
 .../ForwardingControllerServiceProvider.h          |   2 +-
 .../controller/StandardControllerServiceProvider.h |   9 +-
 .../include/core/flow/AdaptiveConfiguration.h      |   2 +-
 libminifi/src/controllers/SSLContextService.cpp    |   4 +-
 libminifi/src/core/FlowConfiguration.cpp           |   8 +-
 libminifi/src/core/ProcessGroup.cpp                |   9 +-
 libminifi/src/core/ProcessSession.cpp              |   6 +-
 .../src/core/controller/ControllerServiceNode.cpp  |   8 +-
 .../core/controller/ControllerServiceProvider.cpp  |  29 ++----
 .../controller/StandardControllerServiceNode.cpp   |   6 +-
 .../src/core/flow/StructuredConfiguration.cpp      |   6 +-
 libminifi/src/core/json/JsonFlowSerializer.cpp     |   2 +-
 libminifi/src/core/yaml/YamlFlowSerializer.cpp     |   2 +-
 libminifi/test/TestBase.cpp                        |   4 +-
 libminifi/test/TestBase.h                          |   3 +-
 .../keyvalue-tests/PersistentStateStorageTest.cpp  |   4 +-
 .../keyvalue-tests/VolatileMapStateStorageTest.cpp |   3 +-
 libminifi/test/unit/JsonFlowSerializerTests.cpp    |   8 +-
 libminifi/test/unit/SchedulingAgentTests.cpp       |   4 +-
 libminifi/test/unit/YamlFlowSerializerTests.cpp    |   8 +-
 msi/WixWin.wsi.in                                  |   2 +-
 37 files changed, 189 insertions(+), 300 deletions(-)
 delete mode 100644 libminifi/include/core/controller/ControllerServiceMap.h
 create mode 100644 libminifi/include/core/controller/ControllerServiceNodeMap.h

Reply via email to