Github user gsmet commented on the issue: https://github.com/apache/tomee/pull/180 @rmannibucau I rebased my branch and that lets us with just the signature commit. It would be nice if you could include it. The tests pass here with your latest changes. On a somewhat unrelated note, at least for the TCK running in the Apache BVal tree, it would be nice if you could run it with `-DincludeJavaFXTests=true` as it's part of the spec (I did it and it runs OK). As in TomEE, if you can get it to run with this option enabled, it would be nice to enable it here too. It might be a bit tricky depending how your class loader works so if you can't, that's not a blocker. Note that JavaFX is included in JDK 8 but is a separate dependency in JDK 11. See what we did here: https://github.com/hibernate/hibernate-validator/blob/master/engine/pom.xml#L285 .
---