Closed
Description
Juergen Hoeller opened SPR-11284 and commented
While we've had basic Quartz 2.2 support before, a few details were missing:
-
LocalDataSourceJobStore's ConnectionProvider adapters need to provide an empty implementation of Quartz 2.2's new initialize method.
-
SchedulerFactoryBean's "schedulerContextMap" needs to be explicitly declared with String keys, otherwise it can't be compiled against Quartz 2.2 (forward compatibility once we're dropping Quartz 1.x support). This doesn't hurt against older Quartz versions either, since the keys need to be Strings anyway.
Affects: 3.2.6, 4.0 GA
Issue Links:
- Spring + Quartz 2.2.0 Integration is Inconsistent [SPR-10775] #15401 Spring + Quartz 2.2.0 Integration is Inconsistent
- SchedulerAccessor 'globalJobListeners' and 'globalTriggerListeners' not working with 2.0.x and 2.1.x [SPR-11362] #15988 SchedulerAccessor 'globalJobListeners' and 'globalTriggerListeners' not working with 2.0.x and 2.1.x
Referenced from: commits 38a8ace, c2459b4
Backported to: 3.2.7