gpc / grails-mail

The Grails Mail Plugin
http://grails.org/plugin/mail
Apache License 2.0
45 stars 85 forks source link

Make Plugin compatible with Grails 2.4.0.M2 (or greater) #18

Closed saw303 closed 10 years ago

saw303 commented 10 years ago

Since Grails 2.4.0 the previously deprecated PluginManagerHolder has been removed. Use dependency injection in order to use the pluginManager.

| Error Compilation error: startup failed:
/home/xxx/dev/projects/yyy/target/work/plugins/mail-1.0.5-SNAPSHOT/src/groovy/grails/plugin/mail/MailMessageContentRenderer.groovy: 23: unable to resolve class org.codehaus.groovy.grails.plugins.PluginManagerHolder
@ line 23, column 1.
import org.codehaus.groovy.grails.plugins.PluginManagerHolder
^
1 errors