jdaugherty commented on code in PR #14875:
URL: https://github.com/apache/grails-core/pull/14875#discussion_r2188250199


##########
grails-doc/src/en/guide/upgrading/upgrading60x.adoc:
##########
@@ -294,6 +294,27 @@ The previous method using WebDriver binaries remains 
supported for backward comp
 
 The asset pipeline has a new https://github.com/wondrify/asset-pipeline[home]. 
Version 5.0.12 and forward is compatible with Grails 7.x.
 
+====== 12.12 Layout Configuration
+
+There are several changes related to layout related configuration:
+
+Package Changes:
+* grails.web.sitemesh -> org.apache.grails.web.layout
+* org.grails.web.sitemesh -> org.apache.grails.views.gsp.layout
+
+Notable Class Moves:
+* org.grails.web.servlet.view.GrailsLayoutViewResolver -> 
org.grails.web.servlet.view.EmbeddedGrailsLayoutViewResolver
+* org.grails.web.servlet.view.SitemeshLayoutViewResolver -> 
org.grails.web.servlet.view.GrailsLayoutViewResolver
+* org.grails.web.sitemesh.GrailsLayoutView -> 
org.apache.grails.web.layout.EmbeddedGrailsLayoutView
+* org.grails.web.sitemesh.SitemeshLayoutView -> 
org.apache.grails.web.layout.GrailsLayoutView
+
+Property Changes:
+* grails.sitemesh.default.layout -> grails.views.gsp.layout.default
+* grails.sitemesh.enable.nongsp -> grails.views.gsp.layout.enable.nongsp

Review Comment:
   I'll move them to just views.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to