You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/06/10 14:17:17 UTC

[GitHub] [camel-k-runtime] davsclaus commented on a change in pull request #81: Support camel 3.0.0 M3 #79

davsclaus commented on a change in pull request #81: Support camel 3.0.0 M3 #79
URL: https://github.com/apache/camel-k-runtime/pull/81#discussion_r292029415
 
 

 ##########
 File path: camel-k-runtime-core/src/test/java/org/apache/camel/k/support/RuntimeSupportTest.java
 ##########
 @@ -16,21 +16,20 @@
  */
 package org.apache.camel.k.support;
 
+import static org.assertj.core.api.Assertions.assertThat;
+
 import java.util.List;
 import java.util.Properties;
 
 import org.apache.camel.CamelContext;
 import org.apache.camel.Ordered;
 import org.apache.camel.component.properties.PropertiesComponent;
 import org.apache.camel.impl.DefaultCamelContext;
-import org.apache.camel.impl.ExplicitCamelContextNameStrategy;
+import org.apache.camel.impl.engine.ExplicitCamelContextNameStrategy;
 
 Review comment:
   If you need this one for being able to set the name easily, then the setName api is now public. But I think this may be from M4 onwards

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services