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

dependabot[bot] pushed a change to branch 
dependabot/maven/org.junit-junit-bom-5.14.4
in repository https://gitbox.apache.org/repos/asf/ratis.git


    omit 76d16fd37 Bump org.junit:junit-bom from 5.14.3 to 5.14.4
     add 5db7830c0 RATIS-2521. LifeCycle.startAndTransition(..) may cause 
illegal transition: CLOSING -> EXCEPTION. (#1452)
     add 9fe354c60 RATIS-2510. NettyClientStreamRpc may retain a completely 
released object. (#1456)
     add ad818acc4 RATIS-2530. Bump dependency-check-maven to 12.2.2 (#1457)
     add 96227669c RATIS-2498. Mark TestRaftAsyncWithNetty as flaky
     add 978065786 RATIS-2506. Delay consecutive GrpcLogAppender restart. 
(#1450)
     add dd60ccd1e RATIS-2534. Skip zizmor on dependabot push (#1459)
     add 7e1d24aa3 Bump org.junit:junit-bom from 5.14.3 to 5.14.4

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   (76d16fd37)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.junit-junit-bom-5.14.4 (7e1d24aa3)

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/zizmor.yml                       |   4 +
 pom.xml                                            |   2 +-
 .../main/java/org/apache/ratis/util/LifeCycle.java |  11 +-
 .../apache/ratis/util/ReferenceCountedObject.java  | 233 ++++++++++++++++++---
 .../apache/ratis/examples/filestore/FileInfo.java  |   2 +-
 .../ratis/examples/filestore/FileStoreClient.java  |  11 +
 .../examples/filestore/FileStoreStateMachine.java  |  31 +++
 .../examples/filestore/FileStoreBaseTest.java      |  14 ++
 .../ratis/examples/filestore/FileStoreWriter.java  |   4 +-
 .../apache/ratis/grpc/server/GrpcLogAppender.java  |  32 ++-
 .../ratis/netty/client/NettyClientStreamRpc.java   |  46 ++--
 .../ratis/netty/server/DataStreamManagement.java   |   7 +-
 .../apache/ratis/server/leader/FollowerInfo.java   |  30 +++
 .../apache/ratis/server/impl/FollowerInfoImpl.java |  32 +++
 .../apache/ratis/netty/TestRaftAsyncWithNetty.java |   2 +
 .../java/org/apache/ratis/util/TestLifeCycle.java  |  69 +++++-
 .../ratis/util/TestReferenceCountedObject.java     |  73 +++++--
 17 files changed, 510 insertions(+), 93 deletions(-)

Reply via email to