Flaugh24 commented on code in PR #1569:
URL: https://github.com/apache/ignite-3/pull/1569#discussion_r1121579310


##########
modules/cluster-management/src/integrationTest/java/org/apache/ignite/internal/cluster/management/rest/RestTestBase.java:
##########
@@ -40,6 +41,7 @@
  * Cluster management REST test.
  */
 @MicronautTest
+@ExtendWith(ConfigurationExtension.class)

Review Comment:
   removed



##########
modules/api/src/main/java/org/apache/ignite/IgnitionManager.java:
##########
@@ -137,22 +138,28 @@ public static void stop(String nodeName, @Nullable 
ClassLoader clsLdr) {
      * @param nodeName Name of the node that the initialization request will 
be sent to.
      * @param metaStorageNodeNames names of nodes that will host the Meta 
Storage and the CMG.
      * @param clusterName Human-readable name of the cluster.
+     * @param restAuthenticationConfig REST authentication configuration that 
will be applied after the initialization.
      * @throws IgniteException If the given node has not been started or has 
been stopped.
      * @throws NullPointerException If any of the parameters are null.
      * @throws IllegalArgumentException If {@code metaStorageNodeNames} is 
empty or contains blank strings.
      * @throws IllegalArgumentException If {@code clusterName} is blank.
-     * @see Ignition#init(String, Collection, String)
+     * @see Ignition#init(String, Collection, String, RestAuthenticationConfig)
      */
-    public static synchronized void init(String nodeName, Collection<String> 
metaStorageNodeNames, String clusterName) {
+    public static synchronized void init(
+            String nodeName,

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to