Quartz 1.6.5 Release Notes

This is a maintenance release that contains bug fixes to the Quartz 1.6.4 release.

See the changelog below for complete details of this release.

Key Changes

  • Bug fixes

Core API changes

  • None

Migration Notes

Necessary Code Changes

Version Description Old Code New Code
1.6.4 no changes necessary    

Necessary Database Changes (if using JDBC-JobStore)

Version Description update command(s)
1.6.4 no changes necessary  

Changelog

OpenSymphony JIRA (6 issues)
T Key Summary
Bug QUARTZ-608 Records in QRTZ_TRIGGER_LISTENERS table are deleted when trigger is paused and resumed
Bug QUARTZ-726 LoggingTriggerHistoryPlugin.triggerMisfired writes incorrect message
Bug QUARTZ-728 SendDestinationMessageJob throws naming exception
Bug QUARTZ-729 SendQueueMessageJob throws ClassCastException when used with xml plugin
Improvement QUARTZ-733 Wrong Job and Trigger logged in example4 (JobStateExample line 82)
Bug QUARTZ-735 acquireNextTrigger executing on Managed Tx Connection when using JobStoreCMT and configured not to acquire triggers within lock.