ppalaga commented on a change in pull request #226: Use MainSupport as base for 
running Camel
URL: https://github.com/apache/camel-quarkus/pull/226#discussion_r331395515
 
 

 ##########
 File path: 
extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelContextBuildItem.java
 ##########
 @@ -16,19 +16,19 @@
  */
 package org.apache.camel.quarkus.core.deployment;
 
+
 import io.quarkus.builder.item.SimpleBuildItem;
 import io.quarkus.runtime.RuntimeValue;
-import org.apache.camel.quarkus.core.runtime.CamelRuntime;
-
-public final class CamelRuntimeBuildItem extends SimpleBuildItem {
+import org.apache.camel.CamelContext;
 
-    private final RuntimeValue<CamelRuntime> runtime;
+public final class CamelContextBuildItem extends SimpleBuildItem {
 
 Review comment:
   ```suggestion
   /**
    * Holds the {@link CamelContext} {@link RuntimeValue}.
    */
   public final class CamelContextBuildItem extends SimpleBuildItem {
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to