Skip to content

Make MethodInvokingJobDetailFactoryBean compatible with Quartz 2.x [SPR-8741] #13383

Closed
@spring-projects-issues

Description

@spring-projects-issues

Manuel Dominguez Sarmiento opened SPR-8741 and commented

MethodInvokingJobDetailFactoryBean attempts to instantiate JobDetailBean which is no longer compatible with Quartz 2.x

Also, CronTriggerBean is not compatible either. Although Quartz 2.x's native CronTriggerImpl largely replaces most functionality that CronTriggerBean offers, it would still be useful, since it allows referencing jobDetails by references instead of explicit job detail names/groups. Otherwise, classic declarative XML configuration needs to be overhauled and gets uglier.


Issue Links:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions