The GitHub Actions job "CI" on grails-core.git/feat/neo4j-settings-gradle-fold has failed. Run started by GitHub user borinquenkid (triggered by borinquenkid).
Head commit for run: e59c4bfe9ec9d5ac1bfe64fd4b056207bad32723 / 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/29064722541 With regards, GitHub Actions via GitBox
