grails-events-push
grails-events-push copied to clipboard
Incompatible with grails 2.4
This is incompatible with grails 2.4 due to the CongurationHolder class being removed. See the "Static Holder Classes" section at http://grails.org/doc/2.4.0.M1/guide/upgradingFrom23.html.
The grails documentation shows that code that use ConfigurationHolder class needs to be updated with "grails.util.Holders". (see: Static Holder Classes - http://grails.org/doc/2.4.x/guide/upgradingFrom23.html).
In that case the grails-events-push plugin also needs to be up-to-date. I believe that just by adding: "import grails.util.Holders" instead of "import org.codehaus.groovy.grails.commons.ConfigurationHolder" at "/events-push-1.0.M7/scripts/_Events.groovy" (line 20, column 1) would solve the problem.
@tiagopomponet pull request welcomed!!
Can someone push this to the grails plugin repository?
Still waiting for the grails repo to be updated with this.