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 0e54f0b90 MINIFICPP-2669 - Rebase fix
omit 6164bf56a MINIFICPP-2669 - Formatting fix
omit cce560cd8 MINIFICPP-2669 - Remove invalid logger
omit 7b9507fa5 MINIFICPP-2669 - Test fix
omit c68a7329c MINIFICPP-2669 - Clang tidy fix
omit 78bf0ff28 Remove some virtual inhertiance fix linux build
omit 30b248bd6 MINIFICPP-2669 - Reduce controller service api
add 872df6054 MINIFICPP-2669 - Reduce controller service api
add b7afd26f9 Remove some virtual inhertiance fix linux build
add a6ca80d2c MINIFICPP-2669 - Clang tidy fix
add f4c323931 MINIFICPP-2669 - Test fix
add 883ead4e4 MINIFICPP-2669 - Remove invalid logger
add d2b4fd5e6 MINIFICPP-2669 - Formatting fix
add b32ed07c9 MINIFICPP-2669 - Rebase fix
add d6bf0040d MINIFICPP-2669 - Remove ThreadManagementService, 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 (0e54f0b90)
\
N -- N -- N refs/heads/MINIFICPP-2669 (d6bf0040d)
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:
.../core/controller/ControllerServiceBase.h | 9 +--
core-framework/include/utils/ThreadPool.h | 22 +-----
core-framework/src/utils/ThreadPool.cpp | 65 ++---------------
.../include/controllers/ThreadManagementService.h | 84 ----------------------
.../include/core/controller/ControllerService.h | 9 +--
libminifi/src/FlowController.cpp | 8 +--
libminifi/src/c2/C2Agent.cpp | 2 +-
libminifi/test/unit/JsonFlowSerializerTests.cpp | 2 +-
libminifi/test/unit/YamlFlowSerializerTests.cpp | 2 +-
minifi-api/CMakeLists.txt | 1 +
.../minifi-cpp/controllers/RecordSetReader.h | 2 +-
.../minifi-cpp/controllers/RecordSetWriter.h | 2 +-
.../controllers/SSLContextServiceInterface.h | 2 +-
.../controllers/ThreadManagementService.h | 75 -------------------
.../core/controller/ControllerServiceApi.h | 3 +
.../core/controller/ControllerServiceContext.h | 3 +
16 files changed, 24 insertions(+), 267 deletions(-)
delete mode 100644 libminifi/include/controllers/ThreadManagementService.h
delete mode 100644
minifi-api/include/minifi-cpp/controllers/ThreadManagementService.h