jamesfredley opened a new pull request, #16001: URL: https://github.com/apache/grails-core/pull/16001
## Summary - add a test-only Spring AOT compatibility spike (`GrailsAotSmokeSpec`) - one passing baseline: a minimal Grails context is processed by `ApplicationContextAotGenerator` without error - two `@PendingFeature` probes document genuine, currently-unsupported Grails AOT gaps (dynamic artefact registry preservation and plugin DSL bean preservation), with preconditions verified non-pending so only the final AOT assertion is pending ## Scope note This is a draft/test-only seed - no production or native-image changes. The pending probes are expected to fail today and are structured to flip to passing when the corresponding Grails AOT support is implemented. `@PendingFeature` is scoped to `SpockAssertionError` so unrelated regressions still surface; both class loaders and contexts are closed in cleanup. ## Verification - :grails-core:test --tests grails.aot.GrailsAotSmokeSpec (1 passed, 2 expected-pending) - :grails-core:test - git diff --check This is an AI-generated starting point for Spring AOT support investigation. -- 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]
