jamesfredley commented on PR #15411: URL: https://github.com/apache/grails-core/pull/15411#issuecomment-3937934392
@jdaugherty All items addressed in 6b59b6f: 1. **Ersatz-mocked declarative client tests** - `MicronautDeclarativeClientSpec` (10 tests) and `MicronautErsatzRoundtripSpec` (17 tests) cover GET/POST/PUT/DELETE, error handling (404, 500, 503), custom headers, large responses, and full HTTP roundtrip through Grails (controller -> service -> @Client -> ersatz) 2. **Plugin @Singleton scenario** - `micronaut-singleton` plugin with Java `@Singleton` bean, verified in `MicronautPluginBeanSpec` (5 tests) 3. **@matrei comments** - Forge template CLASSIC loader removed, upgrade guide rewritten, BootArchive/import cleanup already done in prior commits 63 integration tests total, all passing. -- 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]
