This process will be gradual, but this is the first phase in migrating plugin's doWithSpring() closures to AutoConfigurations.
This will resolve situations where beans are benign initialized by Spring then overridden by Grails.
The live reloading will be handled in a separate pull request.
Fixes:
Overriding bean definition for bean 'characterEncodingFilter' with a different definition
Overriding bean definition for bean 'multipartResolver' with a different definition
Adds:
Overriding bean definition for bean 'grailsLinkGenerator' with a different definition caused by asset-pipeline-grails
This process will be gradual, but this is the first phase in migrating plugin's
doWithSpring()
closures to AutoConfigurations.This will resolve situations where beans are benign initialized by Spring then overridden by Grails.
The live reloading will be handled in a separate pull request.
Fixes:
Adds:
Overriding bean definition for bean 'grailsLinkGenerator' with a different definition
caused by asset-pipeline-grails