Chris Beams 718f025d64 Force lazy-init to false when parsing scheduled:task
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
2011-07-19 23:00:12 +00:00
2011-07-03 22:39:08 +00:00
2011-07-18 21:37:24 +00:00
2011-07-18 20:50:35 +00:00
S
Description
Automated archival mirror of github.com/spring-projects/spring-framework
422 MiB
Languages
Java 97.6%
Kotlin 2.3%