Hi George, I can confirm that this is a bug within HV. Currently, registered value unwrappers are only invoked for {{Validator#validate()}} and the methods for executable validation but not for {{validateProperty()}} and {{validateValue()}} (which you are using). I've created HV-860 for fixing this.
Btw. HV 5.x needs an EL implementation on the classpath; So I tried to add one as test dependency to _bean-validation-tests/pom.xml_ but when running the test the class still was missing. Is there anything special to consider when adding dependencies here?
|