zhfeng commented on PR #4465: URL: https://github.com/apache/camel-quarkus/pull/4465#issuecomment-1415139041
I'm not sure we can include this extension automatically in `DEV` mode. @svkcemk I think the next step is to add a `BuildStep` in the deployment. ``` @BuildStep(onlyIf = IsCamelCliEnableOrIsDevelpment.class) public void configureCli(MainClassBuildItem mainClass) { // create QuarkusCliConnectorFactory // you can get `RuntimeStartClass` for `MainClassBuildItem` } ``` Free feel to create the following PR and we can work together. -- 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