This is an automated email from the ASF dual-hosted git repository.
szaszm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.
from 8531b0f MINIFICPP-1636 - Use std::filesystem instead of boost and
platform specific implementations
new 0bcfc18 MINIFICPP-1702 DefragmentText multiinput improvement
new 9bccb8a MINIFICPP-1737 Fix ConsumeKafka test transient failures
new c8f5bf5 MINIFICPP-1729 Fix typo of "language"
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:
PROCESSORS.md | 2 +-
bootstrap.sh | 6 +-
bstrp_functions.sh | 4 +-
.../features/defragtextflowfiles.feature | 52 ++++-
.../minifi/validators/MultiFileOutputValidator.py | 9 +-
docker/test/integration/steps/steps.py | 2 +-
.../expression-language/ProcessContextExpr.cpp | 4 +-
.../processors/DefragmentText.cpp | 99 +++++----
.../processors/DefragmentText.h | 31 ++-
.../tests/unit/DefragmentTextTests.cpp | 222 +++++++++++++++++++--
libminifi/include/core/Property.h | 2 +-
.../include/core/state/nodes/AgentInformation.h | 2 +-
libminifi/src/core/Property.cpp | 2 +-
libminifi/test/ReadFromFlowFileTestProcessor.cpp | 3 +-
libminifi/test/ReadFromFlowFileTestProcessor.h | 13 ++
libminifi/test/WriteToFlowFileTestProcessor.h | 4 +
main/AgentDocs.cpp | 2 +-
17 files changed, 358 insertions(+), 101 deletions(-)