You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/01/25 09:00:36 UTC

[GitHub] [camel-quarkus] davsclaus opened a new issue #2167: FastCamelContext - Move more to build time phase

davsclaus opened a new issue #2167:
URL: https://github.com/apache/camel-quarkus/issues/2167


   Lets look at if we can move more to doBuild phase on AbstractCamelContext in camel-core, and also at CamelContextRecorder.createContext method where it builds CamelContext for camel-quarkus.
   
   We have potential to do more at build time, discover more from classpath etc, and avoid doing that in doInit phase of CamelContext which is executed at runtime for both JVM and native mode. So we need to do as much we can do in doBuild phase.
   


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