Hardy Ferentschik
updated
an issue
Hibernate Validator
/
HV-1062
Use type annotations for map values with @NotNull annotation on the map
Change By:
Hardy Ferentschik
Hello. I tried to use ability to put type use validation constraint and met the problem
:
, that
constraints failed with internal exception if we use structure like this:
{code}
@NotNull @Valid
Map<String, @NotBlankTypeUse String> data
{code}
Add Comment
This message was sent by Atlassian JIRA
(v7.2.0-OD-04-029#72002-
sha1:f50e4de
)