JiriOndrusek opened a new issue, #4076: URL: https://github.com/apache/camel-quarkus/issues/4076
Change in Camel (https://issues.apache.org/jira/browse/CAMEL-18143) is not compatible with the Quarkus Quartz extension. Once the scheduler is autowired, scheduler from the Quarkus is instantiated and detects a problem (see [code](https://github.com/quarkusio/quarkus/blob/main/extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzScheduler.java#L340)). Ideal solution would be to not produce a scheduler if there is no configuration requiring it. If the right solution is done, please remove quick workaround from the [application.properties](https://github.com/apache/camel-quarkus/blob/camel-main/integration-tests/quartz/src/main/resources/application.properties#L23) of the Quartz test module. ``` #quick workaround caused by https://issues.apache.org/jira/browse/CAMEL-18143 camel.component.quartz.autowired-enabled = false ``` -- 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