This is an automated email from the ASF dual-hosted git repository.

fgerlits pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


    from 2173e13e1 MINIFICPP-1987 Configuring processor metrics with regular 
expressions
     new 78a5c85b8 MINIFICPP-1965 Add CMAKE flags to select malloc 
implementation
     new 572e7e928 MINIFICPP-2032 Add support for new AWS regions
     new 06d1d1610 MINIFICPP-2004 Remove default property values from 
kubernetes examples

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                                     |  28 ++--
 PROCESSORS.md                                      | 155 +++++++++++----------
 cmake/BundledAwsSdkCpp.cmake                       |  15 +-
 cmake/{ExpectedLite.cmake => MiMalloc.cmake}       |  13 +-
 cmake/MiNiFiOptions.cmake                          |   9 ++
 cmake/{Abseil.cmake => RpMalloc.cmake}             |  18 ++-
 docker/requirements.txt                            |   2 +-
 .../integration/MiNiFi_integration_test_driver.py  |  14 +-
 .../features/core_functionality.feature            |  10 ++
 .../integration/minifi/core/DockerTestCluster.py   |  29 +++-
 docker/test/integration/minifi/core/utils.py       |  24 ++++
 docker/test/integration/steps/steps.py             |  64 ++++++---
 .../daemon-set-log-collection.yml                  |   6 -
 .../sidecar-log-collection.yml                     |   6 -
 extensions/aws/processors/S3Processor.h            |   5 +
 .../processors/S3ProcessorStaticDefinitions.cpp    |   7 +-
 extensions/aws/s3/S3ClientRequestSender.cpp        |  28 ++--
 extensions/aws/s3/S3ClientRequestSender.h          |  14 +-
 extensions/aws/s3/S3Wrapper.h                      |   6 +-
 libminifi/test/aws-tests/PutS3ObjectTests.cpp      |   4 +-
 minifi_main/CMakeLists.txt                         |   8 +-
 thirdparty/aws-sdk-cpp/bundle-openssl.patch        |  46 ++++++
 .../aws-sdk-cpp/c++20-compilation-fixes.patch      |  27 +---
 thirdparty/aws-sdk-cpp/dll-export-injection.patch  |  34 +++--
 thirdparty/aws-sdk-cpp/shutdown-fix.patch          |   9 +-
 25 files changed, 357 insertions(+), 224 deletions(-)
 copy cmake/{ExpectedLite.cmake => MiMalloc.cmake} (75%)
 copy cmake/{Abseil.cmake => RpMalloc.cmake} (61%)
 create mode 100644 thirdparty/aws-sdk-cpp/bundle-openssl.patch

Reply via email to