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 d23e59615 MINIFICPP-2105 - Validate ConsumeWindowsEventLogs 
output/json format
     new 9f8dec516 MINIFICPP-2106 Add 'Use Path Style Access' property to 
PutS3Object
     new 242686b5a MINIFICPP-2089 CWEL: prefix EventData in flattened JSON
     new 0f6cabc75 MINIFICPP-2037 Build SSLContext from minifi.properties for 
SSL communication on C2

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:
 CMakeLists.txt                                     |  1 +
 PROCESSORS.md                                      |  3 +-
 .../integration/MiNiFi_integration_test_driver.py  |  3 +
 docker/test/integration/cluster/ContainerStore.py  |  3 +
 .../test/integration/cluster/DockerTestCluster.py  |  3 +
 .../cluster/containers/MinifiContainer.py          |  8 +++
 .../integration/features/minifi_c2_server.feature  | 11 +++-
 docker/test/integration/steps/steps.py             |  6 ++
 extensions/aws/processors/PutS3Object.cpp          |  6 ++
 extensions/aws/processors/PutS3Object.h            |  5 +-
 .../processors/S3ProcessorStaticDefinitions.cpp    |  8 +++
 extensions/aws/s3/S3ClientRequestSender.cpp        |  5 +-
 extensions/aws/s3/S3ClientRequestSender.h          |  3 +-
 extensions/aws/s3/S3RequestSender.h                |  3 +-
 extensions/aws/s3/S3Wrapper.cpp                    |  2 +-
 extensions/aws/s3/S3Wrapper.h                      |  1 +
 extensions/aws/tests/MockS3RequestSender.h         |  9 ++-
 extensions/aws/tests/PutS3ObjectTests.cpp          |  9 +++
 extensions/http-curl/protocols/RESTSender.cpp      |  7 +++
 .../tests/CWELCustomProviderTests.cpp              |  7 ++-
 .../tests/ConsumeWindowsEventLogTests.cpp          |  8 +--
 extensions/windows-event-log/wel/JSONUtils.cpp     | 68 +++++++++++++++-------
 22 files changed, 141 insertions(+), 38 deletions(-)

Reply via email to