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

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


    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 20f6ed443 MINIFICPP-2600 Change RecordSetReader interface

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   (7740428cd)
            \
             N -- N -- N   refs/heads/MINIFICPP-2600 (20f6ed443)

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                 |   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 +-
 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 +-
 32 files changed, 424 insertions(+), 408 deletions(-)

Reply via email to