Grails Quartz Plugin 0.3.3 Release Notes

24th of June 2008

Grails Quartz plugin's 0.3.3 release is available now.

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.

In this release

  • added more store/clustering configuration for jobs and triggers (new volatility and durability parameters)
  • fixed a bug with 'def repeatCount = 0' parameter

For more documentation about the plugin, please visit the plugin's page.

Fixed Issues

jira.codehaus.org (2 issues)
T Key Summary
Bug GRAILSPLUGINS-409 Cannot create a persistent Trigger, since all JobDetails objects are created Volatile
Bug GRAILSPLUGINS-415 Specifiing repeatCount = 0 doesn't work

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.