lburgazzoli opened a new issue #3149: URL: https://github.com/apache/camel-quarkus/issues/3149
As today, the `CamelContextRecorder` configures the `CamelContext` to automatically bridge camel events to CDI events: https://github.com/apache/camel-quarkus/blob/be5149cf3b17bd153d07d9edfb5839a30d25f38a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelContextRecorder.java#L66-L67 But if no observers for such events are defined, the camel <--> CDI event bridges should not be installed. -- 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