I'm trying to implement in my project the "Apple Push Notification Service Integration" plugin grails (http://grails.org/plugin/apns), but I'm getting an error that seems that use a deprecated method in grails.
My questions is; is some different way to can use this plugin? or How can I fix this?
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
.Error
|
Fatal error during compilation org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
C:\Users\Documents\worspace\example\target\work\plugins\apns-1.0\.\ApnsGrailsPlugin.groovy: 1: unable to resolve class org.codehaus.groovy.grails.commons.ConfigurationHolder
@ line 1, column 1.
import org.codehaus.groovy.grails.commons.ConfigurationHolder
^
1 error
(Use --stacktrace to see the full trace)