Hi all, As of a few minutes ago our bv2 branch passes the 2.0 branch of the TCK with the PR from BVTCK-205 built in... with the exception of a single test, org.hibernate.beanvalidation.tck.tests.bootstrap.BootstrapConfigurationTest. What seems to be happening here is that our CDI extension is more eager than the TCK wants it to be: if no one has injected the default ValidatorFactory or its Validator, the test seems to rely on the extension's not attempting to instantiate it. My CDI-fu is pretty weak if anybody else wants to have a look at this.
Matt
