grails-quartz icon indicating copy to clipboard operation
grails-quartz copied to clipboard

Migrate to Quartz 2.0

Open nebolsin opened this issue 13 years ago • 9 comments

http://www.quartz-scheduler.org/docs/2.0/migrationGuide.html

nebolsin avatar Apr 06 '11 10:04 nebolsin

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.

bluesliverx avatar Aug 30 '11 17:08 bluesliverx

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.

nebolsin avatar Aug 31 '11 08:08 nebolsin

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.

bluesliverx avatar Aug 31 '11 14:08 bluesliverx

Thanks!

nebolsin avatar Aug 31 '11 15:08 nebolsin

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.

bluesliverx avatar Sep 03 '11 22:09 bluesliverx

can this be timed with Grails 2.0??

geemang2000 avatar Dec 15 '11 12:12 geemang2000

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?

bluesliverx avatar Dec 15 '11 14:12 bluesliverx

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.

bluesliverx avatar Dec 15 '11 15:12 bluesliverx

Here is the updated URL: https://github.com/9ci/grails-quartz2

geemang2000 avatar Jan 03 '12 15:01 geemang2000