nrknithin commented on code in PR #4270:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4270#discussion_r3238715929


##########
springboot/test/src/main/java/org/kie/kogito/testcontainers/springboot/MongoDBSpringBootTestResource.java:
##########
@@ -18,28 +18,36 @@
  */
 package org.kie.kogito.testcontainers.springboot;
 
+import java.util.HashMap;
 import java.util.Map;
 
 import org.kie.kogito.test.resources.ConditionalSpringBootTestResource;
 import org.kie.kogito.testcontainers.KogitoMongoDBContainer;
 
-import static java.util.Collections.singletonMap;
-
 /**
  * MongoDB spring boot resource that works within the test lifecycle.
  *
  */
 public class MongoDBSpringBootTestResource extends 
ConditionalSpringBootTestResource<KogitoMongoDBContainer> {
 
+    // Spring Data MongoDB still reads spring.data.mongodb.uri 
(DataMongoProperties).

Review Comment:
   @yesamer Agreed — dropped the redundant line, and trimmed the surrounding 
comment to a single line since the property keys themselves already say what 
each binds.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to