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

ppkarwasz pushed a change to branch feat/add-dependabot
in repository https://gitbox.apache.org/repos/asf/logging-flume.git


 discard 9ec94283 Automate dependency updates with Dependabot
     add f0850624 Keep the client socket open until the syslog event is 
committed
     add 3cb7287b Reflow comment
     add 1118ead7 Temporarily remove required check (#471)
     add a5c66cae Open GitHub Discussions (#472)
     add 70f413ec Enable discussion notifications (#473)
     add ae6c7db2 Fix the file channel and the test suite on Windows (#478)
     add 9a2fa9d3 Merge branch 'trunk' into feat/add-build-reusable-workflows
     add 1c83ddfa Automate dependency updates with Dependabot

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   (9ec94283)
            \
             N -- N -- N   refs/heads/feat/add-dependabot (1c83ddfa)

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:
 .asf.yaml                                          |   8 +-
 flume-ng-channels/flume-file-channel/pom.xml       |   4 +-
 .../file/EventQueueBackingStoreFactory.java        |  20 ++-
 .../channel/file/EventQueueBackingStoreFile.java   | 101 +++++++++-----
 .../channel/file/EventQueueBackingStoreFileV2.java |  25 ++--
 .../channel/file/EventQueueBackingStoreFileV3.java | 146 +++++++++++----------
 .../org/apache/flume/channel/file/FileChannel.java |   8 +-
 .../apache/flume/channel/file/FlumeEventQueue.java |  90 ++++++++-----
 .../java/org/apache/flume/channel/file/Log.java    |  23 +++-
 .../apache/flume/channel/file/Serialization.java   |  36 ++++-
 .../apache/flume/channel/file/TestCheckpoint.java  |   9 ++
 .../channel/file/TestCheckpointRebuilder.java      |  13 +-
 .../file/TestEventQueueBackingStoreFactory.java    |  24 ++--
 .../flume/channel/file/TestFileChannelBase.java    |   3 +-
 .../channel/file/TestFileChannelErrorMetrics.java  |  17 +++
 .../flume/channel/file/TestFileChannelRestart.java |  20 ++-
 .../flume/channel/file/TestFlumeEventQueue.java    |  36 ++++-
 .../org/apache/flume/channel/file/TestLog.java     |   8 +-
 .../org/apache/flume/channel/file/TestLogFile.java |   4 +
 .../org/apache/flume/channel/file/TestUtils.java   |  39 ++++++
 .../file/encryption/TestFileChannelEncryption.java |   8 +-
 .../pom.xml                                        |   5 +-
 .../TestExternalProcessConfigFilter.java           |   5 +
 flume-ng-node/pom.xml                              |   5 +-
 .../flume/source/syslog/TestSyslogTcpSource.java   |   7 +-
 .../flume/tools/TestFileChannelIntegrityTool.java  |  26 +++-
 26 files changed, 503 insertions(+), 187 deletions(-)

Reply via email to