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

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


    from af40390d7e feat: GORM O(M+N) scaling — core GormRegistry, 
GormEnhancer, datastore-core, and TCK
     add 0f81d6def9 fix: resolve H5/H7/MongoDB compilation failures and TCK 
test regressions

No new revisions were added by this update.

Summary of changes:
 .../AbstractHibernateGormInstanceApi.groovy        |  2 +
 .../AbstractHibernateGormStaticApi.groovy          |  3 +
 .../core/GrailsDataHibernate5TckManager.groovy     | 16 ++---
 .../orm/hibernate/HibernateGormInstanceApi.groovy  |  2 +
 .../orm/hibernate/HibernateGormStaticApi.groovy    | 15 +++++
 .../org/grails/orm/hibernate/HibernateSession.java | 27 ++++++--
 .../grails/orm/hibernate/query/HibernateQuery.java | 21 +++++-
 .../GrailsIdentityGeneratorSpec.groovy             | 13 ++++
 .../mapping/mongo/config/MongoMappingContext.java  |  2 +-
 .../org/grails/datastore/gorm/GormEnhancer.groovy  |  6 ++
 .../org/grails/datastore/gorm/GormStaticApi.groovy | 76 +++++++++++-----------
 .../services/transform/ServiceTransformSpec.groovy |  3 +
 .../data/testing/tck/tests/DomainEventsSpec.groovy |  1 +
 .../org/grails/datastore/mapping/query/Query.java  |  8 ++-
 14 files changed, 138 insertions(+), 57 deletions(-)

Reply via email to