jamesfredley commented on issue #14301: URL: https://github.com/apache/grails-core/issues/14301#issuecomment-5069813929
Thanks for identifying this. Fields now honors `Validateable.defaultNullable()` when evaluating command-object constraints. The behavior is implemented in `BeanPropertyAccessorFactory` and covered by the current [`CommandPropertyAccessorSpec`](https://github.com/apache/grails-core/blob/8.0.x/grails-fields/src/test/groovy/grails/plugin/formfields/CommandPropertyAccessorSpec.groovy). It landed in [de08017](https://github.com/apache/grails-core/commit/de08017bcc56878441c4c40cf8608bac736dcc51) on August 17, 2022. Closing this as fixed. <!-- project-487-oldest-200-14301 --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
