This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 242498170 MINIFICPP-2530 Fix various issues and cleanup OPC processors
new 9928fa7e9 MINIFICPP-2512 Only use a single logger per processor
new 1c5538f85 MINIFICPP-2559 Remove Apache RAT dependency
new 68f88bc15 MINIFICPP-2560 Extract static analysis to separate jobs in CI
The 3 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:
.dockerignore | 1 -
.github/workflows/ci.yml | 123 ++++++++++++++++++---
.gitignore | 1 -
CMakeLists.txt | 7 --
bootstrap/cli.py | 6 +
bootstrap/main.py | 6 +-
cmake/RunApacheRAT.cmake | 49 --------
extension-utils/include/core/AbstractProcessor.h | 6 +-
extensions/bustache/ApplyTemplate.h | 7 +-
extensions/civetweb/processors/ListenHTTP.h | 4 +-
extensions/couchbase/processors/GetCouchbaseKey.h | 1 -
extensions/couchbase/processors/PutCouchbaseKey.h | 1 -
extensions/elasticsearch/PostElasticsearch.h | 4 +-
extensions/execute-process/ExecuteProcess.h | 2 +-
.../processors/CollectKubernetesPodMetrics.h | 2 +-
extensions/libarchive/BinFiles.h | 1 -
extensions/libarchive/CompressContent.h | 6 +-
extensions/libarchive/FocusArchiveEntry.h | 6 +-
extensions/libarchive/ManipulateArchive.h | 4 +-
extensions/libarchive/MergeContent.h | 2 +-
extensions/libarchive/UnfocusArchiveEntry.h | 6 +-
extensions/mqtt/processors/AbstractMQTTProcessor.h | 2 -
extensions/mqtt/processors/ConsumeMQTT.h | 2 +-
extensions/mqtt/processors/PublishMQTT.h | 4 +-
extensions/opencv/CaptureRTSPFrame.h | 4 +-
extensions/opencv/MotionDetector.h | 2 +-
extensions/procfs/processors/ProcFsMonitor.h | 2 +-
extensions/python/ExecutePythonProcessor.h | 3 +-
extensions/script/ExecuteScript.h | 5 +-
extensions/smb/FetchSmb.h | 2 +-
extensions/smb/ListSmb.h | 4 +-
extensions/smb/PutSmb.h | 4 +-
extensions/splunk/PutSplunkHTTP.h | 2 +-
.../standard-processors/modbus/FetchModbusTcp.h | 2 +-
.../processors/AppendHostInfo.h | 4 +-
.../processors/AttributeRollingWindow.h | 1 -
.../processors/AttributesToJSON.h | 4 +-
.../processors/DefragmentText.h | 4 +-
.../standard-processors/processors/ExtractText.h | 6 +-
.../standard-processors/processors/FetchFile.h | 4 +-
.../processors/GenerateFlowFile.h | 3 +-
.../standard-processors/processors/GetFile.h | 4 +-
extensions/standard-processors/processors/GetTCP.h | 6 +-
.../standard-processors/processors/HashContent.h | 4 +-
.../standard-processors/processors/InvokeHTTP.h | 8 +-
.../processors/JoltTransformJSON.h | 7 +-
.../standard-processors/processors/ListFile.h | 6 +-
.../standard-processors/processors/LogAttribute.h | 2 +-
.../standard-processors/processors/PutFile.h | 4 +-
.../standard-processors/processors/PutTCP.cpp | 6 +-
extensions/standard-processors/processors/PutTCP.h | 3 +-
.../standard-processors/processors/RetryFlowFile.h | 8 +-
.../processors/RouteOnAttribute.h | 4 +-
.../processors/SegmentContent.h | 5 +-
.../standard-processors/processors/SplitContent.h | 5 +-
.../standard-processors/processors/SplitRecord.h | 2 -
.../standard-processors/processors/SplitText.h | 4 +-
.../standard-processors/processors/TailFile.h | 4 +-
.../processors/UpdateAttribute.h | 6 +-
.../tests/unit/ProcessorTests.cpp | 2 +
extensions/systemd/ConsumeJournald.cpp | 6 +-
extensions/systemd/ConsumeJournald.h | 1 -
extensions/test-processors/KamikazeProcessor.h | 4 +-
.../test-processors/LogOnDestructionProcessor.h | 8 +-
.../windows-event-log/ConsumeWindowsEventLog.cpp | 6 +-
.../windows-event-log/ConsumeWindowsEventLog.h | 3 +-
.../libtest/unit/ReadFromFlowFileTestProcessor.h | 4 +-
.../libtest/unit/WriteToFlowFileTestProcessor.h | 4 +-
68 files changed, 231 insertions(+), 204 deletions(-)
delete mode 100644 cmake/RunApacheRAT.cmake