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

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


    omit f1b2dcd97 Update core-framework/common/src/utils/Id.cpp
    omit cd32c74aa MINIFICPP-2845 - Remove extra file
    omit a0bc7caea MINIFICPP-2845 - Monotonic provenance event ids, iteration 
support, refactor
    omit 82815c6a6 MINIFICPP-2840 - Review changes
    omit 27333fdbe MINIFICPP-2840 - Linter fix
    omit a29bf0bc2 MINIFICPP-2840 - Linter fix
    omit 138a7136c MINIFICPP-2840 - Review changes
    omit ee0cd426b MINIFICPP-2840 - Rebase fix
    omit c2999b890 MINIFICPP-2840 - More refactor
    omit d0a117219 MINIFICPP-2840 - Refactor provenance part 1
     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 2f7ce29bc MINIFICPP-2862 Add StandardValidator::NUMBER_VALIDATOR 
(#2232)
     add acf6bc7e4 MINIFICPP-2879 Use FIPS when MINIFI_FIPS environment 
variable is set (#2235)
     add a1aaf191f MINIFICPP-2882 Fix missing catch2 target in Conan build 
(#2236)
     add b2d7921cd MINIFICPP-2880 Drop clang18 support (#2240)
     add d89fea9eb MINIFICPP-2881 Set MINIFI_API_VERSION to 2 (#2244)
     add 894ba4d1e MINIFICPP-2861 Add Conan support for docker and clang CI 
builds (#2216)
     add a6d147bbb MINIFICPP-2877 Clean up memcheck (#2243)
     add dfba4edfb MINIFICPP-2866 Add Conan support for SOCI and iODBC 
libraries (#2218)
     add 48eedde6d MINIFICPP-2878 PRs from apache should not double run CI 
(#2248)
     add 8ca5f63cc MINIFICPP-2845 - Monotonic provenance event ids, iteration 
support, refactor
     add 13a65bf55 MINIFICPP-2845 - Remove extra file
     add d6fac89d1 Update core-framework/common/src/utils/Id.cpp
     add 32573e943 MINIFICPP-2845 - Review changes

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   (f1b2dcd97)
            \
             N -- N -- N   refs/heads/MINIFICPP-2845 (32573e943)

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:
 .dockerignore                                      |     1 +
 .github/conan/compatibility.py                     |    95 +
 .../ubuntu_22_04_clang_arm_manifest.json           | 24940 ++++++++++---------
 .github/workflows/ci.yml                           |    73 +-
 .github/workflows/compiler-support.yml             |     2 +-
 .github/workflows/memcheck_ci.yml                  |    19 +
 CMakeLists.txt                                     |    55 +-
 CONAN.md                                           |    30 +-
 Extensions.md                                      |     2 +
 LICENSE                                            |    35 -
 README.md                                          |     4 +-
 behave_framework/pyproject.toml                    |     2 +-
 .../containers/minifi_linux_container.py           |     5 +-
 .../containers/minifi_win_container.py             |     6 +-
 bootstrap/cli.py                                   |   127 +-
 bootstrap/cmake_parser.py                          |     4 +-
 bootstrap/main.py                                  |     7 +-
 bootstrap/minifi_option.py                         |    21 +-
 bootstrap/package_manager.py                       |    29 +-
 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/BundledIodbc.cmake                           |    56 +
 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/DockerConfig.cmake                           |    30 +-
 cmake/ExpressionLanguage.cmake                     |    40 +-
 cmake/Extensions.cmake                             |     4 +-
 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                              |    19 +-
 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/{GetSol2.cmake => GetIODBC.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/{GetBZip2.cmake => GetSOCI.cmake}            |    19 +-
 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                          |    76 +-
 cmake/Open62541.cmake                              |    14 +-
 cmake/PahoMqttC.cmake                              |     8 +-
 cmake/Protobuf.cmake                               |     4 +-
 cmake/PugiXml.cmake                                |     4 +-
 cmake/{Open62541.cmake => Soci.cmake}              |    37 +-
 cmake/WholeArchive.cmake                           |    63 +-
 cmake/mbedtls/dummy/FindMbedTLS.cmake              |    25 -
 cmake/valgrind.supp                                |   121 +
 conanfile.py                                       |   148 +-
 controller/CMakeLists.txt                          |     6 +-
 core-framework/CMakeLists.txt                      |     3 +-
 core-framework/common/CMakeLists.txt               |     2 +-
 core-framework/common/include/utils/ParsingUtils.h |    21 +-
 core-framework/common/src/utils/ParsingUtils.cpp   |     8 -
 core-framework/include/agent/agent_docs.h          |    26 +-
 core-framework/include/core/ProcessorImpl.h        |    12 +-
 core-framework/include/core/Repository.h           |     2 +-
 core-framework/include/core/Resource.h             |     8 +-
 docker/DockerBuild.sh                              |    18 +-
 docker/Dockerfile                                  |    28 +-
 docker/rockylinux/Dockerfile                       |    25 +-
 .../multiplierutils.py => docker/settings_user.yml |     5 +-
 encrypt-config/CMakeLists.txt                      |     4 +-
 extension-framework/CMakeLists.txt                 |     5 +-
 .../include/api/utils/ProcessorConfigUtils.h       |     2 +-
 .../libtest/CProcessorTestUtils.h                  |     9 +-
 .../cpp-extension-lib/src/utils/minifi-c-utils.cpp |     3 +
 .../include/core/AbstractProcessor.h               |     3 -
 .../include/utils/ProcessorConfigUtils.h           |    14 +-
 extensions/ExtensionHeader.txt                     |     3 +-
 extensions/ExtensionInitializer.cpp                |     1 +
 extensions/aws/AwsLoader.cpp                       |     1 +
 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/ExtensionInitializer.cpp            |     1 +
 extensions/gcp/tests/CMakeLists.txt                |    15 +-
 extensions/grafana-loki/CMakeLists.txt             |    18 +-
 extensions/grafana-loki/tests/CMakeLists.txt       |     1 +
 extensions/kafka/CMakeLists.txt                    |     8 +-
 extensions/kafka/ConsumeKafka.h                    |     2 +-
 extensions/kafka/ExtensionInitializer.cpp          |     1 +
 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/ExtensionInitializer.cpp       |     1 +
 .../llamacpp/processors/RunLlamaCppInference.h     |     1 +
 extensions/llamacpp/tests/CMakeLists.txt           |     1 +
 .../llamacpp/tests/RunLlamaCppInferenceTests.cpp   |     4 -
 extensions/lua/tests/CMakeLists.txt                |     1 +
 extensions/mqtt/CMakeLists.txt                     |     4 +-
 extensions/mqtt/tests/CMakeLists.txt               |     1 +
 extensions/opc/CMakeLists.txt                      |     5 +-
 extensions/opc/include/opc.h                       |     2 +-
 extensions/opc/src/opc.cpp                         |    39 +-
 extensions/opc/tests/CMakeLists.txt                |     1 +
 extensions/opc/tests/PutOpcProcessorTests.cpp      |     5 +
 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.cpp       |     5 +-
 extensions/python/ExecutePythonProcessor.h         |     1 -
 extensions/python/PythonCreator.h                  |     6 +-
 .../python/pythonlibloader/PythonLibLoader.cpp     |     1 +
 extensions/python/pythonloader/PyProcLoader.cpp    |     1 +
 .../python/pythonprocessors/nifiapi/properties.py  |     6 +
 extensions/python/tests/CMakeLists.txt             |     2 +
 .../python/tests/ExecutePythonProcessorTests.cpp   |     3 +-
 extensions/rocksdb-repos/CMakeLists.txt            |     1 -
 .../rocksdb-repos/RocksDbProvenanceRepository.cpp  |    24 +-
 .../rocksdb-repos/RocksDbProvenanceRepository.h    |    10 +-
 extensions/rocksdb-repos/tests/CMakeLists.txt      |     1 +
 .../tests/DBProvenanceRepositoryTests.cpp          |     4 +-
 extensions/rocksdb-repos/tests/ProvenanceTests.cpp |     3 -
 extensions/script/tests/CMakeLists.txt             |     1 +
 extensions/sftp/CMakeLists.txt                     |     4 +-
 extensions/sftp/SFTPLoader.cpp                     |     1 +
 extensions/sftp/tests/CMakeLists.txt               |     1 +
 extensions/smb/tests/CMakeLists.txt                |     1 +
 extensions/splunk/tests/CMakeLists.txt             |     1 +
 extensions/sql/CMakeLists.txt                      |   152 +-
 extensions/sql/tests/CMakeLists.txt                |     1 +
 .../AnimalControllerServiceApis.h                  |     1 +
 .../stable-api-testing/ExtensionInitializer.cpp    |     1 +
 extensions/stable-api-testing/ZooProcessor.cpp     |     4 +
 extensions/stable-api-testing/ZooProcessor.h       |     7 +
 extensions/stable-api-testing/tests/ZooTests.cpp   |    29 +
 extensions/standard-processors/CMakeLists.txt      |     6 +-
 .../controllers/XMLRecordSetWriter.cpp             |     2 +-
 .../standard-processors/tests/CMakeLists.txt       |     3 +-
 .../tests/unit/ManifestTests.cpp                   |   208 +-
 extensions/windows-event-log/CMakeLists.txt        |     2 +-
 libminifi/CMakeLists.txt                           |     8 +-
 libminifi/include/CronDrivenSchedulingAgent.h      |     4 +-
 libminifi/include/EventDrivenSchedulingAgent.h     |     4 +-
 libminifi/include/Port.h                           |     4 +-
 libminifi/include/SchedulingAgent.h                |     6 +-
 libminifi/include/ThreadedSchedulingAgent.h        |     4 +-
 libminifi/include/TimerDrivenSchedulingAgent.h     |     4 +-
 libminifi/include/core/ProcessContextImpl.h        |     4 +-
 libminifi/include/core/Processor.h                 |     4 +-
 libminifi/include/core/extension/Extension.h       |     1 +
 .../core/repository/NoOpThreadedRepository.h       |     2 +-
 .../core/repository/VolatileProvenanceRepository.h |     4 +-
 .../include/core/repository/VolatileRepository.h   |     2 +-
 libminifi/include/utils/CControllerService.h       |     2 +-
 libminifi/include/utils/CProcessor.h               |     4 -
 libminifi/src/ThreadedSchedulingAgent.cpp          |     4 +-
 libminifi/src/agent/JsonSchema.cpp                 |     4 +-
 libminifi/src/agent/agent_docs.cpp                 |    15 +-
 libminifi/src/core/ClassLoader.cpp                 |     3 +-
 libminifi/src/core/FlowConfiguration.cpp           |     5 +-
 libminifi/src/core/ProcessContextImpl.cpp          |     8 +-
 libminifi/src/core/ProcessSession.cpp              |     2 +-
 libminifi/src/core/Processor.cpp                   |    25 +-
 .../src/core/flow/StructuredConfiguration.cpp      |     4 +-
 .../SiteToSiteProvenanceReportingTask.cpp          |    72 +-
 .../src/core/repository/VolatileRepository.cpp     |     2 +-
 .../src/core/state/nodes/AgentInformation.cpp      |    33 +-
 libminifi/src/minifi-api.cpp                       |    24 +-
 libminifi/test/flow-tests/CMakeLists.txt           |     2 +-
 libminifi/test/integration/CMakeLists.txt          |     1 +
 .../extension-verification-test/CApiExtension.cpp  |     1 +
 .../CppApiExtension.cpp                            |     1 +
 libminifi/test/libtest/CMakeLists.txt              |     1 -
 .../test/libtest/integration/HTTPHandlers.cpp      |     6 +-
 libminifi/test/libtest/unit/CMakeLists.txt         |     1 +
 libminifi/test/libtest/unit/ProcessorUtils.h       |     5 +-
 libminifi/test/libtest/unit/ProvenanceTestHelper.h |     2 +-
 libminifi/test/libtest/unit/TestUtils.cpp          |    98 +
 libminifi/test/libtest/unit/TestUtils.h            |    12 +
 libminifi/test/schema-tests/CMakeLists.txt         |     2 +-
 libminifi/test/unit/CMakeLists.txt                 |     1 +
 libminifi/test/unit/ComponentManifestTests.cpp     |     8 +-
 libminifi/test/unit/PropertyValidationTests.cpp    |    12 +
 libminifi/test/unit/performance/CMakeLists.txt     |     2 +-
 minifi-api/CMakeLists.txt                          |     2 +-
 .../include/minifi-cpp/core/PropertyValidator.h    |    80 +-
 minifi-api/include/minifi-api.h                    |     4 +-
 minifi-api/include/minifi-cpp/agent/agent_docs.h   |   131 +-
 .../minifi-cpp/core/ControllerServiceType.h        |     2 +
 .../core/ControllerServiceTypeDefinition.h         |     2 +
 minifi-api/include/minifi-cpp/core/ProcessorApi.h  |     1 -
 minifi-api/include/minifi-cpp/core/Repository.h    |     4 +-
 .../minifi-cpp/provenance/ProvenanceRepository.h   |     4 +-
 minifi_main/AgentDocs.cpp                          |    73 +-
 minifi_main/CMakeLists.txt                         |     8 +-
 .../extensions/minifi_rs_playground/src/lib.rs     |     1 +
 minifi_rust/minifi_native/src/lib.rs               |     3 +
 .../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 -
 .../iodbc/all/conandata.yml                        |    19 +-
 thirdparty/iodbc/all/conanfile.py                  |    96 +
 .../GCC-15-needs-typedef-SQLRETURN-HPROC.patch     |     0
 .../__init__.py => thirdparty/iodbc/config.yml     |     4 +
 .../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/paho-mqtt/all/conandata.yml             |     7 +
 thirdparty/paho-mqtt/all/conanfile.py              |   171 +
 .../{ => all/patches}/cmake-openssl.patch          |     0
 .../__init__.py => thirdparty/paho-mqtt/config.yml |     4 +
 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 +
 .../soci/all/conandata.yml                         |    22 +-
 thirdparty/soci/all/conanfile.py                   |   180 +
 .../all/patches/disable-sqlwchar-support.patch     |    31 +
 .../odbc-get-parameter-name-bounds-safe.patch      |    17 +
 .../__init__.py => thirdparty/soci/config.yml      |     4 +
 thirdparty/soci/sqlite3-path.patch                 |    36 -
 thirdparty/wil/cmake_version.patch                 |     4 +-
 363 files changed, 18609 insertions(+), 14643 deletions(-)
 create mode 100644 .github/conan/compatibility.py
 create mode 100644 cmake/BundledIodbc.cmake
 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/{GetSol2.cmake => GetIODBC.cmake} (76%)
 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/{GetBZip2.cmake => GetSOCI.cmake} (65%)
 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
 copy cmake/{Open62541.cmake => Soci.cmake} (51%)
 delete mode 100644 cmake/mbedtls/dummy/FindMbedTLS.cmake
 create mode 100644 cmake/valgrind.supp
 copy extensions/python/tests/features/resources/multiplierutils.py => 
docker/settings_user.yml (94%)
 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 extensions/civetweb/tests/features/environment.py => 
thirdparty/iodbc/all/conandata.yml (67%)
 create mode 100644 thirdparty/iodbc/all/conanfile.py
 rename thirdparty/{iODBC => 
iodbc/all/patches}/GCC-15-needs-typedef-SQLRETURN-HPROC.patch (100%)
 copy extensions/python/pythonprocessors/nifi_python_processors/__init__.py => 
thirdparty/iodbc/config.yml (95%)
 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
 create mode 100644 thirdparty/paho-mqtt/all/conandata.yml
 create mode 100644 thirdparty/paho-mqtt/all/conanfile.py
 rename thirdparty/paho-mqtt/{ => all/patches}/cmake-openssl.patch (100%)
 copy extensions/python/pythonprocessors/nifi_python_processors/__init__.py => 
thirdparty/paho-mqtt/config.yml (95%)
 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%)
 copy extensions/civetweb/tests/features/environment.py => 
thirdparty/soci/all/conandata.yml (57%)
 create mode 100644 thirdparty/soci/all/conanfile.py
 create mode 100644 thirdparty/soci/all/patches/disable-sqlwchar-support.patch
 create mode 100644 
thirdparty/soci/all/patches/odbc-get-parameter-name-bounds-safe.patch
 copy extensions/python/pythonprocessors/nifi_python_processors/__init__.py => 
thirdparty/soci/config.yml (95%)
 delete mode 100644 thirdparty/soci/sqlite3-path.patch

Reply via email to