| A common requirement is to plug in a different source for validation messages, e.g. to fetch them from a DB instead of ValidationMessages.properties. Currently, on the spec level, one has to re-implement the whole interpolation algorithm just to plug in another source. Hibernate Validator's {{ResourceBundleLocator}} contract mitigates that, and it'd be good to have something similar to that in the spec. |
|