The GitHub Actions job "CI" on grails-core.git/feat/neo4j-gorm-registry-wiring has failed. Run started by GitHub user borinquenkid (triggered by borinquenkid).
Head commit for run: c5ced044011be07a97412a6e39245bb83ddcd583 / Walter Duque de Estrada <[email protected]> fix: avoid Groovy MOP getProperty interception in Neo4jDataStoreSpringInitializerSpec `init.configuration.getProperty("...")` calls PropertyResolver.getProperty dynamically, but Grails installs ExpandoMetaClass at bootstrap, which intercepts any literal `getProperty(String)` call on a GroovyObject as a dynamic property lookup instead of dispatching to the real overridden method — regardless of static typing at the call site. This broke the "Test configuration from map ..." feature with a MissingPropertyException, failing CI across every matrix job that runs grails-data-neo4j's tests. Route the calls through a @CompileStatic private helper so the compiler emits a direct virtual call, bypassing the MOP interception. Co-Authored-By: Claude Sonnet 5 <[email protected]> Report URL: https://github.com/apache/grails-core/actions/runs/28761570530 With regards, GitHub Actions via GitBox
