The GitHub Actions job "CI" on grails-core.git/8.0.x-hibernate7 has failed. Run started by GitHub user borinquenkid (triggered by borinquenkid).
Head commit for run: 920587ee87997db002ef3d0de9efc8126068e7d4 / Walter Duque de Estrada <[email protected]> Fix MongoIdCoercion failure by exposing getStoredAs in DefaultIdentityMapping The TCK tests for MongoDB were failing because `getStoredAs()` in the `IdentityMapping` interface returned a default of `null`, and `DefaultIdentityMapping` did not override it. This caused the MongoDB engine to lose track of explicit `storedAs` values (like `ObjectId`), breaking coercion. This commit overrides `getStoredAs()` in `DefaultIdentityMapping` to return `getMappedForm().getStoredAs()`, restoring the intended behavior. Report URL: https://github.com/apache/grails-core/actions/runs/26380637493 With regards, GitHub Actions via GitBox
