Generated by
JDiff

Package org.springframework.scheduling.config

Added Classes
CronTask TriggerTask implementation defining a {@code Runnable} to be executed according to a org.springframework.scheduling.support.CronSequenceGenerator standard cron expression.
IntervalTask Task implementation defining a {@code Runnable} to be executed at a given millisecond interval which may be treated as fixed-rate or fixed-delay depending on context.
Task Holder class defining a {@code Runnable} to be executed as a task, typically at a scheduled time or interval.
TriggerTask Task implementation defining a {@code Runnable} to be executed according to a given Trigger.
 

Changed Classes
ScheduledTaskRegistrar Helper bean for registering tasks with a TaskScheduler, typically using cron expressions.
ScheduledTasksBeanDefinitionParser Parser for the 'scheduled-tasks' element of the scheduling namespace.