This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch MINIFICPP-2686
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit 5fc1c72bf Fix after rebase
omit 5544be3a9 Review update
omit 06bcb55f2 Review update
omit da2bedc84 MINIFICPP-2686 Move Prometheus tests to modular docker tests
omit c084517c7 Review update
omit fdc298157 MINIFICPP-2685 Move MQTT tests to modular docker tests
omit 4a9e9cb2c Review update
omit f966fbe79 Review update
omit cb907ae1b MINIFICPP-2683 Move C2 docker tests to modular docker tests
add d24d32400 MINIFICPP-2683 Move C2 docker tests to modular docker tests
add e730451c9 MINIFICPP-2685 Move MQTT tests to modular docker tests
add ebc89c186 MINIFICPP-2256 Remove LoggerConfiguration::newInstance
add 3b1334649 MINIFICPP-2722 C API enum explicit type
add 3190ca615 MINIFICPP-2724 Add MinifiStatus return type to C api
function that might fail
add ad6400339 MINIFICPP-2686 Move Prometheus tests to modular docker tests
add 8a50f63bd Review update
add 883ad84c0 Review update
add a4391a6c0 Fix after rebase
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 (5fc1c72bf)
\
N -- N -- N refs/heads/MINIFICPP-2686 (a4391a6c0)
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:
.../include/api/core/ProcessContext.h | 2 -
.../include/api/utils/ProcessorConfigUtils.h | 24 +++----
.../cpp-extension-lib/src/core/ProcessContext.cpp | 10 ---
.../cpp-extension-lib/src/core/ProcessSession.cpp | 22 ++++--
.../include/utils/ProcessorConfigUtils.h | 24 +++----
.../azure/tests/FetchAzureDataLakeStorageTests.cpp | 2 +-
.../llamacpp/tests/RunLlamaCppInferenceTests.cpp | 4 +-
extensions/mqtt/tests/ConsumeMQTTTests.cpp | 4 +-
extensions/mqtt/tests/PublishMQTTTests.cpp | 2 +-
.../tests/unit/SegmentContentTests.cpp | 4 +-
.../tests/unit/SplitContentTests.cpp | 2 +-
.../tests/unit/SplitTextTests.cpp | 2 +-
.../include/core/logging/LoggerConfiguration.h | 9 +--
libminifi/src/minifi-c.cpp | 31 ++++----
libminifi/test/libtest/unit/TestBase.cpp | 7 +-
libminifi/test/unit/LoggerTests.cpp | 84 +++++++++++-----------
minifi-api/include/minifi-c/minifi-c.h | 15 ++--
minifi-api/minifi-c-api.def | 1 -
18 files changed, 122 insertions(+), 127 deletions(-)