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

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


    omit a661c6d23 Fix verify-python-compatibility.yml
    omit 682468c9c MiNiFi-CPP Verify Python Compatibility move from centos to 
rocky
    omit 799c0e555 review changes
    omit 1a42d918c review changes
    omit 4ceb7d798 review changes
    omit 38eb2a776 MINIFICPP-2345 Upgrade CI matrix
     add f3ae9b64b MINIFICPP-2359 Upgrade docker base image to 3.19.1
     add 33712109d MINIFICPP-2364 - Add plist file to the package
     add cf31c0ed1 MINIFICPP-2365 - Use .so extension on macOS as well
     add a029f837e MINIFICPP-2366 various OSSP-uuid fixes
     add c69805c42 MINIFICPP-2372 Update NOTICE year to 2024
     add ef58807d7 MINIFICPP-2371 Build fix for >= libc++17
     add 2e9e78cd7 MINIFICPP-2347 Add path of the json node to the exception
     add 9ee448e25 MINIFICPP-2345 Upgrade CI matrix
     add 84e76a5a0 review changes
     add 362c018df review changes
     add c5781649a review changes
     add 25dd827cd MiNiFi-CPP Verify Python Compatibility move from centos to 
rocky
     add 66138ad1a Fix verify-python-compatibility.yml

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   (a661c6d23)
            \
             N -- N -- N   refs/heads/MINIFICPP-2345 (66138ad1a)

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/workflows/ci.yml                      |  3 --
 CMakeLists.txt                                | 18 +++++--
 NOTICE                                        |  4 +-
 bootstrap/package_manager.py                  |  5 ++
 bootstrap/system_dependency.py                |  1 +
 cmake/BundledOSSPUUID.cmake                   | 15 +++---
 cmake/BundledRocksDB.cmake                    |  4 +-
 cmake/Date.cmake                              |  6 +++
 docker/Dockerfile                             |  2 +-
 docker/test/integration/cluster/ImageStore.py |  2 +-
 extensions/expression-language/CMakeLists.txt | 29 +++++++++++
 extensions/python/CMakeLists.txt              |  4 +-
 libminifi/include/core/flow/Node.h            | 15 +++---
 libminifi/include/core/json/JsonNode.h        | 34 ++++++-------
 libminifi/include/utils/OsUtils.h             |  1 +
 libminifi/include/utils/TimeUtil.h            |  2 +-
 libminifi/src/core/flow/Node.cpp              |  5 +-
 thirdparty/date/826_libcpp_17_build_fix.patch | 69 +++++++++++++++++++++++++++
 thirdparty/rocksdb/cstdint.patch              | 12 +++++
 19 files changed, 183 insertions(+), 48 deletions(-)
 create mode 100644 thirdparty/date/826_libcpp_17_build_fix.patch
 create mode 100644 thirdparty/rocksdb/cstdint.patch

Reply via email to