This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 57285cd59f50c204fdc8c9137da33b16ef1c8a64
Merge: dfbed8a87d 947c0455e3
Author: James Fredley <[email protected]>
AuthorDate: Sat Jul 4 10:31:12 2026 -0400

    Merge pull request #15771 from apache/fix/gorm-api-registration-scaling
    
    Reduce GORM API allocation for tenant qualifiers to O(entityCount + 
tenantCount)

 .../orm/hibernate/AbstractHibernateDatastore.java  |   1 -
 .../orm/hibernate/GrailsHibernateTemplate.java     |  21 +-
 .../hibernate/GrailsHibernateTemplateSpec.groovy   |  82 ++++++
 .../connections/GormApiAllocationSpec.groovy       | 305 +++++++++++++++++++++
 .../orm/hibernate/GrailsHibernateTemplate.java     |  21 +-
 .../hibernate/GrailsHibernateTemplateSpec.groovy   |  49 ++++
 .../connections/GormApiAllocationSpec.groovy       | 305 +++++++++++++++++++++
 .../org/grails/datastore/gorm/GormEnhancer.groovy  | 107 +++++++-
 .../gorm/GormEnhancerAllQualifiersSpec.groovy      | 153 ++++++++++-
 .../data/testing/tck/tests/GormEnhancerSpec.groovy |  31 +++
 10 files changed, 1049 insertions(+), 26 deletions(-)

Reply via email to