zhfeng commented on issue #1123: URL: https://github.com/apache/camel-quarkus/pull/1123#issuecomment-618280770
Oh, yeah, maybe we can provide an "empty" extension to do nothing about bootstrap ? such as ``` @BuildStep public CamelBoostrapBuildItem empty() { return new CamelBootstrapBuildItem(new RuntimeValue<>(new CamelBootstrap() { @Override public void start() { } @Override public void stop() { } })); } ``` any other idea ? ---------------------------------------------------------------- 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