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 7c6464707 MINIFICPP-2216 Fix failing proxy setup in docker tests
     new a328a01d2 MINIFICPP-2174 Send all cached compressed log files through 
C2
     new 6ac5cb94d MINIFICPP-2209 Small HTTPClient refactor: preconditions and 
exception safety
     new c44ea7c8f MINIFICPP-2214 Fix extension list inconsistencies in build 
scripts
     new d9537edf0 MINIFICPP-2222 Update CONTRIB.md file with new contributor 
access request process
     new 73ccd5eef MINIFICPP-2223 Add .asf.yaml file to configure repository 
labels

The 5 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:
 .asf.yaml                                          |  36 ++++
 CMakeLists.txt                                     |   1 +
 CONTRIB.md => CONTRIBUTING.md                      |  16 +-
 README.md                                          |  20 +-
 Windows.md                                         |  76 ++++---
 bootstrap.py                                       | 234 ---------------------
 bootstrap.sh                                       |  16 +-
 extensions/http-curl/client/HTTPClient.cpp         |  30 ++-
 extensions/http-curl/client/HTTPClient.h           |   6 +-
 .../include/core/logging/LoggerConfiguration.h     |   8 +-
 .../core/logging/internal/CompressionManager.h     |   7 +-
 .../core/logging/internal/LogCompressorSink.h      |  33 ++-
 libminifi/include/utils/StagingQueue.h             |   8 +
 libminifi/src/FlowController.cpp                   |   6 +-
 .../core/logging/internal/CompressionManager.cpp   |   3 +-
 libminifi/test/unit/LoggerTests.cpp                |  78 +++++--
 win_build_vs.bat                                   |  90 ++++----
 17 files changed, 267 insertions(+), 401 deletions(-)
 create mode 100644 .asf.yaml
 rename CONTRIB.md => CONTRIBUTING.md (90%)
 delete mode 100755 bootstrap.py

Reply via email to