Fixed
Details
Assignee
Marko BekhtaMarko BekhtaReporter
Guillaume SmetGuillaume SmetParticipants
Guillaume SmetMarko BekhtaComponents
Fix versions
Priority
Major
Details
Details
Assignee
Marko Bekhta
Marko BekhtaReporter
Guillaume Smet
Guillaume SmetParticipants
Guillaume Smet
Marko Bekhta
Components
Fix versions
Priority
Created June 23, 2017 at 8:55 AM
Updated June 29, 2017 at 2:57 PM
Resolved June 29, 2017 at 1:56 PM
Prior to https://github.com/hibernate/hibernate-validator/pull/754 , we used to test the string representation of the property path everywhere because we used to test it for a lot of violations.
This is not the case anymore as we test the full path now (which is good).
We already have
ContainerElementStringRepresentationTest
for container elements constraints but we should have similar tests for cross parameter, bean, parameter, return value and so on.