gsartori commented on issue #15075: URL: https://github.com/apache/grails-core/issues/15075#issuecomment-3567126474
@jdaugherty the `@ComponentScan` annotation works as expected on the `Application` class with no duplicate `init()` execution. By the way, I found out we were using that code to automatically inject Spring beans from other plugins. I've now registered the Spring beans directly in the `doWithSpring()` method on each plugin. I remember a brief discussion about future Spring integration ideas, out of curiosity, do you remember if there is a plan/idea to change the bean registration in future Grails versions? -- 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]
