Cool, I'm merging the PR then.Makes sense.
Right, if the old Bean Validation spec support was there only for AS7, we should deprecate it now and remove it whenever possible. I've created https://issues.jboss.org/browse/RESTEASY-1411Seeing ValidationTest-AS7 brings something else to mind. Once upon a time, we were targeting both AS7 and WF8, and they had very different Hibernate Validator (HV) versions. In particular, AS7 had HV4, based on Bean Validation spec 1.0 and WF8 had HV5, based on Bean Validation spec 1.1. To accommodate both, I created an adaptation layer (GeneralValidator) and two submodules: resteasy-hibernatevalidator-provider for HV4 and resteasy-validator-provider-11 for HV5. We could deprecate resteasy-hibernatevalidator-provider now.
-- Alessio Soldano Web Service Lead, JBoss