This is an automated email from the ASF dual-hosted git repository.
amarkovics pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 107f33955 MINIFICPP-1795 - C2ClearCoreComponentStateTest fails
sometimes on CI
new be1878175 MINIFICPP-1824 Remove custom validator from ListenSyslog
Closes #1327
new 92fb6e9ed MINIFICPP-1818 - Change searcher Closes #1323
new d45587a24 MINIFICPP-1807 improve stat() error logging Closes #1311
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:
extensions/libarchive/UnfocusArchiveEntry.cpp | 3 +-
.../standard-processors/processors/GetFile.cpp | 19 +++---
.../standard-processors/processors/ListFile.h | 2 +-
.../processors/ListenSyslog.cpp | 5 +-
.../standard-processors/processors/RouteText.cpp | 16 +----
libminifi/include/utils/Searcher.h | 73 ++++++++++++++++++++++
libminifi/include/utils/file/FileUtils.h | 9 +--
libminifi/src/utils/file/FileUtils.cpp | 12 ++--
8 files changed, 103 insertions(+), 36 deletions(-)
create mode 100644 libminifi/include/utils/Searcher.h