davsclaus opened a new issue, #4051: URL: https://github.com/apache/camel-quarkus/issues/4051
We have this for SB at https://github.com/apache/camel-spring-boot/tree/main/components-starter/camel-cli-connector-starter We need an extension for quarkus. There is an option you can configure to turn this on|off https://github.com/apache/camel-spring-boot/blob/main/components-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/CliConnectorConfiguration.java#L30 And this code will auto configure the `CliConnectorFactory` in the registry https://github.com/apache/camel-spring-boot/blob/main/components-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/CliConnectorAutoConfiguration.java The quarkus extensions could do something similar. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org