This is an automated email from the ASF dual-hosted git repository.
borinquenkid pushed a change to branch 8.0.x-hibernate7.gorm-scaling-clean
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 5ad16445c5 Merge branch '8.0.x' into
8.0.x-hibernate7.gorm-scaling-clean
new 1658d7aae7 Fix CI compilation failures: static type errors, duplicate
import, and debug spec cleanup
new b4dd42f312 Restore as Class[] casts in GrailsDataHibernate5TckManager
dropped by merge
The 2 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:
.../core/GrailsDataHibernate5TckManager.groovy | 4 +-
.../grails/gorm/hibernate/HibernateEntity.groovy | 4 +-
.../orm/hibernate/HibernateGormStaticApi.groovy | 19 ++---
.../gorm/mongo/DebugGeoJSONDecodeSpec.groovy | 82 ----------------------
.../gorm/mongo/DebugGeoJSONQuerySpec.groovy | 66 -----------------
.../datastore/gorm/mongo/DebugGeoJSONSpec.groovy | 73 -------------------
.../datastore/gorm/mongo/DebugGetSpec.groovy | 54 --------------
.../datastore/gorm/mongo/GeoPlaceTest.groovy | 66 -----------------
.../datastore/gorm/mongo/GeoRetrieveTest.groovy | 64 -----------------
.../datastore/gorm/mongo/SimplePlaceTest.groovy | 52 --------------
.../tests/DataServiceConnectionRoutingSpec.groovy | 12 ++++
...aServiceMultiTenantConnectionRoutingSpec.groovy | 11 +++
.../tck/tests/DomainMultiDataSourceSpec.groovy | 12 ++++
.../DomainMultiTenantMultiDataSourceSpec.groovy | 11 +++
14 files changed, 61 insertions(+), 469 deletions(-)
delete mode 100644
grails-data-mongodb/core/src/test/groovy/org/grails/datastore/gorm/mongo/DebugGeoJSONDecodeSpec.groovy
delete mode 100644
grails-data-mongodb/core/src/test/groovy/org/grails/datastore/gorm/mongo/DebugGeoJSONQuerySpec.groovy
delete mode 100644
grails-data-mongodb/core/src/test/groovy/org/grails/datastore/gorm/mongo/DebugGeoJSONSpec.groovy
delete mode 100644
grails-data-mongodb/core/src/test/groovy/org/grails/datastore/gorm/mongo/DebugGetSpec.groovy
delete mode 100644
grails-data-mongodb/core/src/test/groovy/org/grails/datastore/gorm/mongo/GeoPlaceTest.groovy
delete mode 100644
grails-data-mongodb/core/src/test/groovy/org/grails/datastore/gorm/mongo/GeoRetrieveTest.groovy
delete mode 100644
grails-data-mongodb/core/src/test/groovy/org/grails/datastore/gorm/mongo/SimplePlaceTest.groovy