Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Juergen Hoeller opened SPR-12094 and commented
SchedulerAccessorBean historically requires either a "schedulerName" or a Scheduler to be specified. Since getBean(Class) fallback retrievals are quite common now, we should also do it here...
SchedulerAccessorBean
Scheduler
getBean(Class)
Affects: 4.1 RC2
Referenced from: commits a2e6b56
The text was updated successfully, but these errors were encountered:
jhoeller
No branches or pull requests
Juergen Hoeller opened SPR-12094 and commented
SchedulerAccessorBean
historically requires either a "schedulerName" or aScheduler
to be specified. SincegetBean(Class)
fallback retrievals are quite common now, we should also do it here...Affects: 4.1 RC2
Referenced from: commits a2e6b56
The text was updated successfully, but these errors were encountered: