jamesnetherton commented on PR #4153: URL: https://github.com/apache/camel-quarkus/pull/4153#issuecomment-1274518424
I manually [merged](https://github.com/apache/camel-quarkus/commit/714da45c829b818c3c3b938dd73f5c665ac48be8) this to `quarkus-main` with some minor tweaks. Seems that `QuartzComponent.doStartScheduler` is invoked before `QuartzComponent.doStart`, so I moved the custom logic to that method. Otherwise Camel proceeds to create a scheduler even if the Quarkus one was provided. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
