padcom / grails-routing

Apache License 2.0
30 stars 31 forks source link

Quartz integration broken #16

Closed stephen-swensen closed 11 years ago

stephen-swensen commented 12 years ago

Version 1.0-RCx of the Quartz plugin appears to have introduced a change which has broken integration with the Routing plugin.

The issue appears to be that they renamed application.taskClasses to application.jobClasses (see http://jira.grails.org/browse/GPQUARTZ-104), but the Routing plugin depends on application.taskClasses (see https://github.com/padcom/grails-routing/blob/master/RoutingGrailsPlugin.groovy#L134 and https://github.com/padcom/grails-routing/blob/master/RoutingGrailsPlugin.groovy#L71).

padcom commented 12 years ago

Maybe you could share a patch that'd fix this issue? Or better yet a merge request...

stephen-swensen commented 12 years ago

Sure, I'll give it a shot.

First thing I'll do is comment on that Quartz Plugin issue to let that team know that they've presented us with a moving target, and see if we can get a commitment to one naming or another.

padcom commented 11 years ago

Closing as not followed up by the reporter