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

github-bot pushed a change to branch 
dependabot/gradle/io.swagger.core.v3-swagger-annotations-2.2.46
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


 discard 4199dfd502f Bump io.swagger.core.v3:swagger-annotations from 2.2.45 to 
2.2.46
     add a1df12f1a6c IGNITE-28230 Implement SimpleMetricSource (#7855)
     add c3fcdcca26c IGNITE-28385 Fix missing enlistment in client commit 
request handler (#7899)
     add aefdfdf3ffd IGNITE-28406 Rework ItSqlApiBaseTest.cancelDdlScript in 
asynchronous fashion (#7907)
     add a11fb08638c IGNITE-28086 Fix flaky test 
testHaWhenAllVotingMembersAreLost (#7721)
     add 5d50fa4b253 Bump io.swagger.core.v3:swagger-annotations from 2.2.45 to 
2.2.46

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   (4199dfd502f)
            \
             N -- N -- N   
refs/heads/dependabot/gradle/io.swagger.core.v3-swagger-annotations-2.2.46 
(5d50fa4b253)

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:
 .../tx/ClientTransactionCommitRequest.java         |  10 +-
 .../apache/ignite/client/fakes/FakeTxManager.java  |   8 +-
 .../internal/metrics/AbstractMetricSource.java     |   2 +
 .../internal/metrics/SimpleMetricSource.java       | 211 ++++++++++++++++
 .../internal/metrics/SimpleMetricSourceTest.java   | 274 +++++++++++++++++++++
 .../handlers/TxFinishReplicaRequestHandler.java    |  11 +-
 .../handlers/TxRecoveryMessageHandler.java         |   4 +-
 .../ignite/internal/sql/api/ItSqlApiBaseTest.java  |  29 ++-
 ...ilablePartitionsRecoveryByFilterUpdateTest.java |   6 +
 .../replication/PartitionReplicaListenerTest.java  |   2 +-
 .../ZonePartitionReplicaListenerTest.java          |   2 +-
 .../org/apache/ignite/internal/tx/TxManager.java   |  10 +-
 .../internal/tx/impl/TxCleanupRequestSender.java   |  14 +-
 .../ignite/internal/tx/impl/TxManagerImpl.java     |  10 +-
 .../ignite/internal/tx/impl/TxRecoveryEngine.java  |  44 +++-
 15 files changed, 607 insertions(+), 30 deletions(-)
 create mode 100644 
modules/metrics/src/main/java/org/apache/ignite/internal/metrics/SimpleMetricSource.java
 create mode 100644 
modules/metrics/src/test/java/org/apache/ignite/internal/metrics/SimpleMetricSourceTest.java

Reply via email to