This is an automated email from the ASF dual-hosted git repository.
szaszm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 9a3616ff1 MINIFICPP-1933 Fix Lua unit tests on Windows
new bf5d3d25b MINIFICPP-1923 Refactor PutUDP to use asio
new f5b2ec7ff MINIFICPP-1941 Upgrade OPC UA library to version 1.3.3
new e812c3324 MINIFICPP-1943 Fixing memory leak in NetworkInterfaceInfo
new 248953e96 MINIFICPP-1947 add EXCLUDE_FROM_DEFAULT_BUILD to linter
The 4 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:
.github/workflows/ci.yml | 6 +-
CMakeLists.txt | 42 +++----
cmake/BundledOpen62541.cmake | 9 +-
cmake/Extensions.cmake | 11 +-
cmake/MiNiFiOptions.cmake | 3 +-
.../minifi/core/OPCUAServerContainer.py | 2 +-
extensions/opc/include/opc.h | 11 +-
extensions/opc/src/opc.cpp | 64 +++++-----
.../standard-processors/processors/PutUDP.cpp | 94 +++++++--------
extensions/standard-processors/processors/PutUDP.h | 2 -
.../tests/unit/ListenSyslogTests.cpp | 131 +++++++++++++++------
.../tests/unit/ListenTcpTests.cpp | 78 ++++++++++--
.../standard-processors/tests/unit/PutUDPTests.cpp | 118 ++++++++++---------
libminifi/include/utils/NetworkInterfaceInfo.h | 32 ++---
.../include/utils/net/SessionHandlingServer.h | 2 +-
libminifi/src/utils/NetworkInterfaceInfo.cpp | 16 +--
libminifi/src/utils/net/UdpServer.cpp | 2 +-
libminifi/test/Utils.h | 48 ++++++--
thirdparty/open62541/open62541.patch | 49 ++++----
win_build_vs.bat | 4 +-
20 files changed, 418 insertions(+), 306 deletions(-)