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 ff43ef4f4 MINIFICPP-2042 Deprecate the Both output format in CWEL
     new 19a668dba MINIFICPP-2388 Fix warnings on Windows build
     new 4c080323a MINIFICPP-2419 Fix splunk docker tests

The 2 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                                      |  7 ----
 .github/workflows/ci.yml                           |  2 +-
 CMakeLists.txt                                     |  2 +-
 README.md                                          | 12 +++----
 cmake/Abseil.cmake                                 |  1 +
 cmake/GoogleCloudCpp.cmake                         |  5 +++
 .../test/integration/cluster/DockerTestCluster.py  |  4 ---
 .../integration/cluster/checkers/SplunkChecker.py  | 21 +----------
 .../features/MiNiFi_integration_test_driver.py     |  6 ----
 docker/test/integration/features/splunk.feature    |  4 ---
 docker/test/integration/features/steps/steps.py    |  6 ----
 .../integration/minifi/processors/PutSplunkHTTP.py |  3 +-
 .../minifi/processors/QuerySplunkIndexingStatus.py |  3 +-
 .../integration/resources/splunk-hec/Dockerfile    |  2 +-
 extensions/expression-language/.gitignore          |  7 ----
 extensions/expression-language/CMakeLists.txt      | 13 +++++--
 extensions/expression-language/CPPLINT.cfg         |  6 ----
 extensions/expression-language/Expression.cpp      |  2 ++
 extensions/gcp/processors/GCSProcessor.cpp         |  2 +-
 extensions/gcp/tests/CMakeLists.txt                |  4 ++-
 extensions/gps/tests/GPSTests.cpp                  |  5 ++-
 .../grafana-loki/tests/PushGrafanaLokiRESTTest.cpp |  2 +-
 extensions/opc/src/fetchopc.cpp                    |  3 +-
 extensions/opc/src/putopc.cpp                      |  3 +-
 extensions/python/types/PyProcessor.cpp            | 41 +++++++++++-----------
 extensions/sftp/client/SFTPClient.cpp              | 34 +++++++++---------
 extensions/sftp/processors/ListSFTP.cpp            |  6 ++--
 extensions/sftp/processors/PutSFTP.cpp             | 14 ++++----
 .../controllers/JsonRecordSetWriter.cpp            |  4 +--
 .../processors/AttributeRollingWindow.cpp          |  2 +-
 .../tests/unit/YamlConnectionParserTest.cpp        |  4 +--
 extensions/standard-processors/utils/JoltUtils.cpp | 10 +++---
 libminifi/include/core/PropertyDefinition.h        |  2 ++
 libminifi/include/core/Resource.h                  |  4 +++
 libminifi/include/http/HTTPClient.h                |  3 +-
 libminifi/include/io/CRCStream.h                   |  2 ++
 libminifi/src/core/json/JsonFlowSerializer.cpp     |  2 +-
 libminifi/src/utils/Cron.cpp                       |  2 +-
 nanofi/include/core/cstructs.h                     |  2 ++
 nanofi/include/sitetosite/CSiteToSite.h            |  4 +--
 nanofi/src/api/nanofi.cpp                          |  4 +--
 nanofi/src/core/cstream.c                          |  4 ++-
 nanofi/src/cxx/Plan.cpp                            |  2 +-
 nanofi/src/sitetosite/CRawSocketProtocol.c         |  2 +-
 44 files changed, 125 insertions(+), 148 deletions(-)
 delete mode 100644 extensions/expression-language/.gitignore
 delete mode 100644 extensions/expression-language/CPPLINT.cfg

Reply via email to