github quartznet/quartznet v3.0.0-alpha2
Quartz.NET 3.0 Alpha 2

latest releases: v3.8.1, v3.8.0, v3.7.0...
pre-release7 years ago

This is the second alpha of v3. This release fixes problems with schedule signaling when AdoJobStore is in use.
This release removes the last bits of Quartz's usage of thread local storage and thus makes async-based operations a lot safer.

FIXES

  • fix scheduler signaling not working with AdoJobStore due to thread local storage
  • thread local state removed altogether
  • quartz.serializer.type was required even though non-serializing RAMJobStore was in use
  • JSON serialization incorrectly called serialization callbacks

BREAKING CHANGES

  • IStatefulJob was removed, been obsolete since 2.x
  • ISemaphore interface now passes Guid requestorId that defines lock owner instead of implicit thread name

KNOWN ISSUES

  • Issues with time zone ids between Windows and Linux, they use different ids for the same zone
  • No remoting support
  • Documentation lacking

Don't miss a new quartznet release

NewReleases is sending notifications on new releases.