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

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


    from dce1dde501d IGNITE-28062 Entering REPL from connect command fails 
(#7705)
     add 3027a6eb3d9 IGNITE-28060 Reuse repl calls (#7711)

No new revisions were added by this update.

Summary of changes:
 .../cli/call/cluster/unit/DeployUnitCall.java      |  7 ++-
 .../call/cluster/unit/DeployUnitCallFactory.java   |  8 ++-
 .../cli/call/cluster/unit/DeployUnitReplCall.java  | 46 --------------
 .../cluster/unit/DeployUnitReplCallFactory.java    | 41 ------------
 .../cli/call/cluster/unit/UndeployUnitCall.java    |  7 ++-
 .../call/cluster/unit/UndeployUnitReplCall.java    | 45 --------------
 .../cli/commands/cluster/ClusterReplCommand.java   |  4 +-
 .../cluster/unit/ClusterUnitDeployReplCommand.java | 50 ---------------
 .../cluster/unit/ClusterUnitReplCommand.java       | 30 ---------
 .../unit/ClusterUnitUndeployReplCommand.java       | 64 -------------------
 .../registry/impl/ClusterConfigRegistryImpl.java   | 24 ++------
 .../repl/registry/impl/MetricRegistryImpl.java     | 31 ++--------
 .../repl/registry/impl/NodeConfigRegistryImpl.java | 24 ++------
 .../impl/RegistryImplBase.java}                    | 41 ++++++++----
 .../core/repl/registry/impl/UnitsRegistryImpl.java | 72 ++++++----------------
 .../cli/commands/UrlOptionsNegativeTest.java       |  5 --
 16 files changed, 86 insertions(+), 413 deletions(-)
 delete mode 100644 
modules/cli/src/main/java/org/apache/ignite/internal/cli/call/cluster/unit/DeployUnitReplCall.java
 delete mode 100644 
modules/cli/src/main/java/org/apache/ignite/internal/cli/call/cluster/unit/DeployUnitReplCallFactory.java
 delete mode 100644 
modules/cli/src/main/java/org/apache/ignite/internal/cli/call/cluster/unit/UndeployUnitReplCall.java
 delete mode 100644 
modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/cluster/unit/ClusterUnitDeployReplCommand.java
 delete mode 100644 
modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/cluster/unit/ClusterUnitReplCommand.java
 delete mode 100644 
modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/cluster/unit/ClusterUnitUndeployReplCommand.java
 copy 
modules/cli/src/main/java/org/apache/ignite/internal/cli/core/repl/{Session.java
 => registry/impl/RegistryImplBase.java} (51%)

Reply via email to