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

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


 discard ec505113b6 Bump junit5 from 5.10.3 to 5.11.0
     add 007dbde0d7 IGNITE-22895 Initiate MG repair (#4330)
     add 5569ac836c IGNITE-22902 Implement command for changing 
metastorageNodes in CMG (#4345)
     add 264edeabe8 IGNITE-23052 Sql. Fix flaky testGlobalMinimumTxBeginTime 
(#4336)
     add 52a565fbc7 IGNITE-23158 Remove redundant 
TableManagerRecoveryTest#workDir (#4347)
     add 5a44ecbf17 Bump org.junit.platform:junit-platform-testkit from 1.10.3 
to 1.11.0 (#4234)
     add d197f0e635 IGNITE-23143 Node restart should rotate the logs (#4333)
     add ea769cc574 IGNITE-23070 Do not print logging info into terminal (#4334)
     add 0fe1c8001d IGNITE-22936 Sql. Improve error message when trying to use 
recursive CTE (#4338)
     add 022fbb7f1f Bump junit5 from 5.10.3 to 5.11.0

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   (ec505113b6)
            \
             N -- N -- N   refs/heads/dependabot/gradle/junit5-5.11.0 
(022fbb7f1f)

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:
 gradle/libs.versions.toml                          |   2 +-
 .../compaction/ItCatalogCompactionTest.java        |  20 +-
 .../management/ClusterManagementGroupManager.java  |  16 +-
 .../network/messages/CmgMessageGroup.java          |   6 +
 .../management/raft/CmgRaftGroupListener.java      |  25 +++
 ...and.java => ChangeMetastorageNodesCommand.java} |  11 +-
 .../management/raft/CmgRaftGroupListenerTest.java  |  56 +++++-
 .../asserts/CompletableFutureAssert.java           |  17 ++
 .../sql/basic_queries/not_supported_queries.test   |  11 ++
 .../sql/engine/prepare/IgniteSqlValidator.java     |  13 ++
 .../internal/sql/engine/util/IgniteResource.java   |  65 +++----
 .../system/message/ResetClusterMessage.java        |  21 ++-
 modules/system-disaster-recovery/README.md         |   2 +
 ...erResetException.java => MigrateException.java} |   6 +-
 .../system/SystemDisasterRecoveryManager.java      |  19 +-
 .../system/SystemDisasterRecoveryManagerImpl.java  | 140 +++++++++-----
 .../SystemDisasterRecoveryManagerImplTest.java     | 204 ++++++++++++++-------
 .../distributed/TableManagerRecoveryTest.java      |   6 +-
 packaging/db/ignite.java.util.logging.properties   |   1 -
 19 files changed, 459 insertions(+), 182 deletions(-)
 copy 
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/raft/commands/{JoinReadyCommand.java
 => ChangeMetastorageNodesCommand.java} (78%)
 create mode 100644 
modules/sql-engine/src/integrationTest/sql/basic_queries/not_supported_queries.test
 copy 
modules/system-disaster-recovery/src/main/java/org/apache/ignite/internal/disaster/system/{ClusterResetException.java
 => MigrateException.java} (85%)

Reply via email to