Release Notes - Quartz.NET - Version 0.6 - HTML format

Bug

  • [QRTZNET-18] - JobDataMap cannot convert Int32 values correctly from string representation
  • [QRTZNET-20] - CronExpression fails when minute is incremented to 60
  • [QRTZNET-21] - DailyCalendar.GetTimeRangeEndingTime reports starting time instead of ending time
  • [QRTZNET-24] - AnnualCalendar.SetDayExcluded(d, false) does not work
  • [QRTZNET-25] - StringKeyDirtyFlagMap lacks Put(string, int)
  • [QRTZNET-27] - RamJobStore.StoreTrigger incorrectly removes JobDetail when replacing trigger
  • [QRTZNET-28] - CronTrigger: Hour, Minute, and Second parameters describe an un-representable DateTime
  • [QRTZNET-29] - RAMJobStore.RemoveCalendar fails when triggers are present
  • [QRTZNET-31] - CronExpression GetTimeAfter() fails with System.ArgumentOutOfRangeException

Improvement

  • [QRTZNET-7] - Load balanced database support
  • [QRTZNET-22] - CronExpression should all extra white space from expression
  • [QRTZNET-23] - IScheduler.SchedulerJob should throw always exception if trigger's calendar cannot be found
  • [QRTZNET-26] - Change trigger instructions and states to enum values
  • [QRTZNET-33] - Remove confusing Durability and Volatility properties from JobDetail

New Feature

  • [QRTZNET-3] - AdoJobStore support
  • [QRTZNET-16] - Quartz default properties should be read from embedded resource inside the assembly

Task

  • [QRTZNET-17] - CronTrigger misfire instruction constants should be made public
  • [QRTZNET-30] - Upgrade Common.Logging libraries to 1.1
  • [QRTZNET-34] - Rename Schedulder_Fields class to more describing SchedulerConstants
  • [QRTZNET-35] - Change Quartz initialization properties to use "type" instead of "class" to be more .NET like

Edit/Copy Release Notes

The text area below allows the project release notes to be edited and copied to another document.