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

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


    omit 2228878a5 Rebase fix
    omit 54aed3fe7 Review update
    omit e071b0a2e Clang tidy fix
    omit 984c18afc Review update
    omit f9e854cae MINIFICPP-2370 Add support for parameter providers
     add c8a70e228 MINIFICPP-2526 update version to 1.0
     add f17839f9c MINIFICPP-2527 build log cleanup: skip unused openssl 
modules, avoid download progress log spam
     add 9dbf996da MINIFICPP-2529 Upgrade expected_lite to v0.8.0
     add d46804aa1 MINIFICPP-2461 Fix linker error on MSBuild
     add ac26edc22 MINIFICPP-2370 Add support for parameter providers
     add cb739f24c Review update
     add 7b36fc78d Clang tidy fix
     add 188157c19 Review update
     add 8759763e1 Rebase fix
     add 1151de36a Review update

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2228878a5)
            \
             N -- N -- N   refs/heads/MINIFICPP-2370 (1151de36a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                             |  2 +-
 PARAMETER_PROVIDERS.md                     |  2 +-
 cmake/BundledAwsSdkCpp.cmake               |  2 ++
 cmake/BundledAzureSdkCpp.cmake             |  2 ++
 cmake/BundledBZip2.cmake                   |  2 ++
 cmake/BundledJemalloc.cmake                |  2 ++
 cmake/BundledLibArchive.cmake              |  2 ++
 cmake/BundledLibSSH2.cmake                 |  2 ++
 cmake/BundledLibSodium.cmake               |  4 ++++
 cmake/BundledLibXml2.cmake                 |  4 ++++
 cmake/BundledLibcURL.cmake                 |  2 ++
 cmake/BundledMbedTLS.cmake                 |  2 ++
 cmake/BundledOSSPUUID.cmake                |  2 ++
 cmake/BundledOpen62541.cmake               |  2 ++
 cmake/BundledOpenCV.cmake                  |  2 ++
 cmake/BundledOpenSSL.cmake                 | 20 ++++++++++++++++++--
 cmake/BundledPugiXml.cmake                 |  2 ++
 cmake/BundledRTIMULib.cmake                |  2 ++
 cmake/BundledRocksDB.cmake                 |  2 ++
 cmake/BundledYamlCpp.cmake                 |  2 ++
 cmake/ExpectedLite.cmake                   |  4 ++--
 cmake/LibLZMA.cmake                        |  8 ++++----
 cmake/liblzma/dummy/FindLibLZMA.cmake      | 15 +++++++++++++--
 conanfile.py                               |  2 +-
 libminifi/CMakeLists.txt                   |  2 +-
 libminifi/include/core/ParameterProvider.h |  3 +++
 utils/src/utils/Environment.cpp            |  2 +-
 27 files changed, 83 insertions(+), 15 deletions(-)

Reply via email to