This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch fix/binddata-mass-assignment
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from f1bdc751b3 test: add bindable constraints for model properties in
HalJsonRenderer and JsonRenderer specs
add 4c9062e77b Resolve legacyBindableDefault from the raw configuration
value
add 08bf7818e2 Drop the bindable constraints added to the renderer spec
models
No new revisions were added by this update.
Summary of changes:
.../web/rest/render/hal/HalJsonRendererSpec.groovy | 16 --
.../web/rest/render/json/JsonRendererSpec.groovy | 13 +-
.../grails/web/databinding/DataBindingUtils.java | 33 +++-
.../LegacyBindableDefaultConfigSpec.groovy | 168 +++++++++++++++++++++
4 files changed, 199 insertions(+), 31 deletions(-)
create mode 100644
grails-web-databinding/src/test/groovy/grails/web/databinding/LegacyBindableDefaultConfigSpec.groovy