Brian Saville
Brian Saville
For me, I don't care about testing flavors separately since they share the same code base and these are unit tests. I can't speak for other use cases, however, and...
Sorry for the long delay here. Not sure exactly what the issue is. Any chance we can get some logs from Jenkins itself or what the actual error is?
I created a new org on our Jenkins and didn't see any issues, I wonder if this is a problem with an existing org after the upgrade. Looking at the...
I used the plugin inplace and changed the requirement to grails 2.3, and it works fine as far as I can tell. The only thing that doesn't seem to work...
If this would still be an issue in Grails 2 or it deserves a fix for the grails 1.x branch, let me know and I'll submit a pull request. Just...
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...
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...
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...
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....
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...