Quartz.NET 1.0正式发布

Quartz.NET 项目在Marko Lahma的领导下,经历了2年多时间的开发,bug修复和新特性开发终于发布了1.0版本,这个版本对Quartz.NET来说是一个重大的里程碑。这个版本对应Java的Quartz 1.6.2版本。

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

下载地址:http://quartznet.sourceforge.net/download.html

作者: 自由、创新、研究、探索……
出处:http://shanyou.cnblogs.com/
版权:本文版权归作者和博客园共有
转载:欢迎转载,为了保存作者的创作热情,请按要求【转载】,谢谢
要求:未经作者同意,必须保留此段声明;必须在文章中给出原文连接;否则必究法律责任
posted @ 2008-11-10 21:35 张善友 阅读(1544) 评论(2) 编辑 收藏

 回复 引用 查看   
#1楼 2008-11-11 09:19 Evernory      
好东西,收藏~