Skip to content
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

Open
bwolff opened this issue Mar 13, 2012 · 16 comments
Open

Quartz plugin 1.0-RC1 breaks compatibility with Grails 2.0 #26

bwolff opened this issue Mar 13, 2012 · 16 comments

Comments

@bwolff
Copy link

bwolff commented Mar 13, 2012

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?

@timchiu
Copy link

timchiu commented Mar 16, 2012

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!

@netbrain
Copy link

+1

1 similar comment
@davidsonnabend
Copy link

+1

@bwolff
Copy link
Author

bwolff commented Mar 20, 2012

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!

@bbooth
Copy link

bbooth commented Mar 22, 2012

+1

@jiramot
Copy link

jiramot commented Mar 25, 2012

+1, quartz-1.0-RC1 on grails 2.0.1 have a problem

Now I just change to 0.4.2

@gvenez
Copy link

gvenez commented Mar 28, 2012

Quartz2 throws IncompatibleClassError and switched to Quartz 1 and hit this error. Reverted to Quartz 0.4.2

@halfbaked
Copy link

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?

@timchiu
Copy link

timchiu commented May 4, 2012

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.

@paulcitarella
Copy link

+1

@bwolff
Copy link
Author

bwolff commented May 15, 2012

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

@raoulus
Copy link

raoulus commented May 20, 2012

+1
Like Benjamin I am currently trying out the new version (Quartz2).

@rahulsom
Copy link

+1

@graemerocher
Copy link
Contributor

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/

@halfbaked
Copy link

Nice one Graeme !

@jiramot
Copy link

jiramot commented May 29, 2012

Cool! man :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests