borinquenkid opened a new pull request, #15783: URL: https://github.com/apache/grails-core/pull/15783
## Summary Wires the MongoDB adapter into the `GormRegistry` introduced in #15780. - **`MongoGormApiFactory`** — factory that creates MongoDB-typed static, instance, and validation API instances for `MongoDatastore` - **`MongoGormInstanceApi`** — MongoDB-specific instance API wired through the registry - **`MongoTransactionTemplateFactory` / `MongoGormTransactionTemplate` / `MongoTransactionContext`** — pluggable transaction template for MongoDB sessions - **`MongoStaticApi`** — updated to source its datastore resolver from the registry - Unit tests: `MongoGormApiFactorySpec`, `MongoGormInstanceApiSpec`, `GormRegistryScalabilitySpec`, `MongoTenantContextProfilingSpec`, `MongoGormTransactionTemplateSpec`, `MongoTransactionTemplateFactorySpec` ## Test plan - [ ] `./gradlew :grails-data-mongodb:test` passes - [ ] TCK suite passes with MongoDB datastore ## Stack - Prereq: #15779 → #15780 → #15781 → #15782 - **This PR** — MongoDB wiring - Next: `feat/gorm-registry-neo4j` 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
