jdaugherty commented on issue #15093: URL: https://github.com/apache/grails-core/issues/15093#issuecomment-3555200414
I've converted my application to Grails 7 and haven't experienced these problems after following the Spring Boot upgrade guides for 2 -> 3. I did experience something similar to this in my application, but it was because I didn't follow the upgrade guides Spring provides. My specific case involved Spring Integration - we were still configuring redis usage via xml instead of configuration. Once I replaced the xml (groovy bean dsl config), the configuration worked as I expected. I suspect there's something similar in this case. @gaolei8888 once you can reproduce, I'm happy to take a look. -- 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]
