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

borinquenkid pushed a change to branch feat/gorm-registry-core-impl
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    omit e0e18f36b0 style: remove unused ConnectionSource import and fix 
consecutive blank lines in HibernateGormEnhancer
    omit 7de58bbf71 fix: register HibernateGormApiFactory in 
registerConstraints; update affected tests
    omit 3067eb076d fix: mode-aware tenant lookup and bound DatastoreResolvers 
in GormRegistry
    omit ff165b4e4d fix: distinguish datasource connection qualifier from 
tenant ID in AbstractGormApi.execute()
    omit eff936d468 fix: restore registerConstraints hook and fix 
MongoStaticApi fields dropped by scaling refactor
    omit fd1898e11e fix: restore registerConstraints to GormEnhancer dropped in 
scaling refactor
    omit 3901900ab1 feat: GORM O(M+N) scaling — GormRegistry, GormEnhancer, and 
core API refactor
    omit da5001ae6c feat: add SessionResolver infrastructure and extend core 
datastore APIs
    omit 0bfd35df3e fix: restore TSM consistency for DATABASE and SCHEMA 
per-tenant sessions
    omit faf79e6cc7 Merge branch '8.0.x' into fix/gorm-api-registration-scaling
    omit 1bdcc9a019 Address GORM API review concurrency
    omit 2498f91f60 Cover Hibernate GORM API allocation combinations
    omit a6ddce0c16 Reduce GORM API allocation for tenant qualifiers
     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 4b9d00626a feat: add SessionResolver infrastructure and extend core 
datastore APIs
     add 1cf784fcd8 feat: GORM O(M+N) scaling — GormRegistry, GormEnhancer, and 
core API refactor
     add 4f1c7fa852 fix: restore registerConstraints to GormEnhancer dropped in 
scaling refactor
     add ab0dce1390 fix: restore registerConstraints hook and fix 
MongoStaticApi fields dropped by scaling refactor
     add 593d85b6a2 fix: distinguish datasource connection qualifier from 
tenant ID in AbstractGormApi.execute()
     add 4bef806b2f fix: mode-aware tenant lookup and bound DatastoreResolvers 
in GormRegistry
     add 303a68a156 fix: register HibernateGormApiFactory in 
registerConstraints; update affected tests
     add 04d8d8f390 style: remove unused ConnectionSource import and fix 
consecutive blank lines in HibernateGormEnhancer

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e0e18f36b0)
            \
             N -- N -- N   refs/heads/feat/gorm-registry-core-impl (04d8d8f390)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../hibernate/GrailsHibernateTemplateSpec.groovy   | 82 ++++++++++++++++++++++
 .../connections/GormApiAllocationSpec.groovy       | 23 ++++++
 .../hibernate/GrailsHibernateTemplateSpec.groovy   | 49 +++++++++++++
 .../connections/GormApiAllocationSpec.groovy       | 23 ++++++
 4 files changed, 177 insertions(+)
 create mode 100644 
grails-data-hibernate5/core/src/test/groovy/org/grails/orm/hibernate/GrailsHibernateTemplateSpec.groovy

Reply via email to