ldaley / grails-remote-control

Facilitates executing commands (closures) against remote or local Grails applications
Apache License 2.0
23 stars 16 forks source link

Support Grails 3 #27

Open dtanner opened 9 years ago

dtanner commented 9 years ago

Hi, Any thoughts/plans on supporting grails 3? Thanks.

kuceram commented 9 years ago

+1

ldaley commented 9 years ago

I don't plan to do anything. If some can assist with some investigation and pointers as to what is not working I can make the necessary changes.

hauner commented 8 years ago

Hi, here is an updated version of the plugin: https://github.com/hauner/grails-remote-control/tree/grails-3-plugin

I created a grails 3 plugin (in an empty branch) and moved the old code to it. I can't create a pull request because of starting on an empty branch. Grmpf. ;-)

Ok, with some git magic I created https://github.com/hauner/grails-remote-control/tree/grails-3-plugin-merged-into-master. I can create a pull request from this one if you like... It would be a code bomb with lots of changes (mostly file adds and deletes because of the changed structure).