Reputation: 1265
Is there the possibility that future versions of the bean validation (JSR 303) specification will allow us to configure (add, modify, delete) constraints dinamically, as Hibernate Validator does?
There is a big need for this feature in a project of mine.
Upvotes: 0
Views: 80
Reputation: 19020
Check out our contribution page to get in touch with the Bean Validation expert group and propose new features.
Upvotes: 1
Reputation: 6580
there is always the possibility :-) but I think nobody can answer this question for sure. Although, you can try to follow JSR 303 team mailing list - see the "getting involved" link at https://jcp.org/en/jsr/detail?id=303
Upvotes: 0