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

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


    omit c2fe96e0b fix linter issues with .clang-format update and 
RemoteProcessGroupPort.h reformat
    omit af940b421 review changes
    omit be9282dc1 moved set_max_log_size and level to AdvancedLogger
    omit 577ae1e63 remove get/setTriggerWhenEmpty from ProcessorApi 2
    omit 2d50e8fb3 remove get/setTriggerWhenEmpty from ProcessorApi
    omit 9b9f6c66f removed MinifiLoggerSetMaxLogSize
    omit dfacebe8c copilot review changes
    omit d0b9ceea7 remove minifiSystemControllerServiceType
    omit 75b58e22e MINIFICPP-2850 Finalize stable API before 1.0
     add cfeeadc1c MINIFICPP-2855 Increase Windows build job timeout (#2206)
     add 80c4b54b4 MINIFICPP-2850 Finalize stable API before 1.0
     add f808921ab remove minifiSystemControllerServiceType
     add cad4dcd62 copilot review changes
     add ebd93c96f removed MinifiLoggerSetMaxLogSize
     add 697b3f9c3 remove get/setTriggerWhenEmpty from ProcessorApi
     add 8be1ca483 remove get/setTriggerWhenEmpty from ProcessorApi 2
     add c7caa4b0e moved set_max_log_size and level to AdvancedLogger
     add bed560728 review changes
     add a752ed0c7 fix linter issues with .clang-format update and 
RemoteProcessGroupPort.h reformat
     add 1da64517f move AdvancedLogger.h to 
minifi-api/include/minifi-cpp/core/logging/AdvancedLogger.h

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   (c2fe96e0b)
            \
             N -- N -- N   refs/heads/beke_2 (1da64517f)

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:
 .github/workflows/ci.yml                           |  2 +-
 extensions/aws/utils/AWSSdkLogger.cpp              |  3 ++-
 extensions/python/PythonCreator.h                  |  5 ++--
 .../standard-processors/processors/LogAttribute.h  |  6 ++---
 libminifi/include/core/logging/LoggerBase.h        | 18 ++++-----------
 libminifi/src/c2/HeartbeatLogger.cpp               |  2 ++
 .../include/minifi-cpp/core/logging/Logger.h       | 21 -----------------
 .../logging/{LoggerFactory.h => AdvancedLogger.h}  | 27 ++++++++++++++--------
 8 files changed, 34 insertions(+), 50 deletions(-)
 copy minifi-api/include/minifi-cpp/core/logging/{LoggerFactory.h => 
AdvancedLogger.h} (57%)

Reply via email to