Closed
Description
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:
- Spring + Quartz 2.2.0 Integration is Inconsistent [SPR-10775] #15401 Spring + Quartz 2.2.0 Integration is Inconsistent
Referenced from: commits f367619