When a bean is validated multiple times with different groups, in some cases the constraints for the second group are not reported. This used to work in 5.4.3.Final
Example that reproduces reliably:
Here I expect the AssertTrue to be reported on path "a.b"
Thanks for reporting the issue. That's an interesting test case. I'll take a look into it.
Thanks! I’ve tested the PR and it solves the issue for me.