This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from dfbed8a87d Merge pull request #15557 from apache/grails8-groovy5-sb4
add ffdd0a5b53 Reduce GORM API allocation for tenant qualifiers to
O(entityCount + tenantCount)
add f02f6432a5 fix: restore TSM consistency for DATABASE and SCHEMA
per-tenant sessions
add 83041edf9d test: add unit tests for DATABASE and SCHEMA per-tenant
session routing fixes
add fa9792c7c8 test: extend GormEnhancerSpec TCK with lazy API init
coverage
add 947c0455e3 Merge branch '8.0.x' into fix/gorm-api-registration-scaling
new 57285cd59f Merge pull request #15771 from
apache/fix/gorm-api-registration-scaling
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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(-)
create mode 100644
grails-data-hibernate5/core/src/test/groovy/org/grails/orm/hibernate/GrailsHibernateTemplateSpec.groovy
create mode 100644
grails-data-hibernate5/core/src/test/groovy/org/grails/orm/hibernate/connections/GormApiAllocationSpec.groovy
create mode 100644
grails-data-hibernate7/core/src/test/groovy/org/grails/orm/hibernate/connections/GormApiAllocationSpec.groovy