Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make grails-web-sitemesh an api dependency of grails-plugin-controllers since GroovyPageLayoutFinder is tightly coupled to ResponseRenderer #13168

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

codeconsole
Copy link
Contributor

I was hoping for a less coupled solution, but that would require the sitemesh 2 dependencies added to existing apps that do not use the gsp plugin.

This fix should cause all the functional tests to pass. If we are going this route, I will end up removing grails-web-sitemesh as a dependency of the gsp plugin, but no need to hold up a release for that.

…rs since GroovyPageLayoutFinder is tightly coupled to ResponseRenderer
@puneetbehl
Copy link
Contributor

Fixes #13171

@puneetbehl puneetbehl merged commit 5d926a9 into grails:6.0.x Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Caused by: java.lang.NoClassDefFoundError: org/grails/web/sitemesh/GroovyPageLayoutFinder
2 participants