This is an automated email from the ASF dual-hosted git repository.
matrei pushed a change to branch fix/issue-16133
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 592a3fb56c test: reproduce issue 16133
add 274ea82b5d fix: issue 16133
add 5a10ebfac3 test: adapt other tests to fixing issue 16133
No new revisions were added by this update.
Summary of changes:
.../org/grails/gorm/graphql/SchemaSpec.groovy | 6 +++---
.../HibernatePersistentGraphQLPropertySpec.groovy | 18 ++++++++++++++++--
.../EmbeddedInputObjectTypeBuilderSpec.groovy | 2 +-
.../orm/hibernate/cfg/HibernateMappingContext.java | 1 +
...ationContextDatabaseMigrationCommandSpec.groovy | 9 +++++++++
.../orm/hibernate/cfg/HibernateMappingContext.java | 1 +
.../cfg/GrailsHibernatePersistentEntitySpec.groovy | 3 +++
.../cfg/domainbinding/EnumTypeBinderSpec.groovy | 8 +++++++-
...ationContextDatabaseMigrationCommandSpec.groovy | 4 ++++
.../mapping/config/AbstractGormMappingFactory.java | 11 ++++++++++-
.../grails-app/domain/grails/test/app/User.groovy | 4 ++++
.../domain/grails/test/app/UserRole.groovy | 2 ++
.../grails/test/app/UserIntegrationSpec.groovy | 22 +++++-----------------
13 files changed, 66 insertions(+), 25 deletions(-)