Marcos
Marcos

Reputation: 1265

Configure constraints at runtime

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

Answers (2)

Gunnar
Gunnar

Reputation: 19020

Check out our contribution page to get in touch with the Bean Validation expert group and propose new features.

Upvotes: 1

Leo
Leo

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

Related Questions