You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ab...@apache.org on 2020/08/25 13:11:36 UTC

[nifi-minifi-cpp] branch main updated (486cf93 -> 899d000)

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 486cf93  MINIFICPP-1288 - Extract FlowController::loadShutdownTimeoutFromConfiguration() Simplify timeout logic in FlowController::stop() Remove unused arguments from stop methods and set default waiting time for FlowController::stop to zero Clean FlowController from redundant whitespaces, comments and unused member fields
     add 899d000  MINIFICPP-1321 Support attribute strategies in MergeContent processor

No new revisions were added by this update.

Summary of changes:
 extensions/libarchive/MergeContent.cpp             | 181 +++++++++++------
 extensions/libarchive/MergeContent.h               |  83 ++++++--
 libminifi/test/archive-tests/MergeFileTests.cpp    | 221 +++++++++++++++++----
 .../test/persistence-tests/PersistenceTests.cpp    |   6 +-
 4 files changed, 362 insertions(+), 129 deletions(-)