Quartz 2.2.2 发布,Java 作业调度框架
欢迎加入运维网交流群:263444886Quartz 2.2.2 发布,此版本更新内容如下:
Bug 修复
[*] - JMX has a problem with XA Transactions
[*] - Scheduler interface : in the method scheduleJobs , the triggers should be part of a Set instead of a List
[*] - Terracotta Quartz assumes the JobDetail interface is JobDetailImpl in DefaultClusterdJobStore
[*]
- SimpleThreadPool's WorkerThread should not share intrinsic lock with java.lang.Thread>
[*] - Unable to customize SimpleThreadPool's worker thread name prefixes
[*] - There are two copies of the various DB scripts (and they are out of sync)
[*] - Restructure Quartz Jar Files
新特性
[*] - Create an EJB3 compliant EJB Job invoker
[*] - OSGi headers in the MANIFEST
[*] - Add schedulerStarting() method to SchedulerListener interface
[*]
- Make the Scheduler's>
[*] - Add initialize() to ConnectionProvider interface
[*] - Allow 'triggerless' initial storing of non-durable jobs.
[*] - Override default transaction timeout when beginning new UserTransaction
更多内容请看发行说明。
下载:quartz-2.2.2-distribution.tar.gz
Quartz是一个开源的作业调度框架,它完全由Java写成,并设计用于J2SE和J2EE应用中。它提供了巨大的灵活性而不牺牲简单性。你能够用它来为执行一个作业而创建简单的或复杂的调度。它有很多特征,如:数据库支持,集群,插件,EJB作业预构 建,JavaMail及其它,支持cron-like表达式等等。
页:
[1]