Skip to content

Full Quartz 2.2 compatibility, including LocalDataSourceJobStore [SPR-11284] #15908

Closed
@spring-projects-issues

Description

@spring-projects-issues

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:

Referenced from: commits 38a8ace, c2459b4

Backported to: 3.2.7

Metadata

Metadata

Assignees

Labels

status: backportedAn issue that has been backported to maintenance branchestype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions