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

dependabot[bot] pushed a change to branch 
dependabot/maven/org.sonarsource.scanner.maven-sonar-maven-plugin-5.6.0.6792
in repository https://gitbox.apache.org/repos/asf/ratis.git


 discard 98c313641 Bump org.sonarsource.scanner.maven:sonar-maven-plugin
     add 37a674d8c RATIS-2507. Fix java.lang.IllegalStateException: gap between 
entries (#1439)
     add 134c708ef RATIS-2508. appendEntries log messages improvement. (#1440)
     add 58e372a70 RATIS-2513. Bump bouncycastle.version from 1.83 to 1.84 
(#1437)
     add 54e1e1a07 RATIS-2515. Bump common-custom-user-data-maven-extension to 
2.2.0 (#1442)
     add 9fc08a8ae RATIS-2517. Bump actions/upload-artifact to 7.0.1 (#1430)
     add d05c1b47b RATIS-2519. Bump actions/cache to 5.0.5 (#1435)
     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 2c2905395 RATIS-2535. Bump opentelemetry to 1.62.0 (#1460)
     add 7ac90d06e RATIS-2525. Bump junit to 5.14.4 (#1449)
     add 92844a8d7 RATIS-2533. Bump apache parent to 38 (#1458)
     add bf0b7e1af Bump org.sonarsource.scanner.maven:sonar-maven-plugin

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   (98c313641)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.sonarsource.scanner.maven-sonar-maven-plugin-5.6.0.6792
 (bf0b7e1af)

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/check.yaml                       |  12 +-
 .github/workflows/ci.yaml                          |   4 +-
 .github/workflows/repeat-test.yaml                 |   4 +-
 .github/workflows/vulnerability-check.yaml         |   2 +-
 .github/workflows/zizmor.yml                       |   4 +
 .mvn/extensions.xml                                |   2 +-
 pom.xml                                            |   8 +-
 ratis-bom/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 +-
 .../main/java/org/apache/ratis/grpc/GrpcUtil.java  |   2 +-
 .../apache/ratis/grpc/server/GrpcLogAppender.java  |  46 ++--
 .../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/server/impl/FollowerState.java    |   4 +-
 .../apache/ratis/server/impl/RaftServerImpl.java   |  28 ++-
 .../apache/ratis/server/raftlog/LogProtoUtils.java |  20 +-
 .../ratis/server/raftlog/segmented/LogSegment.java |  31 +--
 .../server/raftlog/segmented/SegmentedRaftLog.java |   1 +
 .../raftlog/segmented/SegmentedRaftLogCache.java   |   8 +-
 .../ratis/server/util/ServerStringUtils.java       |  17 +-
 ratis-test/pom.xml                                 |   2 +-
 .../apache/ratis/netty/TestRaftAsyncWithNetty.java |   2 +
 .../server/raftlog/segmented/TestLogSegment.java   |  10 +-
 .../raftlog/segmented/TestSegmentedRaftLog.java    |  83 ++++++--
 .../segmented/TestSegmentedRaftLogCache.java       |   2 +-
 .../java/org/apache/ratis/util/TestLifeCycle.java  |  69 +++++-
 .../ratis/util/TestReferenceCountedObject.java     |  73 +++++--
 35 files changed, 667 insertions(+), 190 deletions(-)

Reply via email to