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 5a10ebfac3 test: adapt other tests to fixing issue 16133
new 6948b393a3 chore: whitespace
new f07ddd11b7 test: reset fixtures and UserIntegrationSpec assertions
new 2263394899 fix: initialize `defaultNullable` to `true` in
`AbstractGormMappingFactory`
new 07a30bb3eb fix: preserve bidirectional binding with nullable
associations
The 4 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:
.../mapping/config/AbstractGormMappingFactory.java | 5 +++--
.../mapping/model/AbstractMappingContext.java | 1 +
.../mapping/KeyValueMappingFactoryTests.groovy | 2 +-
.../domain/grails/test/app/Address.groovy | 3 +++
.../grails-app/domain/grails/test/app/User.groovy | 3 ---
.../grails/test/app/UserIntegrationSpec.groovy | 22 +++++++++++++++++-----
.../groovy/grails/test/app/pogo/Profile.groovy | 6 ++++++
.../web/databinding/GrailsWebDataBinder.groovy | 2 +-
8 files changed, 32 insertions(+), 12 deletions(-)