wyona / yanel

http://www.yanel.org
Apache License 2.0
10 stars 5 forks source link

Deprecated documentation (Quartz) #84

Open baszero opened 7 years ago

baszero commented 7 years ago

In the Quartz based scheduling documentation it still says that stateful jobs should extend the StatefulJob class, which is deprecated in Quartz 2.x

Correctly implemented stateful jobs look like this:

@DisallowConcurrentExecution
public class MyStatefulJob implements Job {
...
}

This should be corrected here: https://github.com/wyona/yanel/blob/9bb791cefde862463ea284cb23f92091272b92eb/src/realms/yanel-website/data-repo/data/en/documentation/misc/scheduler.html