This is an automated email from the ASF dual-hosted git repository.
borinquenkid pushed a change to branch 8.0.x-gorm_enhancer_rewrite
in repository https://gitbox.apache.org/repos/asf/grails-core.git
was 01c79c5bef refactor(gorm): finalize Core stabilization and type-safe
multi-tenancy routing
This change permanently discards the following revisions:
discard 01c79c5bef refactor(gorm): finalize Core stabilization and type-safe
multi-tenancy routing
discard 268535440f refactor(hibernate7): align Hibernate 7 with stateless
Class-Singleton GORM model
discard 669eb5fe2c refactor(gorm): transition to stateless Class-Singleton
model for O(N) scaling
discard 8dc359c145 1 refactor(gorm): transition to Class-Singleton
architecture for high-scale multi-tenancy 2 3 - Flatten static registries
in GormEnhancer to achieve O(N) memory scaling 4 - Implement stateless 'Thin
Lens' APIs (Static, Instance, Validation) that resolve Datastores at call-time
5 - Introduce Hybrid Isolation in findDatastore to prioritize ThreadLocal
context for TCK/Unit tests 6 - Implement context-aware routing for
withConnection and withTenant via Tena [...]
discard 1d767f9a22 docs: consolidate GORM scalability analysis and
multi-tenancy risk profiles
discard 417eb9e14b H7: Consolidate GORM architecture into a shared
orchestrator model and fix registry leaks