grails / grails-core

The Grails Web Application Framework
http://grails.org
Apache License 2.0
2.79k stars 950 forks source link

Grails 7: remove org.grails:grails-web-sitemesh from grails-plugin-controllers #13623

Closed jamesfredley closed 1 month ago

jamesfredley commented 1 month ago

Issue description

https://github.com/grails/grails-core/blob/7.0.x/grails-plugin-controllers/build.gradle

references org.grails:grails-web-sitemesh:$gspVersion which appears to be retired, based on last snapshot from 2023 and the code being removed from grails-gsp.

codeconsole commented 1 month ago

I believe the idea at the time was to limit some circular dependencies , but in my option grails-controllers should never depend on sitemesh because using a controller should not even require gsp.