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

Matrei/groovy4 jakarta #466

Merged
merged 5 commits into from
Jul 27, 2024
Merged

Matrei/groovy4 jakarta #466

merged 5 commits into from
Jul 27, 2024

Conversation

matrei
Copy link
Contributor

@matrei matrei commented Jul 27, 2024

@davydotcom This is as far as I have gotten as of now. Still a WIP, but now you don't have to start from scratch.

matrei added 5 commits July 27, 2024 06:55
There was a problem with cglib:
java.lang.NoClassDefFoundError: Could not initialize class org.spockframework.mock.runtime.CglibMockFactory$ConstructorFriendlyEnhancer.

This commit switches to bytebuddy which resolves the problem.
`grails-gsp` should not depend on an external Grails Plugin.
This dependency was only needed for a `String` constant:
`org.grails.web.sitemesh.GroovyPageLayoutFinder.RENDERING_VIEW_ATTRIBUTE`.

This commit removes the dependency by declaring the same constant
in `GroovyPagesServlet` and using that instead.

Closes #465
@davydotcom davydotcom merged commit ffe156c into 7.0.x-groovy4 Jul 27, 2024
1 of 3 checks passed
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.

2 participants