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

github-bot pushed a change to branch dependabot/gradle/spring-boot-4.0.1
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


 discard c0c09bde90b Bump spring-boot from 3.5.7 to 4.0.1
     add 95e32e15eee IGNITE-27223 C++ Client: Add missing header (#7266)
     add 6d019ef6a44 IGNITE-27423 .NET: Set LoggerFactory automatically in 
IgniteServiceCollectionExtensions (#7277)
     add 6e6990c7a42 IGNITE-27158 DB API: Update supported versions (#7256)
     add aab140ff2aa IGNITE-27150 Add raft snapshot metrics (#7269)
     add e00fe818844 IGNITE-27392 Upgrade testcontainers to version 2 (#7267)
     add 323eaf3c83d Bump spring-boot from 3.5.7 to 4.0.1

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   (c0c09bde90b)
            \
             N -- N -- N   refs/heads/dependabot/gradle/spring-boot-4.0.1 
(323eaf3c83d)

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/python_dbapi_wheels.yml          |  69 +++--
 .../platform_tests/PlatformPythonTestsLinux.kt     |  21 +-
 .../administrators-guide/metrics/metrics-list.adoc |  18 ++
 gradle/libs.versions.toml                          |   4 +-
 .../ignite/internal/cli/CliIntegrationTest.java    |   3 +-
 .../rebalance/ItRebalanceDistributedTest.java      |   3 +-
 modules/partition-replicator/build.gradle          |   3 +
 .../partition/replicator/fixtures/Node.java        |   3 +-
 .../ItZonePartitionRaftListenerRecoveryTest.java   |   4 +-
 .../PartitionReplicaLifecycleManager.java          |  19 +-
 .../partition/replicator/ZoneResourcesManager.java |  10 +-
 .../raft/snapshot/PartitionSnapshotStorage.java    |  25 +-
 .../snapshot/incoming/IncomingSnapshotCopier.java  |  23 +-
 .../metrics/RaftSnapshotsMetricsSource.java        | 280 +++++++++++++++++++++
 .../raft/snapshot/outgoing/OutgoingSnapshot.java   |   9 +-
 .../snapshot/outgoing/OutgoingSnapshotReader.java  |  10 +-
 .../outgoing/OutgoingSnapshotsManager.java         |   2 +
 .../PartitionReplicaLifecycleManagerTest.java      |   4 +-
 .../PartitionSnapshotStorageFactoryTest.java       |   4 +-
 .../snapshot/PartitionSnapshotStorageTest.java     |   4 +-
 .../incoming/IncomingSnapshotCopierTest.java       | 151 ++++++++++-
 .../metrics/RaftSnapshotsMetricsSourceTest.java}   |  34 +--
 .../outgoing/OutgoingSnapshotCommonTest.java       |  54 +++-
 .../OutgoingSnapshotMvDataStreamingTest.java       |  15 +-
 .../outgoing/OutgoingSnapshotReaderTest.java       |  14 +-
 .../OutgoingSnapshotTxDataStreamingTest.java       |   8 +-
 .../outgoing/OutgoingSnapshotsManagerTest.java     |   8 +-
 .../ignite/client/detail/cluster_connection.cpp    |   1 +
 .../ignite/client/ignite_client_configuration.h    |   3 +-
 .../cpp/tests/fake_server/tcp_client_channel.cpp   |   2 +
 .../cpp/tests/test-common/ignite_runner.cpp        |   1 +
 .../IgniteServiceCollectionExtensionsTests.cs      |  49 ++++
 .../IgniteServiceCollectionExtensions.cs           |  27 +-
 modules/platforms/dotnet/README.md                 |  25 ++
 modules/platforms/python/README.md                 |   8 +-
 modules/platforms/python/scripts/BuildWheels.ps1   |   4 +-
 modules/platforms/python/scripts/build_wheels.sh   |   2 +-
 modules/platforms/python/scripts/create_distr.sh   |   2 +-
 modules/platforms/python/scripts/create_sdist.sh   |   2 +-
 modules/platforms/python/setup.py                  |   4 +-
 modules/platforms/python/tox.ini                   |  12 +-
 .../rest/metrics/ItMetricControllerTest.java       |   3 +-
 .../runner/app/ItIgniteNodeRestartTest.java        |   3 +-
 .../org/apache/ignite/internal/app/IgniteImpl.java |   3 +-
 .../distributed/TableManagerRecoveryTest.java      |  13 +-
 45 files changed, 837 insertions(+), 129 deletions(-)
 create mode 100644 
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/snapshot/metrics/RaftSnapshotsMetricsSource.java
 copy 
modules/{table/src/test/java/org/apache/ignite/internal/table/metrics/TableMetricSourceTest.java
 => 
partition-replicator/src/test/java/org/apache/ignite/internal/partition/replicator/raft/snapshot/metrics/RaftSnapshotsMetricsSourceTest.java}
 (61%)

Reply via email to