lburgazzoli commented on a change in pull request #1076: Fix #984 introduce the CamelContextCustomizerBuildItem URL: https://github.com/apache/camel-quarkus/pull/1076#discussion_r407343004
########## File path: extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java ########## @@ -382,6 +382,13 @@ CamelContextBuildItem context( return new CamelContextBuildItem(context); } + @Record(value = ExecutionTime.STATIC_INIT, optional = true) + @BuildStep(onlyIf = Flags.ContextCustomizerEnabled.class) + void customCamelContext(CamelRecorder recorder, CamelContextBuildItem context, Review comment: This need to be done before the camel contex is published so like in the method that produce the CamelContextBuildItem ---------------------------------------------------------------- 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