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 48c4b4964 MINIFICPP-2023 Fix MacOS and Docker test github environment
issues
new a8821be0d MINIFICPP-1940 Remove unused constructor param from
FlowConfiguration
new 04da95a7f MINIFICPP-1697 Give a better error message on unsupported
algorithms in HashContent
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:
controller/Controller.h | 9 ++---
extensions/coap/tests/CoapC2VerifyHeartbeat.cpp | 1 -
extensions/coap/tests/CoapIntegrationBase.h | 4 +--
extensions/http-curl/tests/C2PauseResumeTest.cpp | 4 +--
.../tests/ControllerServiceIntegrationTests.cpp | 4 +--
extensions/http-curl/tests/VerifyInvokeHTTP.h | 2 +-
extensions/sftp/tests/ListSFTPTests.cpp | 1 -
extensions/sftp/tests/ListThenFetchSFTPTests.cpp | 1 -
extensions/sftp/tests/PutSFTPTests.cpp | 1 -
.../standard-processors/processors/HashContent.cpp | 35 +++++++++---------
.../standard-processors/processors/HashContent.h | 2 +-
.../tests/integration/SecureSocketGetTCPTest.cpp | 1 -
.../tests/unit/ControllerServiceTests.cpp | 5 ++-
.../tests/unit/HashContentTest.cpp | 18 ++++++----
.../tests/unit/ProcessGroupTestUtils.h | 1 -
.../tests/unit/YamlConfigurationTests.cpp | 42 ++++++++--------------
.../tests/unit/YamlProcessGroupParserTests.cpp | 2 +-
libminifi/include/core/ConfigurationFactory.h | 17 ++-------
libminifi/include/core/FlowConfiguration.h | 1 -
libminifi/include/core/yaml/YamlConfiguration.h | 1 -
libminifi/test/TestBase.cpp | 1 -
libminifi/test/flow-tests/CustomProcessors.h | 1 -
libminifi/test/flow-tests/FlowControllerTests.cpp | 1 -
libminifi/test/flow-tests/TestControllerWithFlow.h | 5 +--
libminifi/test/integration/IntegrationBase.h | 2 +-
.../test/integration/ProvenanceReportingTest.cpp | 4 +--
.../PersistableKeyValueStoreServiceTest.cpp | 2 +-
.../UnorderedMapKeyValueStoreServiceTest.cpp | 2 +-
libminifi/test/nodefs/NoRocksDB.cpp | 33 -----------------
libminifi/test/nodefs/NoYamlConfiguration.cpp | 36 -------------------
.../test/persistence-tests/PersistenceTests.cpp | 4 +--
libminifi/test/rocksdb-tests/RepoTests.cpp | 2 +-
libminifi/test/sensors-tests/SensorTests.cpp | 1 -
libminifi/test/unit/FileTriggerTests.cpp | 1 -
minifi_main/MiNiFiMain.cpp | 1 -
minifi_main/MiNiFiWindowsService.cpp | 3 +-
nanofi/include/cxx/Instance.h | 15 ++------
37 files changed, 74 insertions(+), 192 deletions(-)
delete mode 100644 libminifi/test/nodefs/NoRocksDB.cpp
delete mode 100644 libminifi/test/nodefs/NoYamlConfiguration.cpp