Rafael,

The bean validation module should not be used in EE 7 app servers, it was
meant to plug a hole in EE 6 containers to continue to leverage injection
into EE 6 constraint validators (a need I had at the time, which is now
replaced by using an EE 7 container).

John

On Fri, Aug 21, 2015 at 11:09 AM Rafael Benevides <[email protected]>
wrote:

> 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
>

Reply via email to