This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch grails-layout-doc-updates in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 1f9637dc5b8f944ea3ef7d2157ea97304e2a81b1 Author: James Fredley <[email protected]> AuthorDate: Sat Oct 4 09:01:45 2025 -0400 Update class and property moves in upgrade guide Added missing class and property moves related to Sitemesh and layout classes in the upgrading60x.adoc documentation to reflect recent changes. --- grails-doc/src/en/guide/upgrading/upgrading60x.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grails-doc/src/en/guide/upgrading/upgrading60x.adoc b/grails-doc/src/en/guide/upgrading/upgrading60x.adoc index d7841ce255..caad00836e 100644 --- a/grails-doc/src/en/guide/upgrading/upgrading60x.adoc +++ b/grails-doc/src/en/guide/upgrading/upgrading60x.adoc @@ -409,11 +409,13 @@ Notable Class Moves: * org.grails.web.servlet.view.SitemeshLayoutViewResolver -> org.apache.grails.web.layout.GrailsLayoutViewResolver * org.grails.web.sitemesh.GrailsLayoutView -> org.apache.grails.web.layout.EmbeddedGrailsLayoutView * org.grails.web.sitemesh.SitemeshLayoutView -> org.apache.grails.web.layout.GrailsLayoutView +* org.grails.web.sitemesh.GSPSitemeshPage -> org.apache.grails.web.layout.GSPGrailsLayoutPage Property Changes: * grails.sitemesh.default.layout -> grails.views.layout.default * grails.sitemesh.enable.nongsp -> grails.views.layout.enable.nongsp +* org.grails.web.sitemesh.GrailsLayoutView.GSP_SITEMESH_PAGE -> org.apache.grails.web.layout.EmbeddedGrailsLayoutView.GSP_GRAILS_LAYOUT_PAGE Tag namespace changes:
