grails-quartz
grails-quartz copied to clipboard
Remove hibernate dependency
It would be nice to not have to have Hibernate to use the Quartz plugin.
Grails 2 allows different data providers, so the Quartz plugin should probably extract anything Hibernate specific in to a separate plugin. a Quartz-core for the scheduling, and a quartz-hibernate for the jobstore. The other database plugins can provide a quartz-redis, etc.