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 07a30bb3eb fix: preserve bidirectional binding with nullable
associations
add 9cf91149ac test: cover nullable-by-default mapping cases
add baa3a4c0a3 fix: nullable-by-default mapping cases
add cb0db006e0 test: update EnumTypeBinderSpec to handle changed nullable
default
No new revisions were added by this update.
Summary of changes:
.../hibernate/cfg/HibernateMappingBuilder.groovy | 6 +-
.../cfg/HibernateMappingContextSpec.groovy | 59 ++++++++++++++
.../cfg/HibernateMappingContextSpec.groovy | 79 ++++++++++++++++++-
.../cfg/domainbinding/EnumTypeBinderSpec.groovy | 49 ++++++------
.../mongo/config/MongoMappingContextSpec.groovy | 89 ++++++++++++++++++++++
.../gorm/neo4j/Neo4jMappingContextSpec.groovy | 71 +++++++++++++++++
.../mapping/config/AbstractGormMappingFactory.java | 29 +++++--
.../datastore/mapping/config/Property.groovy | 11 ++-
.../config/DocumentMappingContextSpec.groovy | 89 ++++++++++++++++++++++
.../mapping/KeyValueMappingFactoryTests.groovy | 51 +++++++++++++
10 files changed, 494 insertions(+), 39 deletions(-)
create mode 100644
grails-data-mongodb/core/src/test/groovy/org/grails/datastore/mapping/mongo/config/MongoMappingContextSpec.groovy
create mode 100644
grails-data-neo4j/grails-datastore-gorm-neo4j/src/test/groovy/org/grails/datastore/gorm/neo4j/Neo4jMappingContextSpec.groovy
create mode 100644
grails-datastore-core/src/test/groovy/org/grails/datastore/mapping/document/config/DocumentMappingContextSpec.groovy