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 22c53eff3 Make jsoncons system headers
    omit 316009777 Revert "Fix clang tidy issues"
    omit 8fd11595e Fix clang tidy issues
    omit bfcf9e411 Fix clang tidy
    omit 4f6099cc4 Fix after rebase
    omit d37701674 Review update
    omit fcbdd4ed1 Review update
    omit c2201ddf5 MINIFICPP-2458 Create EvaluateJsonPath processor
     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
     new 21d9dca16 MINIFICPP-2458 Create EvaluateJsonPath processor
     new 5971b19cc Review update
     new 6c799125f Review update
     new 11c93cd8a Fix after rebase
     new f5fe4b9c8 Fix clang tidy
     new 45b99ee17 Fix clang tidy issues
     new e7d5bdb11 Revert "Fix clang tidy issues"
     new 87e31c93e Make jsoncons system headers

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   (22c53eff3)
            \
             N -- N -- N   refs/heads/MINIFICPP-2458 (87e31c93e)

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.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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 -
 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 +-
 libminifi/CMakeLists.txt                           |   2 +-
 .../include/core/logging/LoggerConfiguration.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 +-
 30 files changed, 421 insertions(+), 405 deletions(-)

Reply via email to