-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with grails 2.4 #61
Comments
The grails documentation shows that code that use ConfigurationHolder class needs to be updated with "grails.util.Holders". In that case the grails-events-push plugin also needs to be up-to-date. I believe that just by adding: |
@tiagopomponet pull request welcomed!! |
For Grails 2.4.x compatibility
Can someone push this to the grails plugin repository? |
Still waiting for the grails repo to be updated with this. |
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 text was updated successfully, but these errors were encountered: