Confluence Grails 0.2 released
2010 Januar 30
I finally made the adjustments necessary to run the Confluence Grails plugin on Grails version 1.2.0.
It became necessary since it was still using the springcache plugin 1.0.1 for caching. This version is considered as outdated in Grails Revision 1.2-M3. Since then springcache plugin 1.1 is working which is a full rewrite of the springcache plugin. That became necessary with the introduction of Spring 3.0.
Confluence plugin 0.2 is now available within the Grails Plugins repository.
grails install-plugin confluence
will do the job.
No comments yet