Notes: Quartz is an enterprise-class Job Scheduler for use in stand-alone and full-blown J2EE Applications. Quartz is very light-weight, highy scalable, and extremely easy to use within your own applications. ================================================================================ Quartz 1.4.3 Release Notes ================================================================================ This is release contains bug fixes as well as some minor feature improvements. (see the change log for details)
Changes: ================================================================================ Changes in version 1.4.3 (since version 1.4.2) ================================================================================ 1- Fixed bug: JobSchedulingDataProcessor (used by JobInitializationPlugin) mistakenly used the job's group name (rather than the trigger's group name) when rescheduling a job. 2- Various small documentation fixes. 3- org.quartz.ee.ejb.EJBInvokerJob now finds the method to call by using Class.getMethod() rather than Class.getDeclaredMethod() - which helps in cases where the method is inherited. 4- "quartz-service.xml" (for the JBOSS mbean) is no longer built into the standard Quartz jar file, as it caused problems for users who use jboss, but not the mbean. 5- Fix bug in MonthlyCalendar.isDayExcluded(int day) 6- Fix possible NPE when replacing a calendar and specifying to update associated triggers 7- Fix bug with interpreting value of "shutdown-on-unload" property of the QuartzInitializerServlet. 8- Fixed bug in determining recoverability of a job as it's trigger is being replaced. 9- Improved JobInitializationPlugin's handling of xml files in the classpath. 10- Various very minor bugs (see changelist in JIRA if interested).
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use