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

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


    omit da13d35b0 Fix after rebase
    omit 6acd387d2 Review update
    omit 603363cd8 Review update
    omit 60fd1fbe6 MINIFICPP-2458 Create EvaluateJsonPath processor
     add c1565bdce MINIFICPP-2597 Replace removed thirdparty actions (part 2)
     add f85ebaa75 MINIFICPP-2567 C++23 Support
     add 5eda82dc1 MINIFICPP-2563 Add build option for enabling link time 
optimization
     add 97087b22e MINIFICPP-2601 Separate protobuf library from grpc
     add 0ed0524e7 MINIFICPP-2608 Refresh outdated linter cmake target
     add 923afbceb MINIFICPP-2458 Create EvaluateJsonPath processor
     add 18f6638e1 Review update
     add 665e72480 Review update
     add 962189796 Fix after rebase
     add f067a7e6a Fix clang tidy

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   (da13d35b0)
            \
             N -- N -- N   refs/heads/MINIFICPP-2458 (f067a7e6a)

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:
 .clang-tidy                                        |  57 +-
 .dockerignore                                      |   2 +
 .github/workflows/ci.yml                           |  60 +-
 .github/workflows/compiler-support.yml             |  51 ++
 .github/workflows/verify-package.yml               |   3 +-
 CMakeLists.txt                                     |  50 +-
 CONTRIBUTING.md                                    |   3 -
 LICENSE                                            |   2 +-
 README.md                                          |   5 +-
 bootstrap.sh                                       |   7 +
 bootstrap/system_dependency.py                     |   2 +-
 bstrp_functions.sh                                 |  11 +-
 cmake/Abseil.cmake                                 |   1 +
 cmake/ArgParse.cmake                               |   1 +
 cmake/Asio.cmake                                   |   5 +-
 cmake/AzureSdkCpp.cmake                            |   4 +-
 cmake/BundledAwsSdkCpp.cmake                       |   4 +-
 cmake/BundledOpen62541.cmake                       |   3 +-
 cmake/BundledOpenCV.cmake                          |   6 +
 cmake/BundledRocksDB.cmake                         |  17 +-
 cmake/Bustache.cmake                               |   7 +-
 cmake/Catch2.cmake                                 |   5 +-
 cmake/CivetWeb.cmake                               |   1 +
 cmake/Couchbase.cmake                              |   9 +-
 cmake/{Couchbase.cmake => Couchbase_1_0_2.cmake}   |   4 +-
 cmake/CppVersion.cmake                             |  19 +-
 cmake/Crc32c.cmake                                 |   1 +
 cmake/Date.cmake                                   |   2 +
 cmake/ExpectedLite.cmake                           |   8 +-
 cmake/Extensions.cmake                             |   8 -
 cmake/FetchBenchmark.cmake                         |   1 +
 cmake/FetchUvc.cmake                               |   1 +
 cmake/Fetchlibrdkafka.cmake                        |   1 +
 cmake/{GetFmt.cmake => GetFmt_11_0_2.cmake}        |   8 +-
 cmake/GetSpdlog.cmake                              |   9 +-
 cmake/GoogleCloudCpp.cmake                         |  12 +-
 cmake/Grpc.cmake                                   |  18 +-
 cmake/GslLite.cmake                                |   1 +
 cmake/JoltTests.cmake                              |   1 +
 cmake/JsonSchemaValidator.cmake                    |   3 +-
 cmake/KubernetesClientC.cmake                      |   3 +
 cmake/LZ4.cmake                                    |   1 +
 cmake/LibLZMA.cmake                                |   3 +-
 cmake/LlamaCpp.cmake                               |  10 +-
 cmake/Lua.cmake                                    |   1 +
 cmake/MagicEnum.cmake                              |   3 +-
 cmake/MiMalloc.cmake                               |   1 +
 cmake/MiNiFiOptions.cmake                          |   1 +
 cmake/PahoMqttC.cmake                              |  15 +-
 cmake/Prometheus.cmake                             |   1 +
 cmake/Protobuf.cmake                               |  37 ++
 cmake/RangeV3.cmake                                |   7 +
 cmake/RpMalloc.cmake                               |   1 +
 cmake/Sol2.cmake                                   |  36 +-
 cmake/Spdlog.cmake                                 |   7 +-
 cmake/Zstd.cmake                                   |   1 +
 cmake/fmt.cmake                                    |   5 +-
 cmake/{fmt.cmake => fmt_11_0_2.cmake}              |   1 +
 core-framework/include/utils/expected.h            |  29 +-
 core-framework/include/utils/net/AsioCoro.h        |   4 +-
 core-framework/include/utils/net/AsioSocketUtils.h |   2 +-
 core-framework/src/utils/net/DNS.cpp               |   7 +-
 docker/centos/Dockerfile                           |  67 ---
 docker/compiler-test/clang.Dockerfile              |  22 +
 docker/compiler-test/gcc.Dockerfile                |  18 +
 extension-framework/include/ResourceClaim.h        |   2 +-
 .../include/controllers/SSLContextService.h        |   2 +-
 .../controllers/SSLContextServiceInterface.h       |   2 +-
 extension-framework/include/core/StateManager.h    |   3 +-
 extension-framework/include/core/StateStorage.h    |   6 +-
 .../include/utils/ProcessorConfigUtils.h           |  51 +-
 extensions/aws/CMakeLists.txt                      |   2 -
 extensions/azure/CMakeLists.txt                    |   2 -
 extensions/bustache/CMakeLists.txt                 |   1 -
 extensions/civetweb/CMakeLists.txt                 |   1 -
 extensions/couchbase/CMakeLists.txt                |   8 +-
 extensions/elasticsearch/CMakeLists.txt            |   1 -
 extensions/execute-process/CMakeLists.txt          |   1 -
 extensions/expression-language/CMakeLists.txt      |   2 +-
 .../tests/ProcessContextExprTests.cpp              |  38 +-
 extensions/gcp/CMakeLists.txt                      |   4 +-
 extensions/gcp/tests/CMakeLists.txt                |   8 +-
 extensions/grafana-loki/CMakeLists.txt             |   2 -
 extensions/kafka/CMakeLists.txt                    |   1 -
 extensions/kubernetes/CMakeLists.txt               |   1 -
 extensions/libarchive/CMakeLists.txt               |   1 -
 extensions/llamacpp/CMakeLists.txt                 |   1 -
 extensions/lua/CMakeLists.txt                      |   1 -
 extensions/mqtt/CMakeLists.txt                     |   1 -
 extensions/opc/CMakeLists.txt                      |   1 -
 extensions/opencv/CMakeLists.txt                   |   1 -
 extensions/pdh/CMakeLists.txt                      |   1 -
 extensions/procfs/CMakeLists.txt                   |   1 -
 extensions/prometheus/CMakeLists.txt               |   1 -
 extensions/python/CMakeLists.txt                   |   1 -
 extensions/rocksdb-repos/CMakeLists.txt            |   1 -
 .../rocksdb-repos/database/RocksDatabase.cpp       |  17 +-
 extensions/rocksdb-repos/database/RocksDatabase.h  |   2 -
 .../rocksdb-repos/database/RocksDbInstance.cpp     |   5 +-
 .../rocksdb-repos/database/RocksDbInstance.h       |   2 +-
 extensions/script/CMakeLists.txt                   |   1 -
 extensions/sftp/CMakeLists.txt                     |   1 -
 extensions/smb/CMakeLists.txt                      |   1 -
 extensions/splunk/CMakeLists.txt                   |   1 -
 extensions/sql/CMakeLists.txt                      |   3 +-
 extensions/sql/processors/ExecuteSQL.cpp           |   3 +-
 extensions/standard-processors/CMakeLists.txt      |   1 -
 .../controllers/JsonRecordSetWriter.cpp            |  10 +-
 .../controllers/JsonTreeReader.cpp                 |   2 +-
 .../standard-processors/modbus/ByteConverters.h    |   1 +
 .../processors/EvaluateJsonPath.cpp                |   2 +-
 .../tests/unit/ManifestTests.cpp                   |   6 +-
 .../standard-processors/tests/unit/PutTCPTests.cpp |   2 +-
 .../tests/unit/RecordSetTests.cpp                  |  16 +-
 extensions/systemd/CMakeLists.txt                  |   1 -
 extensions/test-processors/CMakeLists.txt          |   1 -
 extensions/windows-event-log/CMakeLists.txt        |   1 -
 libminifi/src/agent/agent_docs.cpp                 |   9 +-
 libminifi/src/core/RecordField.cpp                 |   6 +-
 .../src/core/flow/StructuredConfiguration.cpp      |   6 +-
 libminifi/test/libtest/unit/TestRecord.h           |  12 +-
 libminifi/test/unit/ExpectedTest.cpp               |  26 +-
 libminifi/test/unit/NetUtilsTest.cpp               |  30 +-
 minifi-api/include/minifi-cpp/core/RecordField.h   |  26 +-
 minifi-api/include/minifi-cpp/utils/Literals.h     |  22 +-
 run_clang_tidy.sh                                  |   2 +-
 .../fix-deprecated-literal-operator.patch          |  31 +
 .../include-cinttypes-for-uint8_t-gcc15-fix.patch  |  24 +
 .../bustache/fix-deprecated-literal-operator.patch |  19 +
 thirdparty/couchbase/c++23_fixes.patch             |  78 +++
 ...rdparty.patch => remove-thirdparty-1.0.2.patch} |   0
 thirdparty/couchbase/remove-thirdparty.patch       | 123 +++-
 thirdparty/google-cloud-cpp/c++23_fixes.patch      |  19 +
 thirdparty/grpc/fix-constants-on-windows.patch     |  35 --
 thirdparty/grpc/fix-protobuf-find-package.patch    |  22 +
 ...e-custom-commands-for-unused-dependencies.patch | 428 --------------
 .../GCC-15-needs-typedef-SQLRETURN-HPROC.patch     |  25 +
 thirdparty/llamacpp/cpp-23-fixes.patch             |  24 +
 thirdparty/opencv/c++23_fixes.patch                |  23 +
 .../1576-Changed-bool-typedef-to-bit.patch         |  96 +++
 thirdparty/ranges-v3/remove-deprecated.patch       |  27 +
 thirdparty/rocksdb/all/patches/arm7.patch          |  15 -
 thirdparty/rocksdb/all/patches/c++23_fixes.patch   | 641 +++++++++++++++++++++
 thirdparty/rocksdb/all/patches/cstdint.patch       |  12 -
 144 files changed, 1749 insertions(+), 956 deletions(-)
 create mode 100644 .github/workflows/compiler-support.yml
 copy cmake/{Couchbase.cmake => Couchbase_1_0_2.cmake} (97%)
 copy cmake/{GetFmt.cmake => GetFmt_11_0_2.cmake} (86%)
 create mode 100644 cmake/Protobuf.cmake
 copy cmake/{fmt.cmake => fmt_11_0_2.cmake} (98%)
 delete mode 100644 docker/centos/Dockerfile
 create mode 100644 docker/compiler-test/clang.Dockerfile
 create mode 100644 docker/compiler-test/gcc.Dockerfile
 create mode 100644 thirdparty/aws-sdk-cpp/fix-deprecated-literal-operator.patch
 create mode 100644 
thirdparty/azure-sdk-cpp/include-cinttypes-for-uint8_t-gcc15-fix.patch
 create mode 100644 thirdparty/bustache/fix-deprecated-literal-operator.patch
 create mode 100644 thirdparty/couchbase/c++23_fixes.patch
 copy thirdparty/couchbase/{remove-thirdparty.patch => 
remove-thirdparty-1.0.2.patch} (100%)
 create mode 100644 thirdparty/google-cloud-cpp/c++23_fixes.patch
 delete mode 100644 thirdparty/grpc/fix-constants-on-windows.patch
 create mode 100644 thirdparty/grpc/fix-protobuf-find-package.patch
 delete mode 100644 
thirdparty/grpc/remove-custom-commands-for-unused-dependencies.patch
 create mode 100644 thirdparty/iODBC/GCC-15-needs-typedef-SQLRETURN-HPROC.patch
 create mode 100644 thirdparty/llamacpp/cpp-23-fixes.patch
 create mode 100644 thirdparty/opencv/c++23_fixes.patch
 create mode 100644 thirdparty/paho-mqtt/1576-Changed-bool-typedef-to-bit.patch
 create mode 100644 thirdparty/ranges-v3/remove-deprecated.patch
 delete mode 100644 thirdparty/rocksdb/all/patches/arm7.patch
 create mode 100644 thirdparty/rocksdb/all/patches/c++23_fixes.patch
 delete mode 100644 thirdparty/rocksdb/all/patches/cstdint.patch

Reply via email to