Open musketyr opened 4 years ago
one can work this around by removing scaffolding
plugin from the dependencies as the fields
plugin is somehow linked to the issue
I just upgraded to Grails 5 and had the same failure, removing the scaffolding plugin solved this.
Steps to Reproduce
Expected Behaviour
The application starts without any problems. Any Spring Boot autoconfiguration is not breaking the app.
Actual Behaviour
The application fails with the error below.
I have checked the https://github.com/erichelgeson/grails-versions/compare/4.0.1...4.0.2 for any Spring related major updates which could break the behaviour but I can see only patches ones.
Environment Information
Example Application
Run with
gw bootRun -PgrailsVersion=4.0.2
to see it failing