You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/11 11:12:09 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on pull request #4153: Quartz: solve autowired scheduler properly and remove quick workaroun…

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org