jamesfredley commented on PR #15411: URL: https://github.com/apache/grails-core/pull/15411#issuecomment-3937934160
@sbglasius Added in 6b59b6f - created a `micronaut-singleton` plugin (`grails-test-examples/plugins/micronaut-singleton/`) with a Java `@Singleton` bean (`PluginSingletonService`) and wired it into the micronaut test app. `MicronautPluginBeanSpec` (5 tests) verifies: - Plugin `@Singleton` bean available in Spring context - Plugin `@Singleton` bean available in Micronaut context - Singleton identity (same instance on repeated lookups) - Resolvable by interface type (`PluginMessageProvider`) - Same instance across both Spring and Micronaut contexts All 5 pass. -- 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]
