This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch test/h7-functional-coverage
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from fd42df2451 Merge branch '8.0.x-hibernate7' into
test/h7-functional-coverage
add 94efeebea9 Resolve Hibernate 7 functional coverage blockers
No new revisions were added by this update.
Summary of changes:
gradle/functional-test-config.gradle | 8 +++
.../grails/gorm/tests/IdentityEnumTypeSpec.groovy | 31 ++++-----
.../validation/SaveWithInvalidEntitySpec.groovy | 3 +-
.../orm/hibernate/HibernateAttachSupport.java | 80 ++++++++++++++++++++++
.../orm/hibernate/HibernateGormInstanceApi.groovy | 5 +-
.../org/grails/orm/hibernate/HibernateSession.java | 5 +-
.../CompositeIdentifierToManyToOneBinder.java | 5 ++
.../cfg/domainbinding/util/BasicValueCreator.java | 26 ++++++-
.../orm/hibernate/query/PredicateGenerator.java | 5 +-
.../CompositeIdWithManyToOneAndSequenceSpec.groovy | 6 +-
.../groovy/grails/gorm/tests/SequenceIdSpec.groovy | 11 +--
.../HibernateUpdateFromListenerSpec.groovy | 3 +
.../hibernatequery/PredicateGeneratorSpec.groovy | 6 +-
.../hibernate/HibernateGormInstanceApiSpec.groovy | 47 +++++++++++++
.../liquibase/ChangelogXml2GroovySpec.groovy | 2 +-
.../liquibase/GormDatabaseSpec.groovy | 39 +++++------
.../tests/DirtyCheckingAfterListenerSpec.groovy | 3 +
17 files changed, 225 insertions(+), 60 deletions(-)
create mode 100644
grails-data-hibernate7/core/src/main/groovy/org/grails/orm/hibernate/HibernateAttachSupport.java