1. 06 Jun, 2017 1 commit
    • Vedran Pavic's avatar
      Ensure `QuartzDatabaseInitializer` is initialized before `Scheduler` · db060c84
      Vedran Pavic authored
      If the auto-configured `Scheduler` instance backed by JDBC job store is
      used as a dependency in an application component, the initialization of
      `Scheduler` will be triggered before `QuartzDatabaseInitializer`. This
      will result in failure due to schema not being prepared in time for
      `Scheduler` to populate job details.
      
      This commit ensures `QuartzDatabaseInitializer` is initialized before the
      auto-configured `Scheduler` by introducing a dependency between the two.
      
      See gh-9411
      db060c84
  2. 05 Jun, 2017 6 commits
  3. 03 Jun, 2017 11 commits
  4. 02 Jun, 2017 22 commits