This is an automated email from the ASF dual-hosted git repository.
adebreceni pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 2dc589158 MINIFICPP-1983 Mount files in minifi test containers
new 417756064 MINIFICPP-1983 Modify correct minifi.properties file for
test containers
new 9f2040abc MINIFICPP-2008 Differentiate successful onTriggers from
throwing onTriggers in ScheduleAgents
new 169cd6822 MINIFICPP-2036 Upgrade gcc to version 11
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:
README.md | 2 +-
centos.sh | 4 ++--
docker/Dockerfile | 3 ++-
docker/centos/Dockerfile | 2 +-
.../cluster/containers/MinifiContainer.py | 7 +++---
.../resources/minifi-c2-server-ssl/config.yml | 8 +++----
libminifi/include/CronDrivenSchedulingAgent.h | 2 --
libminifi/include/EventDrivenSchedulingAgent.h | 25 +++----------------
libminifi/include/SchedulingAgent.h | 18 +++++---------
libminifi/include/ThreadedSchedulingAgent.h | 26 +++-----------------
libminifi/include/TimerDrivenSchedulingAgent.h | 27 +++------------------
libminifi/src/CronDrivenSchedulingAgent.cpp | 17 ++++++-------
libminifi/src/EventDrivenSchedulingAgent.cpp | 16 +++----------
libminifi/src/SchedulingAgent.cpp | 28 +++++++++++++---------
libminifi/src/TimerDrivenSchedulingAgent.cpp | 23 ++++--------------
15 files changed, 61 insertions(+), 147 deletions(-)