This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch MINIFICPP-1719
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
discard 1a573202f Review update
discard 7dc6bfde9 Add backwards compatibility support for older TLS versions
discard f8d29adb0 Review update
discard c576c6319 MINIFICPP-1719 Replace LibreSSL with OpenSSL 3.1
add dcbabbad0 MINIFICPP-2125 fix for waking up prematurely after processor
yields
add 54a057636 MINIFICPP-2136 Make base image an argument for all Docker
images
add 9d1ebf914 MINIFICPP-2121 Use std::atomic_flag instead of semaphore
add c3c49aefe MINIFICPP-1719 Replace LibreSSL with OpenSSL 3.1
add 3849935f7 Review update
add 5dab7e317 Add backwards compatibility support for older TLS versions
add c7752864b Review update
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 (1a573202f)
\
N -- N -- N refs/heads/MINIFICPP-1719 (c7752864b)
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/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(-)