padcom / grails-routing

Apache License 2.0
30 stars 31 forks source link

Use service instead of metaclass #36

Closed mifi closed 10 years ago

mifi commented 10 years ago

Created a CamelMessageService for use instead of invasively setting generic metaclass property names like "sendMessage" on all Controllers/Services/Jobs. sendMessage is likely to clash with existing methods. Note: breaking change

padcom commented 10 years ago

Denied.

If you want, you could make it configurable and add the service as an alternative to the existing solution and then I'll consider it.

Don't change the name of the plugin descriptor. Nobody will understand what "Mifi" means.

Cheers, Matthias