borinquenkid opened a new pull request, #15786:
URL: https://github.com/apache/grails-core/pull/15786

   ## Summary
   
   Wires the remaining adapters and support modules into the `GormRegistry` 
introduced in #15780.
   
   **Modules updated:**
   - **`grails-data-graphql`** — registers GraphQL GORM APIs with the registry; 
adds `GraphqlTenantContextProfilingSpec`
   - **`grails-datamapping-async`** — async GORM operations wired through 
registry-based API resolution
   - **`grails-datamapping-rx`** — RxGORM static/instance APIs sourced from the 
registry
   - **`grails-views-gson`** — JSON views resolve GORM entity APIs via the 
registry
   - **`grails-scaffolding`** — scaffold data binding uses registry-based API 
lookup
   - **`grails-converters`** — JSON/XML converters resolve domain class APIs 
via the registry
   - **`grails-test-suite-uber`** — integration test 
`NonDefaultDatasourceFlushSpec` exercises the registry path across multiple 
datastores
   
   ## Test plan
   
   - [ ] `./gradlew :grails-data-graphql:test` passes
   - [ ] `./gradlew :grails-test-suite-uber:test` passes
   
   ## Stack
   
   - Prereq: #15779 → #15780 → #15781 → #15782 → #15783 → #15784 → #15785
   - **This PR** — GraphQL and support module wiring
   - Next: `feat/gorm-registry-h7`
   
   🤖 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]

Reply via email to