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

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


    omit e230c2c15 Fix clang tidy issues
    omit 7a7bce2b3 Fix license
    omit 83a550006 MINIFICPP-2596 Add XMLRecordSetWriter controller service
    omit 12d65b4df Fix clang tidy issues
    omit 5575ba3ed Fix build
    omit fab97fea8 Fix license
    omit b111da967 MINIFICPP-2594 Add XMLReader controller service
    omit 7740428cd MINIFICPP-2600 Change RecordSetReader interface
     add 95ca031d6 MINIFICPP-2362 Improve handling of script extensions in 
Windows MSI
     add 30ddcb946 MINIFICPP-2561 Properties with Allowed Values or Complex 
validators cannot support Expression Language
     add d8dc39183 MINIFICPP-2615 Workaround for flaky ExpressionLanguageTest 
on macOS
     add 79277cb13 MINIFICPP-2616 Fix kafka image in docker tests
     add d2b692785 MINIFICPP-2617 Update version number to 0.99.2
     add e92801c8a MINIFICPP-2618 Fix build failure of zlib on MacOS runner
     add 35f98753d MINIFICPP-2619 Fix deadlock of ThreadPool shutdown
     add 859cc6f12 MINIFICPP-2600 Change RecordSetReader interface
     add e146cde94 MINIFICPP-2594 Add XMLReader controller service
     add a2dbaa507 Fix license
     add eb6f7c9a4 Fix build
     add 373020b3d Fix clang tidy issues
     add a1a9cb9e3 Fix issue with Apple clang 17
     add 9e2686cd9 Fix double emplace undefined behavior
     add be4d7f142 MINIFICPP-2596 Add XMLRecordSetWriter controller service
     add 7859868aa Fix license
     add d070bdcf6 Fix clang tidy issues

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   (e230c2c15)
            \
             N -- N -- N   refs/heads/MINIFICPP-2596 (d070bdcf6)

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:
 CMakeLists.txt                                     |  10 +-
 cmake/BundledOpenCV.cmake                          |   4 +-
 cmake/BundledZLIB.cmake                            |  12 +-
 cmake/Catch2.cmake                                 |   4 +-
 cmake/zlib/dummy/FindZLIB.cmake                    |   4 -
 conanfile.py                                       |   2 +-
 .../include/core/PropertyDefinitionBuilder.h       |  11 +
 core-framework/include/utils/PropertyErrors.h      |   3 +-
 core-framework/include/utils/ThreadPool.h          |   1 -
 core-framework/src/utils/ThreadPool.cpp            |   6 +-
 .../cluster/containers/KafkaBrokerContainer.py     |   2 +-
 .../azure/processors/FetchAzureDataLakeStorage.h   |   1 -
 .../azure/tests/FetchAzureDataLakeStorageTests.cpp |  14 +-
 .../tests/ExpressionLanguageTests.cpp              |  10 +-
 .../libarchive/tests/CompressContentTests.cpp      | 619 ++++++++++-----------
 .../llamacpp/tests/RunLlamaCppInferenceTests.cpp   |   2 +-
 extensions/opc/include/putopc.h                    |   3 +-
 extensions/opc/tests/PutOpcProcessorTests.cpp      |  22 +-
 extensions/python/PYTHON.md                        |   3 +-
 extensions/sql/processors/FlowFileSource.h         |   2 -
 .../controllers/JsonTreeReader.cpp                 |   6 +-
 .../standard-processors/controllers/XMLReader.cpp  |   4 +-
 extensions/standard-processors/processors/GetTCP.h |   2 -
 extensions/standard-processors/processors/PutTCP.h |   2 -
 .../standard-processors/processors/RetryFlowFile.h |   1 -
 .../standard-processors/tests/unit/GetTCPTests.cpp |   2 +-
 .../tests/unit/XMLReaderTests.cpp                  |   5 +-
 libminifi/CMakeLists.txt                           |   2 +-
 .../include/core/logging/LoggerConfiguration.h     |   2 +-
 libminifi/test/libtest/unit/RecordSetTesters.h     |   2 +-
 libminifi/test/unit/LogMetricsPublisherTests.cpp   |   3 +-
 libminifi/test/unit/LoggerTests.cpp                |  57 +-
 libminifi/test/unit/PropertyValidationTests.cpp    |  18 +-
 msi/WixWin.wsi.in                                  |   2 +-
 34 files changed, 430 insertions(+), 413 deletions(-)

Reply via email to