Java開源作業調度框架,Quartz 2.2.2 發布

jopen 9年前發布 | 12K 次閱讀 Quartz

Quartz是一個Java開源的作業調度框架,用于J2SE和J2EE應用中。它提供了巨大的靈 活性而不犧牲簡單性。你能夠用它來為執行一個作業而創建簡單的或復雜的調度。它有很多特征,如:數據庫支持,集群,插件,EJB作業預構 建,JavaMail及其它,支持cron-like表達式等等。

Quartz 2.2.2 發布,此版本更新內容如下:

Bug 修復

  • [QTZ-191] - JMX has a problem with XA Transactions

  • [QTZ-292] - Scheduler interface : in the method scheduleJobs , the triggers should be part of a Set instead of a List

  • [QTZ-310] - Terracotta Quartz assumes the JobDetail interface is JobDetailImpl in DefaultClusterdJobStore

  • [QTZ-316] - SimpleThreadPool's WorkerThread should not share intrinsic lock with java.lang.Thread class

  • [QTZ-323] - Unable to customize SimpleThreadPool's worker thread name prefixes

  • [QTZ-372] - There are two copies of the various DB scripts (and they are out of sync)

  • [QTZ-378] - Restructure Quartz Jar Files

新特性

  • [QTZ-121] - Create an EJB3 compliant EJB Job invoker

  • [QTZ-154] - OSGi headers in the MANIFEST

  • [QTZ-212] - Add schedulerStarting() method to SchedulerListener interface

  • [QTZ-225] - Make the Scheduler's ClassLoadHelper available to plugins when they are initialized

  • [QTZ-272] - Add initialize() to ConnectionProvider interface

  • [QTZ-275] - Allow 'triggerless' initial storing of non-durable jobs.

  • [QTZ-370] - Override default transaction timeout when beginning new UserTransaction

更多內容請看發行說明

下載:quartz-2.2.2-distribution.tar.gz


 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!