You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.