Hi all, Yesterday Gerhard asked me to take a look at the following issue: https://github.com/jpangamarca/bean-validation-shutdown-issue
After some investigation I found that ConstraintValidatorFactory included a new method in Java EE 7 (#releaseInstance <https://docs.oracle.com/javaee/7/api/javax/validation/ConstraintValidatorFactory.html#releaseInstance-javax.validation.ConstraintValidator-> ) - ConstraintValidatorFactory (Java EE 6): http://docs.oracle.com/javaee/6/api/javax/validation/ConstraintValidatorFactory.html - ConstraintValidatorFactory (Java EE 7): https://docs.oracle.com/javaee/7/api/javax/validation/ConstraintValidatorFactory.html This email is to discuss the expected approach for this issue: 1) Create a new artifact for Java EE 7: deltaspike-bean-validation-module-impl-ee7 2) Upgrade the current supported version to BV 1.1 (Java EE 7) 3) Others. So What are your thoughts about this issue and what's the approach that DeltaSpike is using to leave with changes from EE6 to EE7? Thanks -- *Rafael Benevides | Senior Software Engineer* JBoss Developer Materials lead M: +1-919-592-6255 Better technology. Faster innovation. Powered by community collaboration. See how it works at www.redhat.com
