Results 153 comments of Scott Murphy

@puneetbehl `GroovyPageLayoutFinder` is part of `grails-web-sitemesh` which is now a transitive dependency of `grails:plugins:gsp` which is what injects `groovyPageLayoutFinder`. I believe it is the `RestRederer` trait that is causing the...

@puneetbehl what is the plan for Grails 7? Are you wanting both SiteMesh 2 and SiteMesh 3 support? If you want to get rid of SiteMesh 2 altogether, I am...

yeah, that's correct. Your email got overlooked. I just replied.

@puneetbehl ok, I will look into this.

@puneetbehl https://github.com/grails/grails-gsp/pull/459 We still need a 7.0.x branch for https://github.com/grails/grails-gradle-plugin

Pull Request for core: https://github.com/grails/grails-core/pull/13492 Demo running off of 7.0.x: https://github.com/codeconsole/grails-sitemesh3-demo

I have since released a Jakarta version of sitemesh 2 so I am not opposed to supporting both with Grails 7, but it needs to be further decoupled from Grails...

Does your `settings.gradle` point to `6.1.0` ? https://github.com/codeconsole/website/blob/55be4c246a163986c8451f63e41c484d82675d0a/settings.gradle#L9-L10 ```gradle pluginManagement { repositories { mavenLocal() maven { url "https://repo.grails.org/grails/core/" } gradlePluginPortal() } plugins { id "org.grails.grails-web" version "6.1.0" id "org.grails.grails-gsp" version...

Related outstanding issue in 6.1.0: https://github.com/grails/grails-gradle-plugin/issues/257

Grails 5 and 6 will never work with Tomcat 10.x. You will need to wait for Grails 7. Grails