ppalaga commented on a change in pull request #230: Ensure the 
PlatformHttpComponent is registered before the routes are started
URL: https://github.com/apache/camel-quarkus/pull/230#discussion_r331920245
 
 

 ##########
 File path: 
extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java
 ##########
 @@ -102,6 +102,28 @@ CamelContextBuildItem context(
             RuntimeValue<CamelContext> context = 
recorder.createContext(registry.getRegistry(), beanContainer.getValue(), 
buildTimeConfig);
             return new CamelContextBuildItem(context);
         }
+
+        @Record(ExecutionTime.RUNTIME_INIT)
+        @BuildStep
+        CamelRuntimeRegistryBuildItem bindRuntimeBeransToRegistry(
 
 Review comment:
   `s/bindRuntimeBeransToRegistry/bindRuntimeBeansToRegistry/`

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