Quartz.NET 1.0正式发布

http://quartznet.sourceforge.net/download.html

 

Quartz.NET 项目在Marko Lahma的领它们贯通的则是曲折的街巷,用铅笔在城市地图上标出,它们就构成一个字母,准确地说,应该是个倒置的W,首尾两点之间导下,经历了2年多时间的开发,bug修复和新特性开发终于发布了1.0版本,此版本对Quartz.NET来说是一个重大的里程碑。
这个版本对应Java的Quartz 1.6.2版本。Quartz.NET 是一个开源的调度框架,什么是调度,有什么用,简单的说,如果你有这样的需求,你就可以用它来帮你。如一个在两个系统中同步数据的程序,需要在每天晚上运行。也就是说它能在一个相对固定的时间重复做同样一件事情。

Bug

    * [QRTZNET-125] - TimeZones are not handled correctly when reading XML job configuration
    * [QRTZNET-127] - CronExpression does not handle custom TimeZone correctly in GetTimeAfter in 2.0 build
    * [QRTZNET-128] - RemoteScheduler does not delegate IsJobGroupPaused and IsTriggerGroupPaused to remote scheduler
    * [QRTZNET-131] - NthIncludeDayTrigger doesn't utilize custom TimeZone correctly
    * [QRTZNET-132] - NullReferenceException when computing next fire time for misfired triggers
    * [QRTZNET-133] - SimpleThreadPool.CreateWorkerThreads does not respect threadCount parameter value
    * [QRTZNET-136] - NativeJob is broken

Improvement

    * [QRTZNET-126] - Apply AllowPartiallyTrustedCallersAttribute to DLL

New Feature

    * [QRTZNET-129] - Support for connectionStrings section in App.config
    * [QRTZNET-134] - New pool implementation -- ZeroSizeThreadPool
    * [QRTZNET-135] - Support job-data-map for triggers in XML


随机文章:

相关日志

Leave a comment

Your comment