ppalaga commented on a change in pull request #1088: Lightweight context without init / start phases URL: https://github.com/apache/camel-quarkus/pull/1088#discussion_r408854931
########## File path: extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/FastCamelContext.java ########## @@ -53,19 +53,22 @@ import org.apache.camel.util.ObjectHelper; public class FastCamelContext extends AbstractCamelContext implements CatalogCamelContext, ModelCamelContext { + private final CamelContext reference; Review comment: I'd appreciate a short field level JavaDoc explaining the purpose of this field. ---------------------------------------------------------------- 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