This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a change to branch minifi_rust_pgp
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


 discard 3c78d17b4 cargo fmt
 discard 55e983ac7 rebase
 discard bed1b3fa1 MINIFICPP-2749 Add EncryptContentPGP and DecryptContentPGP
 discard bbeede597 property rework
 discard 57c5806a9 MINIFICPP-2869 Improve rust api property validation and 
property getters
    omit 6c3fa3399 refactor ManifestTestHelper.h into TestUtils.h
    omit 95a2bc4e7 debug variable removed
    omit 0a7c8fefe ManifestTestHelper.h changes
    omit 1648a0821 update manifest
    omit c705db932 BundleIdentifier -> BundleCoordinate
    omit f719a8115 copilot review changes
    omit 48261ebe0 refresh manifest
    omit 77b9c40e6 MINIFICPP-2876 Manifest bundles invalid groupname
     add 8e9a34e5f MINIFICPP-2840 - Refactor provenance part 1
     add 5140fc35f MINIFICPP-2868 - Remove getProcessorType from ProcessorApi
     add 997a504e8 Bump cryptography from 48.0.1 to 50.0.0 in /behave_framework
     add 708d42fb3 MINIFICPP-2874 update cmake_minimum_version to 3.26
     add 656fa92df MINIFICPP-2859 Extend Conan usage and integrate it in 
Windows and MacOS CI jobs
     add 69af7bccb MINIFICPP-2860 Add Conan support for the remaining 
thirdparty libraries
     add 0aa608452 MINIFICPP-2876 Manifest bundles invalid groupname
     add abad71d59 MINIFICPP-2864 Handle paths containing spaces in the 
bootstrap script (#2215)
     add 9aba852c8 MINIFICPP-2869 Improve rust api property validation and 
property getters
     add 18547e8e0 property rework
     add 49ecbf341 MINIFICPP-2749 Add EncryptContentPGP and DecryptContentPGP
     add be86f83d3 rebase
     add ec38f7e38 cargo fmt

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   (3c78d17b4)
            \
             N -- N -- N   refs/heads/minifi_rust_pgp (ec38f7e38)

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:
 .github/conan/compatibility.py                     |  95 +++
 .github/workflows/ci.yml                           |  29 +-
 CMakeLists.txt                                     |  54 +-
 CONAN.md                                           |  30 +-
 LICENSE                                            |  35 --
 README.md                                          |   2 +-
 behave_framework/pyproject.toml                    |   2 +-
 bootstrap/cli.py                                   | 103 +++-
 bootstrap/cmake_parser.py                          |   4 +-
 bootstrap/minifi_option.py                         |  19 +
 bootstrap/package_manager.py                       |   8 +-
 bootstrap/requirements.txt                         |   2 +
 cmake/Abseil.cmake                                 |   4 +-
 cmake/Asio.cmake                                   |   4 +
 cmake/AzureSdkCpp.cmake                            |  15 +-
 cmake/BuildTests.cmake                             |   5 +-
 cmake/BundledAwsSdkCpp.cmake                       |  20 +-
 cmake/BundledJemalloc.cmake                        |  12 +-
 cmake/BundledLibSodium.cmake                       |   8 +-
 cmake/BundledOSSPUUID.cmake                        |   6 +-
 cmake/BundledOpenSSL.cmake                         |  97 +--
 cmake/BundledOpenSSLFips.cmake                     | 117 ++++
 cmake/BundledRocksDB.cmake                         |   2 +-
 cmake/Bustache.cmake                               |   7 +-
 cmake/CivetWeb.cmake                               |   9 +-
 cmake/Couchbase.cmake                              |  12 +-
 cmake/Couchbase_1_0_2.cmake                        |  47 --
 cmake/Crc32c.cmake                                 |   5 +-
 cmake/Date.cmake                                   |  29 -
 cmake/ExpressionLanguage.cmake                     |  40 +-
 cmake/FetchLibSSH2.cmake                           |   5 +
 cmake/FetchUvc.cmake                               |  26 -
 cmake/Fetchlibrdkafka.cmake                        |  17 +-
 cmake/GenerateGrafanaLokiProto.cmake               |  74 +++
 cmake/{GetSol2.cmake => GetArgparse.cmake}         |  12 +-
 cmake/{GetSol2.cmake => GetAsio.cmake}             |  12 +-
 cmake/{GetLibArchive.cmake => GetAwsSdkCpp.cmake}  |  14 +-
 cmake/{GetSol2.cmake => GetAzureSdkCpp.cmake}      |  12 +-
 cmake/GetBZip2.cmake                               |  18 +-
 cmake/{GetSol2.cmake => GetBenchmark.cmake}        |  12 +-
 cmake/{GetSol2.cmake => GetBustache.cmake}         |  12 +-
 cmake/GetCatch2.cmake                              |  16 +-
 cmake/GetCivetWeb.cmake                            |  16 +-
 cmake/{GetSol2.cmake => GetCouchbase.cmake}        |  12 +-
 cmake/{Date.cmake => GetDate.cmake}                |  45 +-
 cmake/GetFmt.cmake                                 |  16 +-
 cmake/GetFmt_11_0_2.cmake                          |  16 +-
 cmake/{GetLZ4.cmake => GetGoogleCloudCpp.cmake}    |  25 +-
 cmake/{GetLibArchive.cmake => GetGrpc.cmake}       |  16 +-
 cmake/{GetSol2.cmake => GetGslLite.cmake}          |  12 +-
 cmake/{GetLua.cmake => GetJemalloc.cmake}          |  13 +-
 cmake/{GetSol2.cmake => GetJoltTests.cmake}        |  12 +-
 .../{GetLua.cmake => GetJsonSchemaValidator.cmake} |  12 +-
 cmake/{GetSol2.cmake => GetJsoncons.cmake}         |  12 +-
 cmake/{GetLua.cmake => GetKubernetesClientC.cmake} |  12 +-
 cmake/GetLibCURL.cmake                             |  16 +-
 cmake/{GetSol2.cmake => GetLibLZMA.cmake}          |  12 +-
 cmake/{GetSol2.cmake => GetLibSSH2.cmake}          |  12 +-
 cmake/{GetLua.cmake => GetLibSodium.cmake}         |  13 +-
 cmake/GetLibXml2.cmake                             |  16 +-
 cmake/{GetSol2.cmake => GetLlamaCpp.cmake}         |  12 +-
 cmake/{GetSol2.cmake => GetMagicEnum.cmake}        |  12 +-
 cmake/{GetSol2.cmake => GetMiMalloc.cmake}         |  12 +-
 cmake/{GetLua.cmake => GetOSSPUUID.cmake}          |  13 +-
 cmake/{GetSol2.cmake => GetOpen62541.cmake}        |  12 +-
 cmake/GetOpenSSL.cmake                             |   5 +
 cmake/{GetSol2.cmake => GetPahoMqttC.cmake}        |  12 +-
 cmake/{GetLibArchive.cmake => GetPrometheus.cmake} |  15 +-
 cmake/{GetSol2.cmake => GetPugiXml.cmake}          |  12 +-
 cmake/{GetSol2.cmake => GetRangeV3.cmake}          |  12 +-
 cmake/GetRocksDB.cmake                             |  28 +-
 cmake/{GetSol2.cmake => GetRpMalloc.cmake}         |  12 +-
 cmake/GetSpdlog.cmake                              |  28 +-
 ...ressionLanguage.cmake => GetWinFlexBison.cmake} |  71 +--
 cmake/{GetSol2.cmake => GetYamlCpp.cmake}          |  12 +-
 cmake/GetZLIB.cmake                                |  16 +-
 cmake/{GetSol2.cmake => Getlibrdkafka.cmake}       |  12 +-
 cmake/GoogleCloudCpp.cmake                         |   8 +-
 cmake/Grpc.cmake                                   |  16 +-
 cmake/Jsoncons.cmake                               |   4 +
 cmake/KubernetesClientC.cmake                      |   8 +-
 cmake/LibLZMA.cmake                                |   6 +-
 cmake/LlamaCpp.cmake                               |   6 +-
 cmake/MbedTLS.cmake                                |  61 --
 cmake/MiNiFiOptions.cmake                          |  65 +-
 cmake/Open62541.cmake                              |  14 +-
 cmake/PahoMqttC.cmake                              |   6 +-
 cmake/Protobuf.cmake                               |   4 +-
 cmake/PugiXml.cmake                                |   4 +-
 cmake/WholeArchive.cmake                           |  63 +-
 cmake/mbedtls/dummy/FindMbedTLS.cmake              |  25 -
 conanfile.py                                       | 140 ++++-
 controller/CMakeLists.txt                          |   6 +-
 core-framework/CMakeLists.txt                      |   3 +-
 core-framework/common/CMakeLists.txt               |   2 +-
 core-framework/include/agent/agent_docs.h          |   2 +-
 core-framework/include/core/ProcessorImpl.h        |  12 +-
 core-framework/include/core/Repository.h           |   4 +-
 core-framework/include/core/Resource.h             |   2 +-
 encrypt-config/CMakeLists.txt                      |   4 +-
 extension-framework/CMakeLists.txt                 |   5 +-
 .../libtest/CProcessorTestUtils.h                  |   7 +-
 .../include/core/AbstractProcessor.h               |   3 -
 extensions/ExtensionHeader.txt                     |   3 +-
 extensions/aws/CMakeLists.txt                      |   3 +-
 extensions/aws/tests/CMakeLists.txt                |   1 +
 extensions/aws/tests/S3TestsFixture.h              |   4 +-
 extensions/azure/CMakeLists.txt                    |   2 +-
 .../azure/tests/AzureBlobStorageTestsFixture.h     |   3 +-
 .../azure/tests/AzureDataLakeStorageTestsFixture.h |   3 +-
 extensions/azure/tests/CMakeLists.txt              |   1 +
 .../azure/tests/ListAzureBlobStorageTests.cpp      |   2 +-
 .../azure/tests/ListAzureDataLakeStorageTests.cpp  |   2 +-
 extensions/bustache/CMakeLists.txt                 |   2 +-
 extensions/bustache/tests/CMakeLists.txt           |   1 +
 extensions/civetweb/tests/CMakeLists.txt           |   1 +
 extensions/couchbase/CMakeLists.txt                |   5 +-
 extensions/couchbase/tests/CMakeLists.txt          |   1 +
 extensions/elasticsearch/tests/CMakeLists.txt      |   1 +
 extensions/execute-process/test/CMakeLists.txt     |   2 +
 extensions/gcp/CMakeLists.txt                      |   2 +-
 extensions/gcp/tests/CMakeLists.txt                |  15 +-
 extensions/grafana-loki/CMakeLists.txt             |  18 +-
 extensions/grafana-loki/PushGrafanaLokiGrpc.cpp    |   2 +-
 extensions/grafana-loki/PushGrafanaLokiREST.cpp    |   2 +-
 extensions/grafana-loki/tests/CMakeLists.txt       |   1 +
 extensions/kafka/CMakeLists.txt                    |   8 +-
 extensions/kafka/ConsumeKafka.h                    |   2 +-
 extensions/kafka/KafkaConnection.h                 |   2 +-
 extensions/kafka/PublishKafka.h                    |   2 +-
 extensions/kafka/rdkafka_utils.h                   |   2 +-
 extensions/kafka/tests/CMakeLists.txt              |   1 +
 extensions/kubernetes/ApiClient.cpp                |   6 +-
 extensions/kubernetes/CMakeLists.txt               |   4 +-
 extensions/kubernetes/MetricsApi.cpp               |   2 +-
 .../KubernetesControllerService.cpp                |   2 +-
 extensions/kubernetes/tests/CMakeLists.txt         |   1 +
 extensions/libarchive/CMakeLists.txt               |   3 +-
 extensions/libarchive/tests/CMakeLists.txt         |   1 +
 extensions/llamacpp/CMakeLists.txt                 |   9 +-
 extensions/llamacpp/tests/CMakeLists.txt           |   1 +
 extensions/lua/tests/CMakeLists.txt                |   1 +
 extensions/mqtt/CMakeLists.txt                     |   4 +-
 extensions/mqtt/tests/CMakeLists.txt               |   1 +
 extensions/opc/CMakeLists.txt                      |   5 +-
 extensions/opc/tests/CMakeLists.txt                |   1 +
 extensions/pdh/tests/CMakeLists.txt                |   1 +
 extensions/procfs/tests/CMakeLists.txt             |   1 +
 extensions/prometheus/CMakeLists.txt               |   4 +-
 extensions/prometheus/tests/CMakeLists.txt         |   1 +
 extensions/python/ExecutePythonProcessor.h         |   1 -
 extensions/python/PythonCreator.h                  |   2 +-
 extensions/python/tests/CMakeLists.txt             |   2 +
 .../python/tests/ExecutePythonProcessorTests.cpp   |   3 +-
 extensions/rocksdb-repos/CMakeLists.txt            |   1 -
 extensions/rocksdb-repos/ProvenanceRepository.cpp  |  19 +-
 extensions/rocksdb-repos/ProvenanceRepository.h    |   2 +-
 extensions/rocksdb-repos/tests/CMakeLists.txt      |   1 +
 extensions/rocksdb-repos/tests/ProvenanceTests.cpp |  32 +-
 extensions/script/tests/CMakeLists.txt             |   1 +
 extensions/sftp/CMakeLists.txt                     |   4 +-
 extensions/sftp/tests/CMakeLists.txt               |   1 +
 extensions/smb/tests/CMakeLists.txt                |   1 +
 extensions/splunk/tests/CMakeLists.txt             |   1 +
 extensions/sql/tests/CMakeLists.txt                |   1 +
 extensions/standard-processors/CMakeLists.txt      |   6 +-
 .../controllers/XMLRecordSetWriter.cpp             |   2 +-
 .../processors/LogAttribute.cpp                    |   2 +-
 .../standard-processors/tests/CMakeLists.txt       |   3 +-
 .../tests/unit/ProcessorTests.cpp                  |  26 +-
 extensions/windows-event-log/CMakeLists.txt        |   2 +-
 libminifi/CMakeLists.txt                           |   8 +-
 libminifi/include/Port.h                           |   4 +-
 libminifi/include/core/FlowFile.h                  |   2 +-
 libminifi/include/core/Processor.h                 |   4 +-
 .../reporting/SiteToSiteProvenanceReportingTask.h  |   2 +-
 libminifi/include/provenance/Provenance.h          | 187 +++---
 libminifi/include/utils/CProcessor.h               |   4 -
 libminifi/src/agent/agent_docs.cpp                 |   7 +
 libminifi/src/core/ClassLoader.cpp                 |   3 +-
 libminifi/src/core/FlowConfiguration.cpp           |   5 +-
 libminifi/src/core/FlowFile.cpp                    |   2 +-
 libminifi/src/core/ProcessSession.cpp              |   6 +-
 libminifi/src/core/Processor.cpp                   |  25 +-
 libminifi/src/core/flow/FlowSchema.cpp             |   6 +-
 .../src/core/flow/StructuredConfiguration.cpp      |   4 +-
 .../SiteToSiteProvenanceReportingTask.cpp          |  26 +-
 libminifi/src/minifi-api.cpp                       |   4 +-
 libminifi/src/provenance/Provenance.cpp            | 115 ++--
 libminifi/test/flow-tests/CMakeLists.txt           |   2 +-
 libminifi/test/integration/CMakeLists.txt          |   1 +
 libminifi/test/libtest/CMakeLists.txt              |   1 -
 libminifi/test/libtest/unit/CMakeLists.txt         |   1 +
 libminifi/test/libtest/unit/ProcessorUtils.h       |   5 +-
 libminifi/test/libtest/unit/ProvenanceTestHelper.h |  23 +-
 libminifi/test/schema-tests/CMakeLists.txt         |   2 +-
 libminifi/test/unit/CMakeLists.txt                 |   1 +
 libminifi/test/unit/ComponentManifestTests.cpp     |   6 +-
 libminifi/test/unit/performance/CMakeLists.txt     |   2 +-
 minifi-api/CMakeLists.txt                          |   2 +-
 minifi-api/include/minifi-cpp/agent/agent_docs.h   |   1 +
 minifi-api/include/minifi-cpp/core/FlowFile.h      |   2 +-
 minifi-api/include/minifi-cpp/core/ProcessorApi.h  |   1 -
 minifi-api/include/minifi-cpp/core/Repository.h    |   2 +-
 .../include/minifi-cpp/provenance/Provenance.h     |   6 +-
 minifi_main/CMakeLists.txt                         |   8 +-
 .../aws-sdk-cpp/all/conandata.yml                  |  14 +-
 thirdparty/aws-sdk-cpp/all/conanfile.py            | 673 +++++++++++++++++++++
 .../aws-sdk-cpp/{ => all/patches}/aws-c-cal.patch  |   0
 .../{ => all/patches}/dll-export-injection.patch   |   0
 .../{ => all/patches}/fix-finding-s2n.patch        |   0
 thirdparty/aws-sdk-cpp/{ => all/patches}/s2n.patch |   0
 .../bar.py => thirdparty/aws-sdk-cpp/config.yml    |   9 +-
 .../azure-sdk-cpp/all/conandata.yml                |  16 +-
 thirdparty/azure-sdk-cpp/all/conanfile.py          | 194 ++++++
 .../{ => all/patches}/fix-openssl-helper.patch     |   0
 .../include-cinttypes-for-uint8_t-gcc15-fix.patch  |   0
 .../azure-sdk-cpp/{ => all/patches}/wil.patch      |   0
 .../bar.py => thirdparty/azure-sdk-cpp/config.yml  |   9 +-
 .../azure-sdk-cpp/fix-managed-identity.patch       |  15 -
 thirdparty/bustache/all/conandata.yml              |  31 +
 thirdparty/bustache/all/conanfile.py               |  81 +++
 .../bustache/{ => all/patches}/add-append.patch    |   0
 .../patches}/fix-deprecated-literal-operator.patch |   0
 .../{ => all/patches}/remove_installs.patch        |   0
 .../__init__.py => thirdparty/bustache/config.yml  |   4 +
 .../all/ConanThirdPartyDependencies.cmake          |  20 +-
 .../couchbase/all/conandata.yml                    |  25 +-
 thirdparty/couchbase/all/conanfile.py              | 150 +++++
 .../couchbase/{ => all/patches}/c++23_fixes.patch  |   0
 .../{ => all/patches}/remove-thirdparty.patch      |   0
 .../patches}/use_fmt_instead_of_spdlog_fmt.patch   |   0
 .../__init__.py => thirdparty/couchbase/config.yml |   4 +
 .../google-cloud-cpp/all/conandata.yml             |  19 +-
 thirdparty/google-cloud-cpp/all/conanfile.py       | 156 +++++
 .../{ => all/patches}/c++23_fixes.patch            |   0
 .../patches}/nlohmann_lib_as_interface.patch       |   0
 .../{ => all/patches}/remove-find_package.patch    |   0
 thirdparty/google-cloud-cpp/config.yml             |   3 +
 .../google-cloud-cpp/remove_installation.patch     | 258 --------
 .../grpc/all/cmake/grpc_plugin_template.cmake.in   |  31 +
 .../grpc/all/conan_cmake_project_include.cmake     |   6 +-
 .../grpc/all/conandata.yml                         |  19 +-
 thirdparty/grpc/all/conanfile.py                   | 343 +++++++++++
 .../fix-msvc-auto-return-type-template-arg.patch   |  10 +-
 .../patches}/fix-protobuf-find-package.patch       |   0
 thirdparty/grpc/all/target_info/grpc_1.82.0.yml    | 266 ++++++++
 .../__init__.py => thirdparty/grpc/config.yml      |   4 +
 .../grpc/fix-glob-missing-algorithm-include.patch  |  12 -
 ...fix-memory-request-missing-string-include.patch |  12 -
 .../jolt-tests/all/conandata.yml                   |   8 +-
 thirdparty/jolt-tests/all/conanfile.py             |  55 ++
 .../jolt-tests/config.yml                          |   4 +
 .../kubernetes-client-c/all/conandata.yml          |   7 +-
 thirdparty/kubernetes-client-c/all/conanfile.py    |  86 +++
 .../{ => all/patches}/remove-findpackage.patch     |   0
 .../kubernetes-client-c/config.yml                 |   4 +
 .../llamacpp/all/conandata.yml                     |  11 +-
 thirdparty/llamacpp/all/conanfile.py               | 257 ++++++++
 .../llamacpp/{ => all/patches}/mtmd-fix.patch      |   0
 .../__init__.py => thirdparty/llamacpp/config.yml  |   4 +
 .../magic-enum/all/conandata.yml                   |   7 +-
 thirdparty/magic-enum/all/conanfile.py             |  98 +++
 .../magic-enum/config.yml                          |   4 +
 .../open62541/all/conandata.yml                    |  19 +-
 thirdparty/open62541/all/conanfile.py              | 169 ++++++
 .../patches/open62541.patch}                       |  45 +-
 .../__init__.py => thirdparty/open62541/config.yml |   4 +
 thirdparty/open62541/open62541.patch               |  45 --
 .../ossp-uuid/all/conandata.yml                    |  35 +-
 thirdparty/ossp-uuid/all/conanfile.py              |  95 +++
 .../{ => all/patches}/ossp-uuid-mac-fix.patch      |   0
 .../{ => all/patches}/ossp-uuid-no-prog.patch      |   0
 .../patches}/ossp-uuid-update-config-guess.patch   |   2 +-
 .../__init__.py => thirdparty/ossp-uuid/config.yml |   4 +
 .../1576-Changed-bool-typedef-to-bit.patch         |  96 ---
 thirdparty/rocksdb/all/conandata.yml               |  15 +
 thirdparty/rocksdb/all/conanfile.py                |  18 +-
 thirdparty/rocksdb/config.yml                      |  17 +-
 .../rpmalloc/all/CMakeLists.txt                    |  19 +-
 .../rpmalloc/all/conandata.yml                     |   8 +-
 thirdparty/rpmalloc/all/conanfile.py               |  69 +++
 .../__init__.py => thirdparty/rpmalloc/config.yml  |   4 +
 thirdparty/wil/cmake_version.patch                 |   4 +-
 284 files changed, 4556 insertions(+), 1892 deletions(-)
 create mode 100644 .github/conan/compatibility.py
 create mode 100644 cmake/BundledOpenSSLFips.cmake
 delete mode 100644 cmake/Couchbase_1_0_2.cmake
 delete mode 100644 cmake/FetchUvc.cmake
 create mode 100644 cmake/GenerateGrafanaLokiProto.cmake
 copy cmake/{GetSol2.cmake => GetArgparse.cmake} (75%)
 copy cmake/{GetSol2.cmake => GetAsio.cmake} (77%)
 copy cmake/{GetLibArchive.cmake => GetAwsSdkCpp.cmake} (69%)
 copy cmake/{GetSol2.cmake => GetAzureSdkCpp.cmake} (73%)
 copy cmake/{GetSol2.cmake => GetBenchmark.cmake} (74%)
 copy cmake/{GetSol2.cmake => GetBustache.cmake} (75%)
 copy cmake/{GetSol2.cmake => GetCouchbase.cmake} (74%)
 copy cmake/{Date.cmake => GetDate.cmake} (50%)
 copy cmake/{GetLZ4.cmake => GetGoogleCloudCpp.cmake} (56%)
 copy cmake/{GetLibArchive.cmake => GetGrpc.cmake} (64%)
 copy cmake/{GetSol2.cmake => GetGslLite.cmake} (75%)
 copy cmake/{GetLua.cmake => GetJemalloc.cmake} (70%)
 copy cmake/{GetSol2.cmake => GetJoltTests.cmake} (73%)
 copy cmake/{GetLua.cmake => GetJsonSchemaValidator.cmake} (70%)
 copy cmake/{GetSol2.cmake => GetJsoncons.cmake} (75%)
 copy cmake/{GetLua.cmake => GetKubernetesClientC.cmake} (71%)
 copy cmake/{GetSol2.cmake => GetLibLZMA.cmake} (76%)
 copy cmake/{GetSol2.cmake => GetLibSSH2.cmake} (75%)
 copy cmake/{GetLua.cmake => GetLibSodium.cmake} (70%)
 copy cmake/{GetSol2.cmake => GetLlamaCpp.cmake} (75%)
 copy cmake/{GetSol2.cmake => GetMagicEnum.cmake} (74%)
 copy cmake/{GetSol2.cmake => GetMiMalloc.cmake} (75%)
 copy cmake/{GetLua.cmake => GetOSSPUUID.cmake} (70%)
 copy cmake/{GetSol2.cmake => GetOpen62541.cmake} (76%)
 copy cmake/{GetSol2.cmake => GetPahoMqttC.cmake} (74%)
 copy cmake/{GetLibArchive.cmake => GetPrometheus.cmake} (66%)
 copy cmake/{GetSol2.cmake => GetPugiXml.cmake} (76%)
 copy cmake/{GetSol2.cmake => GetRangeV3.cmake} (75%)
 copy cmake/{GetSol2.cmake => GetRpMalloc.cmake} (75%)
 copy cmake/{ExpressionLanguage.cmake => GetWinFlexBison.cmake} (54%)
 copy cmake/{GetSol2.cmake => GetYamlCpp.cmake} (75%)
 copy cmake/{GetSol2.cmake => Getlibrdkafka.cmake} (75%)
 delete mode 100644 cmake/MbedTLS.cmake
 delete mode 100644 cmake/mbedtls/dummy/FindMbedTLS.cmake
 copy behave_framework/src/minifi_behave/containers/host_file.py => 
thirdparty/aws-sdk-cpp/all/conandata.yml (80%)
 create mode 100644 thirdparty/aws-sdk-cpp/all/conanfile.py
 rename thirdparty/aws-sdk-cpp/{ => all/patches}/aws-c-cal.patch (100%)
 rename thirdparty/aws-sdk-cpp/{ => all/patches}/dll-export-injection.patch 
(100%)
 rename thirdparty/aws-sdk-cpp/{ => all/patches}/fix-finding-s2n.patch (100%)
 rename thirdparty/aws-sdk-cpp/{ => all/patches}/s2n.patch (100%)
 copy extensions/python/tests/test_python_scripts/bar_modules/bar.py => 
thirdparty/aws-sdk-cpp/config.yml (94%)
 copy behave_framework/src/minifi_behave/containers/file.py => 
thirdparty/azure-sdk-cpp/all/conandata.yml (68%)
 create mode 100644 thirdparty/azure-sdk-cpp/all/conanfile.py
 rename thirdparty/azure-sdk-cpp/{ => all/patches}/fix-openssl-helper.patch 
(100%)
 rename thirdparty/azure-sdk-cpp/{ => 
all/patches}/include-cinttypes-for-uint8_t-gcc15-fix.patch (100%)
 rename thirdparty/azure-sdk-cpp/{ => all/patches}/wil.patch (100%)
 copy extensions/python/tests/test_python_scripts/bar_modules/bar.py => 
thirdparty/azure-sdk-cpp/config.yml (95%)
 delete mode 100644 thirdparty/azure-sdk-cpp/fix-managed-identity.patch
 create mode 100644 thirdparty/bustache/all/conandata.yml
 create mode 100644 thirdparty/bustache/all/conanfile.py
 rename thirdparty/bustache/{ => all/patches}/add-append.patch (100%)
 rename thirdparty/bustache/{ => 
all/patches}/fix-deprecated-literal-operator.patch (100%)
 rename thirdparty/bustache/{ => all/patches}/remove_installs.patch (100%)
 copy extensions/python/pythonprocessors/nifi_python_processors/__init__.py => 
thirdparty/bustache/config.yml (95%)
 copy extensions/civetweb/tests/features/environment.py => 
thirdparty/couchbase/all/ConanThirdPartyDependencies.cmake (57%)
 copy extensions/civetweb/tests/features/environment.py => 
thirdparty/couchbase/all/conandata.yml (53%)
 create mode 100644 thirdparty/couchbase/all/conanfile.py
 rename thirdparty/couchbase/{ => all/patches}/c++23_fixes.patch (100%)
 rename thirdparty/couchbase/{ => all/patches}/remove-thirdparty.patch (100%)
 rename thirdparty/couchbase/{ => 
all/patches}/use_fmt_instead_of_spdlog_fmt.patch (100%)
 copy extensions/python/pythonprocessors/nifi_python_processors/__init__.py => 
thirdparty/couchbase/config.yml (95%)
 copy extensions/civetweb/tests/features/environment.py => 
thirdparty/google-cloud-cpp/all/conandata.yml (69%)
 create mode 100644 thirdparty/google-cloud-cpp/all/conanfile.py
 rename thirdparty/google-cloud-cpp/{ => all/patches}/c++23_fixes.patch (100%)
 rename thirdparty/google-cloud-cpp/{ => 
all/patches}/nlohmann_lib_as_interface.patch (100%)
 rename thirdparty/google-cloud-cpp/{ => all/patches}/remove-find_package.patch 
(100%)
 create mode 100644 thirdparty/google-cloud-cpp/config.yml
 delete mode 100644 thirdparty/google-cloud-cpp/remove_installation.patch
 create mode 100644 thirdparty/grpc/all/cmake/grpc_plugin_template.cmake.in
 copy extensions/python/pythonprocessors/nifiapi/decorators.py => 
thirdparty/grpc/all/conan_cmake_project_include.cmake (86%)
 copy extensions/civetweb/tests/features/environment.py => 
thirdparty/grpc/all/conandata.yml (66%)
 create mode 100644 thirdparty/grpc/all/conanfile.py
 rename thirdparty/grpc/{ => 
all/patches}/fix-msvc-auto-return-type-template-arg.patch (91%)
 rename thirdparty/grpc/{ => all/patches}/fix-protobuf-find-package.patch (100%)
 create mode 100644 thirdparty/grpc/all/target_info/grpc_1.82.0.yml
 copy extensions/python/pythonprocessors/nifi_python_processors/__init__.py => 
thirdparty/grpc/config.yml (95%)
 delete mode 100644 thirdparty/grpc/fix-glob-missing-algorithm-include.patch
 delete mode 100644 
thirdparty/grpc/fix-memory-request-missing-string-include.patch
 copy encrypt-config/tests/resources/conf/minifi.properties.d/90_c2.properties 
=> thirdparty/jolt-tests/all/conandata.yml (81%)
 create mode 100644 thirdparty/jolt-tests/all/conanfile.py
 copy extensions/python/pythonprocessors/nifi_python_processors/__init__.py => 
thirdparty/jolt-tests/config.yml (95%)
 copy encrypt-config/tests/resources/conf/minifi.properties.d/20_llm.properties 
=> thirdparty/kubernetes-client-c/all/conandata.yml (81%)
 create mode 100644 thirdparty/kubernetes-client-c/all/conanfile.py
 rename thirdparty/kubernetes-client-c/{ => 
all/patches}/remove-findpackage.patch (100%)
 copy extensions/python/pythonprocessors/nifi_python_processors/__init__.py => 
thirdparty/kubernetes-client-c/config.yml (95%)
 copy encrypt-config/tests/resources/conf/minifi.properties.d/20_llm.properties 
=> thirdparty/llamacpp/all/conandata.yml (75%)
 create mode 100644 thirdparty/llamacpp/all/conanfile.py
 rename thirdparty/llamacpp/{ => all/patches}/mtmd-fix.patch (100%)
 copy extensions/python/pythonprocessors/nifi_python_processors/__init__.py => 
thirdparty/llamacpp/config.yml (95%)
 copy extensions/python/pythonprocessors/nifiapi/decorators.py => 
thirdparty/magic-enum/all/conandata.yml (82%)
 create mode 100644 thirdparty/magic-enum/all/conanfile.py
 copy extensions/python/pythonprocessors/nifi_python_processors/__init__.py => 
thirdparty/magic-enum/config.yml (95%)
 copy extensions/civetweb/tests/features/environment.py => 
thirdparty/open62541/all/conandata.yml (70%)
 create mode 100644 thirdparty/open62541/all/conanfile.py
 rename thirdparty/open62541/{cflag_fix.patch => all/patches/open62541.patch} 
(56%)
 copy extensions/python/pythonprocessors/nifi_python_processors/__init__.py => 
thirdparty/open62541/config.yml (95%)
 delete mode 100644 thirdparty/open62541/open62541.patch
 copy extensions/aws/tests/features/environment.py => 
thirdparty/ossp-uuid/all/conandata.yml (52%)
 create mode 100644 thirdparty/ossp-uuid/all/conanfile.py
 rename thirdparty/ossp-uuid/{ => all/patches}/ossp-uuid-mac-fix.patch (100%)
 rename thirdparty/ossp-uuid/{ => all/patches}/ossp-uuid-no-prog.patch (100%)
 rename thirdparty/ossp-uuid/{ => 
all/patches}/ossp-uuid-update-config-guess.patch (99%)
 copy extensions/python/pythonprocessors/nifi_python_processors/__init__.py => 
thirdparty/ossp-uuid/config.yml (95%)
 delete mode 100644 thirdparty/paho-mqtt/1576-Changed-bool-typedef-to-bit.patch
 copy extensions/civetweb/tests/features/environment.py => 
thirdparty/rpmalloc/all/CMakeLists.txt (57%)
 copy encrypt-config/tests/resources/conf/minifi.properties.d/90_c2.properties 
=> thirdparty/rpmalloc/all/conandata.yml (81%)
 create mode 100644 thirdparty/rpmalloc/all/conanfile.py
 copy extensions/python/pythonprocessors/nifi_python_processors/__init__.py => 
thirdparty/rpmalloc/config.yml (95%)

Reply via email to