The GitHub Actions job "CI" on grails-core.git/spike/grails-beans-dsl has succeeded. Run started by GitHub user codeconsole (triggered by codeconsole).
Head commit for run: 1af34ee7f07dd31cfe158db5b64de5d78cac53ba / Scott Murphy Heiberg <[email protected]> Drop @GrailsBeans from the plugin descriptors that no longer need it Seven of the eight converted descriptors rely on the annotation being implicit: i18n, url-mappings, sitemesh3, mail, cache, domain-class and databinding. Each still generates the same sibling with the same bean names and the same class-level annotations moved onto it, verified by compiling each module and reading the generated classes back. CoreGrailsPlugin keeps its explicit @GrailsBeans. The global transformation that would apply it implicitly lives in grails-core and is discovered from META-INF/services on the compile classpath, so it is not active while grails-core itself is being compiled - removing the annotation there fails the build with no sibling generated. That is worth stating rather than leaving as a puzzle for whoever tidies it next. Report URL: https://github.com/apache/grails-core/actions/runs/30308916037 With regards, GitHub Actions via GitBox
