codeconsole commented on PR #13863: URL: https://github.com/apache/grails-core/pull/13863#issuecomment-4918653281
Acknowledged on sequencing. Worth noting the approach here registers Grails' MVC beans *ahead of* `WebMvcAutoConfiguration` and lets Boot's `@ConditionalOnMissingBean`-guarded beans defer to them, rather than disabling `WebMvcAutoConfiguration` — so it's designed to coexist with code that relies on it being active, not to break it. Happy to verify this branch against the security project before either merges and order them however you'd like — what sequence do you want? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
