You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/29 12:58:59 UTC

[camel] branch master updated (246cc11 -> fe090eb)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 246cc11  DefaultProducerTemplate#getExecutorService: Small refactoring to avoid false positive "Race condition in double-checked locking object initialization" warning on lgtm.com.
     add 414edec  CAMEL-14805: Make camel-quartz work again after init/start lifecycle changes.
     add fe090eb  CAMEL-14805: Defer quartz route policy init tasks with scheduler to be executed after starting as the scheduler can only be created in starting lifecycle.

No new revisions were added by this update.

Summary of changes:
 .../camel/component/quartz/QuartzComponent.java    | 31 ++++++++++
 .../camel/component/quartz/SchedulerInitTask.java} | 25 ++++----
 .../quartz/CronScheduledRoutePolicy.java           | 54 +++++++++---------
 .../quartz/SimpleScheduledRoutePolicy.java         | 66 +++++++++++-----------
 .../quartz/QuartzTwoCamelContextRestartTest.java   |  2 +-
 5 files changed, 104 insertions(+), 74 deletions(-)
 copy components/{camel-rabbitmq/src/main/java/org/apache/camel/component/rabbitmq/reply/ReplyHandler.java => camel-quartz/src/main/java/org/apache/camel/component/quartz/SchedulerInitTask.java} (65%)