aldettinger commented on a change in pull request #3316: URL: https://github.com/apache/camel-quarkus/pull/3316#discussion_r754390810
########## File path: extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelContextRecorder.java ########## @@ -90,6 +93,8 @@ public void customize(RuntimeValue<CamelContext> context, RuntimeValue<CamelCont return new RuntimeValue((CamelContextCustomizer) context -> context.setShutdownStrategy(new NoShutdownStrategy())); } Review comment: I've marked those recorded methods as deprecated. Maybe it's even ok to remove them ? I don't know what we have done in the past for that kind of situations. -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org