1. 23 7月, 2011 2 次提交
  2. 22 7月, 2011 7 次提交
  3. 21 7月, 2011 16 次提交
  4. 20 7月, 2011 1 次提交
    • C
      Force lazy-init to false when parsing scheduled:task · 718f025d
      Chris Beams 提交于
      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
      718f025d
  5. 19 7月, 2011 11 次提交
  6. 18 7月, 2011 3 次提交