- PR #195
Ability to decorate task execution
changesTask
from anabstract class
into aninterface
. Contributed by reda-alaoui. - PR #196
Example persistent schedule that can be update runtime
. See PersistentDynamicScheduleMain.java - PR #197
Better support for stateful recurring tasks, i.e. recurring tasks that updates the task-data after each run
. See TrackingProgressRecurringTaskMain.java.