Hey Bean Validators, In my current project, I am trying to switch to Apache Bean Validation instead of Hibernate, because I would like to introduce method parameter validation.
Unfortunately, there seems to be a blocking bug in Apache Bean Validation, where I get constraint violations where I shouldn't if I validate objects which contain other beans recursively. This breaks existing unit tests which pass with Hibernate validation. I described the problem in https://issues.apache.org/jira/browse/BVAL-88 and also proposed a fix for it there, which unblocks me locally, but I can't work with a locally patched version, it would not get approved to be put in my customer's repo. Is it possible to submit the fix? Thanks Chris
