-
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
Quartz plugin 1.0-RC1 breaks compatibility with Grails 2.0 #26
Comments
I can confirm this issue and would like to know when you think we can address this as I'm on Grails 2.0 as well and would love to continue using this plugin. thanks! |
+1 |
1 similar comment
+1 |
Hm, the solution would be to simply adjust the Grails version string in the plugin groovy file to: def grailsVersion = "1.2 > *" Are there any breaking changes in the 1.0 version for Grails 2.0?? As i said, version 0.4.2 worked liked a charm with Grails 2.0! |
+1 |
+1, quartz-1.0-RC1 on grails 2.0.1 have a problem Now I just change to 0.4.2 |
Quartz2 throws IncompatibleClassError and switched to Quartz 1 and hit this error. Reverted to Quartz 0.4.2 |
To me Quartz is such an essential part of Grails. It is supposed to be supported by Spring. Why is it not up-to-date? |
It'd be useful to know if and when you plan to fix this so that we can find alternatives for this if there are no plans to support it going forward. |
+1 |
Since there is no response for over 2 months, I assume there is not much development going on any longer. A pity. For everyone depending on such a functionality, try this Grails plugin that uses Quartz2: http://www.grails.org/plugin/quartz2 |
+1 |
+1 |
I have released 1.0 rc2 which fixes this problem with Grails 2.0. I have also forked the plugin to https://github.com/grails-plugins/grails-quartz/ which is now its new officially maintained home (Sergey - I hope you don't mind, but our attempts to contact you have failed) New documentation has also been published http://grails-plugins.github.com/grails-quartz/ |
Nice one Graeme ! |
Cool! man :) |
I'm using Quartz plugin 0.4.2 with Grails 2.0.1, which works fine. When I wanted to update to Quartz plugin 1.0-RC1 there was this unsupported version error:
| Error Plugin quartz-1.0-RC1 requires version [1.2 > 1.3.7] of Grails which your current Grails installation does not meet. Please try install a different version of the plugin or Grails.
Is it intended to exclude the Grails 2.0 branch?
The text was updated successfully, but these errors were encountered: