718f025d648419c9799e9ff726dfed2d2ed27642
A <scheduled:task> element declared within a <beans default-lazy-init="true"> element represents a contradiction in terms: such a task will never be executed. For this reason, we now override any inherited lazy-init settings when parsing <scheduled:task> elements, forcing lazy-init to false for the underlying ScheduledTaskRegistrar bean. Thanks to Mike Youngstrom for contributing an initial patch. Issue: SPR-8498
Description
No description provided
Languages
Java
99.4%
XSLT
0.2%
AspectJ
0.2%