This is an automated email from the ASF dual-hosted git repository. borinquenkid pushed a change to branch hibernate6 in repository https://gitbox.apache.org/repos/asf/grails-data-hibernate6.git
from 7a8a3373 Merge pull request #4 from borinquenkid/hibernate6 new 16b38ea7 Made HibernateConnectionSourceFactorySpec pass new 0eadd894 Made DataSourceConnectionSourceFactorySpec pass new 921f3ccb Made MultipleDataSourcesWithCachingSpec pass new 9c705667 Made ListCollectionSpec pass new c01b5a51 Made HibernateConnectionSourceSettingsSpec pass new bb6a6b3b Made IdentityEnumTypeSpec pass new 543a2e54 Made HibernateVersionSupportSpec pass new aa033516 Update README.md new aaec0d5a multiple changes new 930808ed code fixes The 10 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: README.md | 8 ++++- grails-datastore-gorm-hibernate/build.gradle | 1 + .../AbstractHibernateGormStaticApi.groovy | 1 + .../hibernate/query/AbstractHibernateQuery.java | 1 + .../orm/hibernate/query/PredicateGenerator.java | 12 ++++--- .../gorm/specs/CompositeIdWithJoinTableSpec.groovy | 25 +++++++++---- .../CompositeIdWithManyToOneAndSequenceSpec.groovy | 6 ++-- .../grails/gorm/specs/IdentityEnumTypeSpec.groovy | 16 +++++---- .../grails/gorm/specs/NullValueEqualSpec.groovy | 4 +-- .../grails/gorm/specs/OptimisticLockingSpec.groovy | 4 +-- .../test/groovy/grails/gorm/specs/RLikeSpec.groovy | 2 +- .../grails/gorm/specs/ReadOperationSpec.groovy | 3 +- .../SubclassMultipleListCollectionSpec.groovy | 1 - .../grails/gorm/specs/SubqueryAliasSpec.groovy | 1 + .../specs/TablePerSubClassAndEmbeddedSpec.groovy | 2 +- .../specs/UniqueConstraintHibernateSpec.groovy | 4 +-- .../specs/UniqueWithMultipleDataSourcesSpec.groovy | 42 +++++++++++++--------- .../groovy/grails/gorm/specs/ValidationSpec.groovy | 1 + .../specs/WhereQueryWithAssociationSortSpec.groovy | 1 + ...WithNewSessionAndExistingTransactionSpec.groovy | 2 +- .../CompositeIdWithDeepOneToManyMappingSpec.groovy | 8 ++--- .../GlobalConstraintWithCompositeIdSpec.groovy | 8 +++-- .../DetachCriteriaSubquerySpec.groovy | 5 +-- .../HibernateDirtyCheckingSpec.groovy | 20 +++++++---- .../specs/hasmany/HasManyWithInQuerySpec.groovy | 2 +- .../gorm/specs/hasmany/ListCollectionSpec.groovy | 6 ++-- .../hasmany/TwoUnidirectionalHasManySpec.groovy | 12 ++++--- .../specs/hibernatequery/HibernateQuerySpec.groovy | 15 ++++---- .../MultiTenancyBidirectionalManyToManySpec.groovy | 1 + .../MultiTenancyUnidirectionalOneToManySpec.groovy | 1 + .../gorm/specs/proxy/ByteBuddyProxySpec.groovy | 3 +- .../grails/gorm/specs/proxy/GroovyProxySpec.groovy | 4 +-- .../validation/SaveWithInvalidEntitySpec.groovy | 2 +- .../HibernateGormStaticApiSpecification.groovy | 2 +- .../DataSourceConnectionSourceFactorySpec.groovy | 1 - .../HibernateConnectionSourceFactorySpec.groovy | 8 ++--- .../HibernateConnectionSourceSettingsSpec.groovy | 7 ++-- .../MultipleDataSourcesWithCachingSpec.groovy | 2 +- .../MultipleDataSourcesWithEventsSpec.groovy | 23 +++++++++--- .../connections/PartitionedMultiTenancySpec.groovy | 2 +- .../connections/SchemaMultiTenantSpec.groovy | 1 - .../connections/SecondLevelCacheSpec.groovy | 2 +- .../support/HibernateVersionSupportSpec.groovy | 5 +-- 43 files changed, 169 insertions(+), 108 deletions(-)