I was forwarded here from https://forum.hibernate.org/viewtopic.php?f=26&t=1035402. Original question: Hi, I'm writing cause I would like to ask if there is some progress with BVAL-248. To be honest it's sometimes very hard or even impossible to provide exclusive validators. When more that one validation fails you can't provide validation priority in the field scope without possibility of missing messages from other fields. Solutions described in BVAL-248 resolves those problems. In my opinion the first approach looks the most promising, but are there any other proposition or talks about similar issues and solutions? Thanks in advance. Shortly: Will bean-validator (JSR303) or its implementation hibernate-validator include in the future mechanism to prioritize, order validators and fail on first error in field context?
|