Skip to content

JobDetailFactoryBean missing properties to set description and durability on JobDetail [SPR-9080] #13718

Closed
@spring-projects-issues

Description

@spring-projects-issues

Scott Coldwell opened SPR-9080 and commented

When changing to Quartz 2.x we switched to using JobDetailFactoryBean instead of JobDetailBean (as noted in #12923). Along with this change we realized that JobDetailFactoryBean doesn't include properties for setting the description or durability that was previously available with JobDetailBean (since it extended JobDetail itself). As a workaround we have created our own copy of JobDetailFactoryBean which sets these properties correctly. I would be glad to submit a patch or fix, I just need to know the preferred method of doing so since I haven't contributed to spring before.


Issue Links:

Referenced from: commits f367619

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions