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 fb54a8dc8 MINIFICPP-2084 Fix flaky Reverse DNS timeout test
new 55dda00ff MINIFICPP-2074 Map properties to match validators
new a18c3b248 MINIFICPP-2092 Fix link issue of OpenCV on ARM64
new f223ba5aa MINIFICPP-2083 case-insensitive workaround is needed for <=
GCC 12.1 (not simply <= GCC 12)
new e54e958b6 MINIFICPP-2058 Fix AWS extension link error on ARM64
new d10bb3804 MINIFICPP-2097 Fix build failure when ENABLE_ALL=ON
The 5 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:
cmake/BundledOpenCV.cmake | 2 +-
conf/minifi-log.properties | 2 +-
extensions/aws/CMakeLists.txt | 3 +
extensions/aws/tests/CMakeLists.txt | 2 -
extensions/coap/tests/CoapIntegrationBase.h | 2 +-
.../tests/ControllerServiceIntegrationTests.cpp | 2 +-
extensions/http-curl/tests/HTTPHandlers.h | 25 +-
extensions/script/CMakeLists.txt | 2 +-
extensions/sftp/processors/SFTPProcessorBase.cpp | 4 +-
.../tests/unit/ConfigurationTests.cpp | 123 +++++++++-
libminifi/include/EventDrivenSchedulingAgent.h | 13 +-
libminifi/include/FlowController.h | 2 +-
libminifi/include/SchedulingAgent.h | 17 +-
libminifi/include/core/PropertyBuilder.h | 11 -
libminifi/include/core/TypedValues.h | 28 +--
libminifi/include/properties/Configuration.h | 5 +-
libminifi/include/properties/Properties.h | 2 +-
libminifi/include/utils/StringUtils.h | 21 +-
libminifi/include/utils/TimeUtil.h | 30 +--
libminifi/src/Configuration.cpp | 273 ++++++++++-----------
libminifi/src/FlowController.cpp | 4 +-
libminifi/src/c2/C2Agent.cpp | 3 +-
libminifi/src/c2/C2MetricsPublisher.cpp | 8 +-
libminifi/src/core/logging/LoggerConfiguration.cpp | 6 +-
.../src/core/state/nodes/SupportedOperations.cpp | 33 +--
libminifi/src/properties/Properties.cpp | 106 +++++++-
libminifi/src/utils/Cron.cpp | 43 ++--
libminifi/src/utils/StringUtils.cpp | 27 +-
.../test/integration/ProvenanceReportingTest.cpp | 2 +-
libminifi/test/unit/ProvenanceTestHelper.h | 2 +-
libminifi/test/unit/StringUtilsTests.cpp | 38 +++
libminifi/test/unit/TimeUtilTests.cpp | 62 ++---
minifi_main/MiNiFiMain.cpp | 28 +--
33 files changed, 585 insertions(+), 346 deletions(-)