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

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


    omit b176e5803 MINIFICPP-2866 Add Conan support for SOCI and iODBC libraries
    omit 4ba973876 MINIFICPP-2861 Add Conan support for docker and clang CI 
builds
    omit 17c0339da Review update
    omit a32b27fd1 Fix building static kubernetes lib using conan
    omit 7eb239a8c MINIFICPP-2860 Add Conan support for the remaining 
thirdparty libraries
    omit c719d2e58 Fix Windows environment setting
    omit dc7f66de8 Fix fips compilation with conan
    omit 027c4b04a Fix kafka compilation options
    omit 9dcde074e Remove unused mqtt patch
    omit 2ee88283e remove unnecessary get_safe calls
    omit fe62affcd Review update
    omit 0c2bf91dc MINIFICPP-2859 Extend Conan usage and integrate it in 
Windows and MacOS CI jobs
     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 aad7c821f MINIFICPP-2861 Add Conan support for docker and clang CI 
builds
     add 233294e3a MINIFICPP-2866 Add Conan support for SOCI and iODBC libraries

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   (b176e5803)
            \
             N -- N -- N   refs/heads/MINIFICPP-2866 (233294e3a)

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:
 .../ubuntu_22_04_clang_arm_manifest.json           | 24940 ++++++++++---------
 CMakeLists.txt                                     |     2 +-
 Extensions.md                                      |     2 +
 README.md                                          |     2 +-
 behave_framework/pyproject.toml                    |     2 +-
 bootstrap/cli.py                                   |    18 +-
 bootstrap/cmake_parser.py                          |     4 +-
 bootstrap/package_manager.py                       |     4 +-
 cmake/Extensions.cmake                             |     4 +-
 cmake/GetSOCI.cmake                                |     2 -
 controller/CMakeLists.txt                          |     2 +-
 core-framework/CMakeLists.txt                      |     1 +
 core-framework/include/agent/agent_docs.h          |    26 +-
 core-framework/include/core/ProcessorImpl.h        |    12 +-
 core-framework/include/core/Repository.h           |     4 +-
 core-framework/include/core/Resource.h             |     8 +-
 .../libtest/CProcessorTestUtils.h                  |     9 +-
 .../include/core/AbstractProcessor.h               |     3 -
 extensions/ExtensionHeader.txt                     |     3 +-
 extensions/ExtensionInitializer.cpp                |     1 +
 extensions/aws/AwsLoader.cpp                       |     1 +
 extensions/aws/tests/CMakeLists.txt                |     1 +
 extensions/aws/tests/S3TestsFixture.h              |     4 +-
 .../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/tests/CMakeLists.txt           |     1 +
 extensions/civetweb/tests/CMakeLists.txt           |     1 +
 extensions/couchbase/tests/CMakeLists.txt          |     1 +
 extensions/elasticsearch/tests/CMakeLists.txt      |     1 +
 extensions/execute-process/test/CMakeLists.txt     |     2 +
 extensions/gcp/ExtensionInitializer.cpp            |     1 +
 extensions/gcp/tests/CMakeLists.txt                |     2 +
 extensions/grafana-loki/PushGrafanaLokiGrpc.cpp    |     2 +-
 extensions/grafana-loki/PushGrafanaLokiREST.cpp    |     2 +-
 extensions/grafana-loki/tests/CMakeLists.txt       |     1 +
 extensions/kafka/ExtensionInitializer.cpp          |     1 +
 extensions/kafka/tests/CMakeLists.txt              |     1 +
 extensions/kubernetes/tests/CMakeLists.txt         |     1 +
 extensions/libarchive/tests/CMakeLists.txt         |     1 +
 extensions/llamacpp/ExtensionInitializer.cpp       |     1 +
 extensions/llamacpp/tests/CMakeLists.txt           |     1 +
 extensions/lua/tests/CMakeLists.txt                |     1 +
 extensions/mqtt/tests/CMakeLists.txt               |     1 +
 extensions/opc/tests/CMakeLists.txt                |     1 +
 extensions/pdh/tests/CMakeLists.txt                |     1 +
 extensions/procfs/tests/CMakeLists.txt             |     1 +
 extensions/prometheus/tests/CMakeLists.txt         |     1 +
 extensions/python/ExecutePythonProcessor.h         |     1 -
 extensions/python/PythonCreator.h                  |     6 +-
 .../python/pythonlibloader/PythonLibLoader.cpp     |     1 +
 extensions/python/pythonloader/PyProcLoader.cpp    |     1 +
 extensions/python/tests/CMakeLists.txt             |     2 +
 .../python/tests/ExecutePythonProcessorTests.cpp   |     3 +-
 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/SFTPLoader.cpp                     |     1 +
 extensions/sftp/tests/CMakeLists.txt               |     1 +
 extensions/smb/tests/CMakeLists.txt                |     1 +
 extensions/splunk/tests/CMakeLists.txt             |     1 +
 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 +
 .../processors/LogAttribute.cpp                    |     2 +-
 .../standard-processors/tests/CMakeLists.txt       |     1 +
 .../tests/unit/ManifestTests.cpp                   |   208 +-
 .../tests/unit/ProcessorTests.cpp                  |    26 +-
 libminifi/CMakeLists.txt                           |     3 +-
 libminifi/include/Port.h                           |     4 +-
 libminifi/include/core/FlowFile.h                  |     2 +-
 libminifi/include/core/Processor.h                 |     4 +-
 libminifi/include/core/extension/Extension.h       |     1 +
 .../reporting/SiteToSiteProvenanceReportingTask.h  |     2 +-
 libminifi/include/provenance/Provenance.h          |   187 +-
 libminifi/include/utils/CControllerService.h       |     2 +-
 libminifi/include/utils/CProcessor.h               |     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/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 +-
 .../src/core/state/nodes/AgentInformation.cpp      |    33 +-
 libminifi/src/minifi-api.cpp                       |    23 +-
 libminifi/src/provenance/Provenance.cpp            |   115 +-
 libminifi/test/flow-tests/CMakeLists.txt           |     2 +-
 libminifi/test/integration/CMakeLists.txt          |     1 +
 .../extension-verification-test/CApiExtension.cpp  |     1 +
 .../CppApiExtension.cpp                            |     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 |    23 +-
 libminifi/test/libtest/unit/TestUtils.cpp          |    98 +
 libminifi/test/libtest/unit/TestUtils.h            |    12 +
 libminifi/test/unit/CMakeLists.txt                 |     1 +
 libminifi/test/unit/ComponentManifestTests.cpp     |     8 +-
 minifi-api/include/minifi-api.h                    |     1 +
 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/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/AgentDocs.cpp                          |    73 +-
 minifi_main/CMakeLists.txt                         |     2 +-
 .../extensions/minifi_rs_playground/src/lib.rs     |     1 +
 minifi_rust/minifi_native/src/lib.rs               |     3 +
 thirdparty/google-cloud-cpp/all/conanfile.py       |     6 +
 thirdparty/iodbc/all/conanfile.py                  |     3 +-
 thirdparty/wil/cmake_version.patch                 |     4 +-
 124 files changed, 13408 insertions(+), 12911 deletions(-)

Reply via email to