Scott Murphy
Scott Murphy
# SiteMesh Upgrade Options I've been digging into the Grails SiteMesh integration and it is a bit more involved than I anticipated. There is a lot of customization and work...
@puneetbehl I've released SiteMesh 2.4.3 which eliminates work around code from grails-gsp that was needed for SiteMesh 2.4.2 https://github.com/grails/grails-gsp/pull/362 I am willing to release a 2.4.3 Jakarta compliant version of...
@puneetbehl I've created a SiteMesh 3 plugin demonstrating the use of SiteMesh 3 in Grails: https://github.com/codeconsole/grails-sitemesh3 All of the SiteMesh 2 code could be deleted from [grails-gsp](https://github.com/grails/grails-gsp) and the plugin...
Hello @rainboyan, yeah, I will be releasing 2.5.0 in the next week or so. I am working hard completely decoupling Grails from SiteMesh. The plan right now is to release...
I have everything ready to go for 6.0.x This is what I recommend: [Pull Request: Update SiteMesh 2.4.2 to 2.4.3](https://github.com/grails/grails-gsp/pull/362) [Pull Request: Decouple grails-gsp from SiteMesh 2](https://github.com/grails/grails-gsp/pull/364) Once these pull...
@rainboyan nothing is breaking here. I currently am using Grails 6 with SiteMesh 3 in a production environment. SiteMesh 3 is extremely non-invasive and is just a filter so it...
> Hi @codeconsole, thanks for the detailed instructions. > > I was looking at the changelog and found that some Sitemesh 3 code was introduced in version 2.4.3, for example...
@rainboyan yeah, those classes haven nothing to do with SiteMesh 3. You can expect 2.5 to be synchronized within the next week. Right now we are just waiting on @puneetbehl...
@rainboyan thanks, now that, I'll probably officially 2.5.0 release it within the next week.
> I've clone the `sitemesh2/master` code (2.5.x), compiled it locally, built it with my GoBoots (forked Grails), and ran successfully in an old project, everything works fine and looks good....