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 bbfa1e01b MINIFICPP-2132 improve error messages, refactor EL Value
new dcbabbad0 MINIFICPP-2125 fix for waking up prematurely after processor
yields
new 54a057636 MINIFICPP-2136 Make base image an argument for all Docker
images
new 9d1ebf914 MINIFICPP-2121 Use std::atomic_flag instead of semaphore
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/DockerConfig.cmake | 6 ++
docker/DockerBuild.sh | 2 +-
docker/Dockerfile | 6 +-
docker/bionic/Dockerfile | 4 +-
docker/centos/Dockerfile | 4 +-
docker/fedora/Dockerfile | 4 +-
docker/focal/Dockerfile | 4 +-
docker/rockylinux/Dockerfile | 4 +-
extensions/standard-processors/processors/GetTCP.h | 2 +-
.../tests/unit/FlowJsonTests.cpp | 7 +-
.../tests/unit/ProcessorTests.cpp | 6 ++
.../tests/unit/YamlConfigurationTests.cpp | 10 +-
libminifi/include/core/Processor.h | 37 ++++---
libminifi/include/utils/Monitors.h | 108 +++++----------------
libminifi/include/utils/ThreadPool.h | 7 +-
libminifi/src/CronDrivenSchedulingAgent.cpp | 4 +-
libminifi/src/EventDrivenSchedulingAgent.cpp | 4 +-
libminifi/src/TimerDrivenSchedulingAgent.cpp | 3 +-
libminifi/src/core/Processor.cpp | 31 +++---
.../src/core/flow/StructuredConfiguration.cpp | 4 +-
libminifi/src/utils/ThreadPool.cpp | 27 +++---
libminifi/test/unit/BackTraceTests.cpp | 32 ++----
libminifi/test/unit/SchedulingAgentTests.cpp | 19 +++-
libminifi/test/unit/ThreadPoolTests.cpp | 54 ++++++-----
minifi_main/MiNiFiMain.cpp | 62 ++++--------
25 files changed, 192 insertions(+), 259 deletions(-)