15th of May 2008
Grails Quartz plugin's 0.3 release is available now. Since of a blocker bug in this release, the 0.3.1 release was prepared and published in several hours, so the current stable version is 0.3.1.
How to upgrade
In your Grails application:
- rm -rf plugins/quartz*
- rm -rf plugins/grails-quartz*
- grails clean
- grails install-plugin quartz
If you for some reason cannot use Grails plugin installation mechanism, you can find plugin's distribution zip [here|http://svn.codehaus.org/grails-plugins/grails-quartz/tags/RELEASE_0_3_1/grails-quartz-0.3.1.zip}}.
In this release
In this release we primarily focused on plugin's configuration and flexibility. Here's the list of implemented features:
- upgraded to Quartz 1.6.0
- plugin's configuration using 'grails-app/conf/QuartzConfig.groovy'
- new Grails script grails install-quartz-config which installs default config into your application
- multiple triggers per job configuration and support for custom triggers
- clustering and JDBC store support
For more documentation about these features, please visit the plugin's page.