-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to Quartz 2.0 #9
Comments
Any progress on this? I think this is done in 1.0, is it not? Is there a release planned for it or can I help you fix some issues so that it can be released? This would be very helpful to us. |
1.0 is not ready yet, also I haven't started 2.0 migration process. If you could help with this and send a pull request, it would be very helpful. |
I'm not sure if I'll get to it in the next week or so, but I would like to help you out with it! If I get some time, I will definitely start looking into it. |
Thanks! |
I've started into this, and have done a little bit fixing the classes to work with Quartz 2.0.2. The issue I'm running into is apparently the spring integration doesn't support Quartz 2. Just wanted to get your opinion if you were waiting for grails 2/spring 3.1 (not sure if that relationship is correct, but at the least spring 3.1) to implement this since that adds support for the new version of quartz. If you don't care, I could just implement the bean creation process without the spring integration, I think there's a couple of tutorials out there for doing that. |
can this be timed with Grails 2.0?? |
The problem is, if we use the quartz integration in grails 2 (spring 3.1), then we will depend on grails 2.0 and will no longer be usable for grails 1.x. Thoughts nebolsin? |
Also, there is another plugin that is in development right now (https://github.com/9ci/grails-quartz-kiss) that doesn't depend on spring integration at all and just uses quartz jobs directly. It is a different implementation from the quartz plugin here obviously, and would require some major refactoring most likely. |
Here is the updated URL: https://github.com/9ci/grails-quartz2 |
http://www.quartz-scheduler.org/docs/2.0/migrationGuide.html
The text was updated successfully, but these errors were encountered: