This plugin establishes a cascaded constraint property for validatable objects — domain classes and
classes implementing grails.validation.Validateable. When cascaded: true is set on a nested object,
the nested object's validate() method is invoked and its errors are reported as part of the parent
object's validation.
dependencies {
implementation 'io.github.gpc:cascade-validation:7.0.1'
}| Plugin version | Grails version | Java version |
|---|---|---|
| 8.0.x | Grails 8 | 21+ |
| 7.0.x | Grails 7 | 17+ |
| 4.0.x | Grails 5 / 6 | 11+ |
The reference documentation, including the upgrade notes for the cascade → cascaded rename, is
published at https://gpc.github.io/grails-cascade-validation/.
See CONTRIBUTING.md.