You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sd...@apache.org on 2023/01/17 16:16:48 UTC

[ignite-3] branch main updated (5bb3e10d65 -> 283b71b1f1)

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

sdanilov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from 5bb3e10d65 Rename Gradle project from ignite-parent to Apache Ignite 3 (#1535)
     add 283b71b1f1 IGNITE-18505 Thread pool for components start (#1531)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/ignite/internal/Cluster.java   |  67 +++++++-
 .../apache/ignite/internal/start/ItStartTest.java  | 189 +++++++++++++++++++++
 .../org/apache/ignite/internal/app/IgniteImpl.java |  33 ++--
 3 files changed, 271 insertions(+), 18 deletions(-)
 create mode 100644 modules/runner/src/integrationTest/java/org/apache/ignite/internal/start/ItStartTest.java