The GitHub Actions job "CI" on grails-core.git/test/spring-aot-context-seed has failed. Run started by GitHub user borinquenkid (triggered by borinquenkid).
Head commit for run: eae3711480262fea4651d1a19056abe0d870ee0d / Walter Duque de Estrada <[email protected]> Fix AOT context mismatch in plugin doWithSpring bean probe The dynamicPluginBean was registered into an unused runtimeContext while ApplicationContextAotGenerator processed the separate, empty context, so the @PendingFeature probe failed for a wiring mistake rather than a genuine AOT gap. Registering the bean into the context that is actually AOT-processed makes the probe pass, since Spring AOT does preserve a plugin-registered bean definition once it is present in the processed context — so the @PendingFeature annotation no longer applies and is removed. Co-Authored-By: Claude Sonnet 5 <[email protected]> Report URL: https://github.com/apache/grails-core/actions/runs/30208693519 With regards, GitHub Actions via GitBox
