This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch gcp_to_c_api
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit 1e0824e13 MinifiProcessContextGetControllerServiceFromProperty
omit 844ef3b38 remove MinifiProxyData::version
omit 2efa0d741 MINIFI_PROXY_CONFIGURATION_SERVICE_PROPERTY_TYPE description
change
omit 7f37ffd24 minimize formatting changes for easier review
omit c0bd5679f MINIFICPP-2765 Move GCP Extension to stable C API
omit 6177d0c66 Apply suggestions from code review
omit 335d6eb28 MINIFICPP-2798 Mock library for C extensions
add 0887534f4 MINIFICPP-2784 Fixing OpenSSL cmake (#2168)
add 1a64ad7ac Set up default protection ruleset for default and release
branches (#2177)
add 39d021e32 MINIFICPP-2817 Remove unmaintained OpenCV extension (#2178)
add 36b4c092b MINIFICPP-2819 Fix LibSSH2 link failure on Windows
add 109c1bf87 MINIFICPP-2775 Allow manifest generation for comparison
between releases
add dfa524dc6 Upgrade github action versions in the Create Release
Artifacts CI job
add 9d26b2a68 MINIFICPP-2813 Upgrade thirdparty libraries part 1
add 970ff9ba7 MINIFICPP-2813 Upgrade thirdparty libraries part 2
add 7e0d31bfd MINIFICPP-2807 Fix Conan build
add 57aeaf363 MINIFICPP-2798 Mock library for C extensions
add ba1719e8c Apply suggestions from code review
add e4f700e6a simplify
add 1b9010b59 MINIFICPP-2765 Move GCP Extension to stable C API
add d5b846295 minimize formatting changes for easier review
add 60233fd20 MINIFI_PROXY_CONFIGURATION_SERVICE_PROPERTY_TYPE description
change
add f60c3fc5e remove MinifiProxyData::version
add a663671b1 MinifiProcessContextGetControllerServiceFromProperty
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1e0824e13)
\
N -- N -- N refs/heads/gcp_to_c_api (a663671b1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 25 +-
.../github_actions_cache_cleanup.py | 0
.../github_actions_cache_cleanup_tests.py | 0
.../github_scripts}/requirements.txt | 0
.../ubuntu_22_04_clang_arm_manifest.json | 11588 +++++++++++++++++++
.github/workflows/ci.yml | 29 +-
.github/workflows/clear-actions-cache.yml | 4 +-
.github/workflows/create-release-artifacts.yml | 10 +-
CMakeLists.txt | 12 +-
CONAN.md | 46 +-
Extensions.md | 19 +-
LICENSE | 328 -
PROCESSORS.md | 75 -
README.md | 1 -
ThirdParties.md | 2 +-
Windows.md | 3 +-
cmake/Abseil.cmake | 4 +-
cmake/ArgParse.cmake | 4 +-
cmake/Asio.cmake | 6 +-
cmake/AzureSdkCpp.cmake | 8 +-
cmake/BundledAwsSdkCpp.cmake | 75 +-
cmake/BundledLibArchive.cmake | 6 +-
cmake/BundledLibSSH2.cmake | 79 -
cmake/BundledLibSodium.cmake | 8 +-
cmake/BundledLibcURL.cmake | 106 -
cmake/BundledMbedTLS.cmake | 106 -
cmake/BundledOpen62541.cmake | 77 -
cmake/BundledOpenCV.cmake | 223 -
cmake/BundledOpenSSL.cmake | 15 +-
cmake/BundledRTIMULib.cmake | 51 -
cmake/BundledRocksDB.cmake | 14 +-
cmake/BundledYamlCpp.cmake | 70 -
cmake/BundledZLIB.cmake | 65 -
cmake/Catch2.cmake | 4 +-
cmake/CivetWeb.cmake | 6 +-
cmake/Couchbase.cmake | 4 +-
cmake/Date.cmake | 8 +-
cmake/DockerConfig.cmake | 1 -
cmake/FetchBenchmark.cmake | 4 +-
cmake/{PahoMqttC.cmake => FetchLibSSH2.cmake} | 42 +-
cmake/FetchLibcURL.cmake | 68 +
cmake/Fetchlibrdkafka.cmake | 15 +-
cmake/Findnlohmann_json.cmake | 4 +-
cmake/{GetSpdlog.cmake => GetLZ4.cmake} | 30 +-
.../FindLibSSH2.cmake => GetLibArchive.cmake} | 11 +-
cmake/GetLibCURL.cmake | 3 +-
cmake/GetZLIB.cmake | 3 +-
cmake/GetZstd.cmake | 18 +-
cmake/GoogleCloudCpp.cmake | 4 +-
cmake/Grpc.cmake | 12 +-
cmake/GslLite.cmake | 4 +-
cmake/JsonSchemaValidator.cmake | 4 +-
cmake/Jsoncons.cmake | 4 +-
cmake/KubernetesClientC.cmake | 12 +-
cmake/LZ4.cmake | 4 +-
cmake/LibLZMA.cmake | 4 +-
cmake/LibXml2.cmake | 4 +-
cmake/Lua.cmake | 4 +-
cmake/MagicEnum.cmake | 4 +-
cmake/MbedTLS.cmake | 61 +
cmake/MiMalloc.cmake | 4 +-
cmake/MiNiFiOptions.cmake | 6 +-
cmake/{PahoMqttC.cmake => Open62541.cmake} | 32 +-
cmake/PahoMqttC.cmake | 7 +-
cmake/RpMalloc.cmake | 4 +-
cmake/Spdlog.cmake | 4 +-
cmake/{ArgParse.cmake => YamlCpp.cmake} | 15 +-
cmake/ZLIB.cmake | 45 +
cmake/Zstd.cmake | 11 +-
cmake/curl/dummy/FindCURL.cmake | 31 -
cmake/liblzma/dummy/FindLibLZMA.cmake | 10 +-
cmake/libssh2/sys/FindLibSSH2.cmake | 35 -
cmake/opencv/FindOpenCV.cmake | 25 -
cmake/ssl/FindCrypto.cmake | 56 +
cmake/ssl/FindOpenSSL.cmake | 77 +-
cmake/zlib/dummy/FindZLIB.cmake | 1 +
conanfile.py | 17 +-
.../include/core/PropertyDefinitionBuilder.h | 8 +
.../common/include/utils/AttributeErrors.h | 2 +-
core-framework/common/include/utils/Enum.h | 2 +-
.../common/include/utils/ParsingErrors.h | 2 +-
.../common/include/utils/PropertyErrors.h | 2 +-
core-framework/common/include/utils/StringUtils.h | 4 +-
core-framework/include/io/StreamPipe.h | 2 +-
core-framework/src/http/HTTPClient.cpp | 2 +-
core-framework/src/io/ZlibStream.cpp | 14 +-
docker/Dockerfile | 2 +-
encrypt-config/tests/ConfigFileTests.cpp | 2 +-
etc/conan/profiles/release-linux | 5 +-
etc/conan/profiles/release-windows | 12 +
.../mocklib/include/MockProcessSession.h | 30 +-
.../cpp-extension-lib/mocklib/include/MockUtils.h | 2 -
.../mocklib/src/MockProcessSession.cpp | 50 +-
extensions/aws/CMakeLists.txt | 6 +-
extensions/aws/tests/CMakeLists.txt | 6 +
extensions/aws/tests/PutKinesisStreamTests.cpp | 11 +
extensions/azure/tests/MockBlobStorage.h | 2 +-
extensions/azure/tests/MockDataLakeStorageClient.h | 2 +-
.../features/containers/azure_server_container.py | 1 +
extensions/azure/utils/AzureEnums.h | 2 +-
extensions/bustache/ApplyTemplate.cpp | 2 +-
extensions/civetweb/CMakeLists.txt | 2 +-
extensions/execute-process/ExecuteProcess.cpp | 4 +-
extensions/gcp/processors/FetchGCSObject.cpp | 2 +-
extensions/grafana-loki/CMakeLists.txt | 6 +-
extensions/grafana-loki/tests/CMakeLists.txt | 3 +
.../KubernetesControllerService.cpp | 9 +-
extensions/libarchive/CMakeLists.txt | 5 +-
extensions/libarchive/CompressContent.h | 2 +-
extensions/libarchive/ReadArchiveStream.h | 2 +-
.../mqtt/processors/AbstractMQTTProcessor.cpp | 2 +
extensions/mqtt/tests/ConsumeMQTTTests.cpp | 35 +-
extensions/opc/CMakeLists.txt | 6 +-
extensions/opencv/CMakeLists.txt | 37 -
extensions/opencv/CaptureRTSPFrame.cpp | 120 -
extensions/opencv/CaptureRTSPFrame.h | 137 -
extensions/opencv/MotionDetector.cpp | 166 -
extensions/opencv/MotionDetector.h | 112 -
extensions/opencv/OpenCVLoader.cpp | 44 -
extensions/opencv/tests/CMakeLists.txt | 37 -
extensions/opencv/tests/CaptureRTSPFrameTest.cpp | 84 -
extensions/python/ExecutePythonProcessor.cpp | 4 +-
extensions/python/ExecutePythonProcessor.h | 2 +-
extensions/python/PythonProcessor.cpp | 2 +-
extensions/python/PythonProcessor.h | 2 +-
extensions/python/types/PyOutputStream.cpp | 2 +-
extensions/rocksdb-repos/FlowFileLoader.cpp | 4 +-
extensions/rocksdb-repos/FlowFileRepository.cpp | 5 +-
extensions/rocksdb-repos/ProvenanceRepository.cpp | 3 +-
.../rocksdb-repos/database/RocksDbInstance.cpp | 4 +-
extensions/rocksdb-repos/tests/RepoTests.cpp | 2 +-
extensions/rocksdb-repos/tests/RocksDBTests.cpp | 4 +-
extensions/sftp/CMakeLists.txt | 4 +-
extensions/sftp/client/SFTPClient.cpp | 4 +-
extensions/sftp/tests/CMakeLists.txt | 5 +
extensions/sftp/tests/ListSFTPTests.cpp | 2 +-
extensions/sftp/tests/PutSFTPTests.cpp | 112 +-
.../controllers/JsonRecordSetWriter.cpp | 6 +-
extensions/standard-processors/modbus/Error.h | 2 +-
.../standard-processors/processors/InvokeHTTP.cpp | 2 +-
.../tests/unit/ProcessorTests.cpp | 2 +-
extensions/systemd/ConsumeJournald.cpp | 7 +-
extensions/systemd/tests/ConsumeJournaldTest.cpp | 1 -
extensions/windows-event-log/TailEventLog.cpp | 2 +-
libminifi/include/io/AtomicEntryStream.h | 2 +-
libminifi/src/c2/C2Payload.cpp | 4 +-
libminifi/src/c2/protocols/RESTSender.cpp | 2 +-
libminifi/src/core/ProcessSession.cpp | 2 +-
.../src/core/state/nodes/AgentInformation.cpp | 5 +-
.../src/sitetosite/CompressionOutputStream.cpp | 2 +-
libminifi/src/utils/ChecksumCalculator.cpp | 2 +-
libminifi/test/integration/HTTPClientTests.cpp | 2 +-
.../libtest/unit/ContentRepositoryDependentTests.h | 3 +-
libminifi/test/libtest/unit/ProvenanceTestHelper.h | 2 +-
libminifi/test/schema-tests/SchemaTests.cpp | 4 +
libminifi/test/unit/FlowFileQueueSwapTests.cpp | 2 +-
libminifi/test/unit/SiteToSiteTests.cpp | 2 +-
libminifi/test/unit/StringUtilsTests.cpp | 11 +-
.../include/minifi-cpp/core/PropertyDefinition.h | 8 +
minifi-api/common/include/minifi-cpp/utils/gsl.h | 4 +-
minifi_main/AgentDocs.cpp | 54 +-
minifi_main/AgentDocs.h | 1 +
minifi_main/MiNiFiMain.cpp | 23 +-
thirdparty/aws-sdk-cpp/aws-c-cal.patch | 42 +
.../{bundle-openssl.patch => s2n.patch} | 20 +-
.../include-cinttypes-for-uint8_t-gcc15-fix.patch | 10 +
thirdparty/curl/module-path.patch | 13 +-
.../grpc/fix-glob-missing-algorithm-include.patch | 12 +
...fix-memory-request-missing-string-include.patch | 12 +
.../fix-msvc-auto-return-type-template-arg.patch | 110 +
.../kubernetes-client-c/remove-findpackage.patch | 9 +-
thirdparty/liblzma/liblzma.patch | 459 +-
thirdparty/libsodium/libsodium.patch | 213 +-
thirdparty/libssh2/fix-windows-ioctl.patch | 21 +
thirdparty/libssh2/libssh2-CMAKE_MODULE_PATH.patch | 14 +-
thirdparty/libwebsockets/fix-include-dirs.patch | 10 +-
thirdparty/libwebsockets/openssl3.patch | 54 +-
thirdparty/open62541/cflag_fix.patch | 49 +
thirdparty/open62541/open62541.patch | 14 +-
thirdparty/opencv/c++23_fixes.patch | 23 -
thirdparty/opencv/windows-install-path.patch | 34 -
thirdparty/rocksdb/all/conandata.yml | 19 +-
thirdparty/rocksdb/all/conanfile.py | 16 +-
thirdparty/rocksdb/all/patches/c++23_fixes.patch | 641 -
.../all/patches/dboptions_equality_operator.patch | 6 +-
...e_gcc_clang_compiler_options_from_windows.patch | 37 -
win_build_vs.bat | 4 +-
187 files changed, 13334 insertions(+), 3595 deletions(-)
rename {github_scripts =>
.github/github_scripts}/github_actions_cache_cleanup.py (100%)
rename {github_scripts =>
.github/github_scripts}/github_actions_cache_cleanup_tests.py (100%)
rename {github_scripts => .github/github_scripts}/requirements.txt (100%)
create mode 100644 .github/references/ubuntu_22_04_clang_arm_manifest.json
delete mode 100644 cmake/BundledLibSSH2.cmake
delete mode 100644 cmake/BundledLibcURL.cmake
delete mode 100644 cmake/BundledMbedTLS.cmake
delete mode 100644 cmake/BundledOpen62541.cmake
delete mode 100644 cmake/BundledOpenCV.cmake
delete mode 100644 cmake/BundledRTIMULib.cmake
delete mode 100644 cmake/BundledYamlCpp.cmake
delete mode 100644 cmake/BundledZLIB.cmake
copy cmake/{PahoMqttC.cmake => FetchLibSSH2.cmake} (51%)
create mode 100644 cmake/FetchLibcURL.cmake
copy cmake/{GetSpdlog.cmake => GetLZ4.cmake} (60%)
rename cmake/{libssh2/dummy/FindLibSSH2.cmake => GetLibArchive.cmake} (69%)
create mode 100644 cmake/MbedTLS.cmake
copy cmake/{PahoMqttC.cmake => Open62541.cmake} (58%)
copy cmake/{ArgParse.cmake => YamlCpp.cmake} (66%)
create mode 100644 cmake/ZLIB.cmake
delete mode 100644 cmake/curl/dummy/FindCURL.cmake
delete mode 100644 cmake/libssh2/sys/FindLibSSH2.cmake
delete mode 100644 cmake/opencv/FindOpenCV.cmake
create mode 100644 cmake/ssl/FindCrypto.cmake
create mode 100644 etc/conan/profiles/release-windows
delete mode 100644 extensions/opencv/CMakeLists.txt
delete mode 100644 extensions/opencv/CaptureRTSPFrame.cpp
delete mode 100644 extensions/opencv/CaptureRTSPFrame.h
delete mode 100644 extensions/opencv/MotionDetector.cpp
delete mode 100644 extensions/opencv/MotionDetector.h
delete mode 100644 extensions/opencv/OpenCVLoader.cpp
delete mode 100644 extensions/opencv/tests/CMakeLists.txt
delete mode 100644 extensions/opencv/tests/CaptureRTSPFrameTest.cpp
create mode 100644 thirdparty/aws-sdk-cpp/aws-c-cal.patch
copy thirdparty/aws-sdk-cpp/{bundle-openssl.patch => s2n.patch} (71%)
create mode 100644 thirdparty/grpc/fix-glob-missing-algorithm-include.patch
create mode 100644
thirdparty/grpc/fix-memory-request-missing-string-include.patch
create mode 100644 thirdparty/grpc/fix-msvc-auto-return-type-template-arg.patch
create mode 100644 thirdparty/libssh2/fix-windows-ioctl.patch
create mode 100644 thirdparty/open62541/cflag_fix.patch
delete mode 100644 thirdparty/opencv/c++23_fixes.patch
delete mode 100644 thirdparty/opencv/windows-install-path.patch
delete mode 100644 thirdparty/rocksdb/all/patches/c++23_fixes.patch
delete mode 100644
thirdparty/zstd/exclude_gcc_clang_compiler_options_from_windows.patch