You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: