This is an automated email from the ASF dual-hosted git repository.

aboda pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


    from b00db7438 MINIFICPP-1952 Reset the callback when no longer needed
     new 9cd6d868f MINIFICPP-1963 improve exception logging
     new c5d58e883 MINIFICPP-1967 Add batch processing of lines in TailFile

The 2 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:
 PROCESSORS.md                                      |  1 +
 extensions/libarchive/MergeContent.cpp             |  5 ++-
 .../standard-processors/processors/TailFile.cpp    | 14 ++++++-
 .../standard-processors/processors/TailFile.h      | 23 ++++-------
 .../tests/unit/TailFileTests.cpp                   | 30 ++++++++++++++
 libminifi/include/Exception.h                      | 16 +++-----
 .../{include/SwapManager.h => src/Exception.cpp}   | 38 ++++++++---------
 libminifi/src/FlowController.cpp                   |  5 ++-
 libminifi/src/SchedulingAgent.cpp                  | 11 +++--
 libminifi/src/c2/C2Agent.cpp                       |  4 +-
 libminifi/src/c2/C2Client.cpp                      |  8 +++-
 libminifi/src/core/ProcessGroup.cpp                | 12 +++---
 libminifi/src/core/ProcessSession.cpp              | 48 +++++++++++-----------
 libminifi/src/core/Processor.cpp                   |  7 ++--
 libminifi/src/sitetosite/RawSocketProtocol.cpp     |  4 +-
 libminifi/src/sitetosite/SiteToSiteClient.cpp      |  8 ++--
 .../integration/StateTransactionalityTests.cpp     |  6 +--
 17 files changed, 141 insertions(+), 99 deletions(-)
 copy libminifi/{include/SwapManager.h => src/Exception.cpp} (63%)

Reply via email to