This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch MINIFICPP-2679
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit 4681e3ceb Review update
omit 546069cf0 MINIFICPP-2679 Move HTTP tests to modular docker tests
omit eaa861df7 Review update
omit b5a4fdb82 MINIFICPP-2682 Move Lua tests to modular docker tests
omit 17d5fe560 MINIFICPP-2680 Move Amazon Kinesis tests to modular docker
tests
omit 8cf1a6c92 Review update
omit 51c729d12 MINIFICPP-2678 Move Grafana Loki tests to modular docker
tests
omit fd29a4b4f Review update
omit 01726511c MINIFICPP-2677 Move GCP tests to modular docker tests
omit b8250775e Review update
omit 51aa4617f MINIFICPP-2689 Move Splunk tests to modular docker tests
omit b1ee2b97f Review update
omit cae094ca6 MINIFICPP-2675 Move Elasticsearch tests to modular docker
tests
omit b769649e4 Review update
omit 3e2a11d3a MINIFICPP-2674 Move Couchbase tests to modular docker tests
omit ac43cb931 Review update
omit f038e4789 MINIFICPP-2668 Move standard processor tests to modular
docker tests
omit 74f929736 Review update
omit 1e0a51fbc MINIFICPP-2666 Move Kafka tests to modular docker tests
add 40ff0a929 MINIFICPP-2666 Move Kafka tests to modular docker tests
add 9b84de3b8 MINIFICPP-2668 Move standard processor tests to modular
docker tests
add ca4fa86a2 MINIFICPP-2674 Move Couchbase tests to modular docker tests
add d74d89e30 MINIFICPP-2675 Move Elasticsearch tests to modular docker
tests
add 859c22db8 MINIFICPP-2689 Move Splunk tests to modular docker tests
add d71442ae1 MINIFICPP-2677 Move GCP tests to modular docker tests
add 38179ed19 MINIFICPP-2698 Update NOTICE year to 2026
add 90ddaae14 MINIFICPP-2678 Move Grafana Loki tests to modular docker
tests
add 34a79a9e3 MINIFICPP-2680 Move Amazon Kinesis tests to modular docker
tests
add a55d53657 MINIFICPP-2682 Move Lua tests to modular docker tests
add b6d0eb137 MINIFICPP-2701 ListenUDP udp.sender.port property
add 7e8ec5367 MINIFICPP-2704 Fix API version compatibility issue in Azure
tests
add ff46b86ec MINIFICPP-2679 Move HTTP tests to modular docker tests
add 7874d6e7b Review update
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 (4681e3ceb)
\
N -- N -- N refs/heads/MINIFICPP-2679 (7874d6e7b)
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:
NOTICE | 4 +--
PROCESSORS.md | 9 ++++---
.../src/minifi_test_framework/core/helpers.py | 8 ++++--
.../include/utils/MinifiConcurrentQueue.h | 15 ++++++++---
extension-framework/include/utils/net/Message.h | 15 +++++------
extension-framework/include/utils/net/Server.h | 8 ++++--
extension-framework/include/utils/net/TcpServer.h | 6 ++---
extension-framework/include/utils/net/UdpServer.h | 2 --
extension-framework/src/utils/net/TcpServer.cpp | 29 ++++++++++++----------
extension-framework/src/utils/net/UdpServer.cpp | 9 +++----
.../tests/features/steps/azure_server_container.py | 8 +++---
.../standard-processors/processors/GetTCP.cpp | 20 +++++++++------
extensions/standard-processors/processors/GetTCP.h | 7 ++++--
.../processors/ListenSyslog.cpp | 4 +--
.../standard-processors/processors/ListenTCP.cpp | 4 +--
.../standard-processors/processors/ListenUDP.cpp | 5 ++--
.../standard-processors/processors/ListenUDP.h | 5 ++--
.../processors/NetworkListenerProcessor.cpp | 9 ++++---
.../processors/NetworkListenerProcessor.h | 8 +++---
.../tests/unit/ListenSyslogTests.cpp | 26 +++++++++----------
.../tests/unit/ListenUDPTests.cpp | 24 ++++++++++--------
.../standard-processors/tests/unit/PutTCPTests.cpp | 10 ++++----
.../standard-processors/tests/unit/PutUDPTests.cpp | 7 +++---
libminifi/test/libtest/unit/TestUtils.cpp | 16 +++++++-----
libminifi/test/libtest/unit/TestUtils.h | 7 +++---
25 files changed, 152 insertions(+), 113 deletions(-)