Re: javax.validation API

2017-05-25 Thread Romain Manni-Bucau
was surprised cause we got certified and validated for TomEE 7: http://beanvalidation.org/1.1/certified/ Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

Re: javax.validation API

2017-05-25 Thread Lazar Kirchev
Thanks for the hint Romain! Yes, they are present in the superclass. I got mislead because in the spec they are present both in the super and the child, and marked with @Override in the child. I haven't noticed the annotation and didn't expect them to be in the parent as well. On Thu, May 25,

Re: javax.validation API

2017-05-25 Thread Romain Manni-Bucau
Hi Lazar, did you check the inheritance? Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn |

javax.validation API

2017-05-25 Thread Lazar Kirchev
Hello, TomEE 7 includes javax.validation 1.1 API. However, I noticed, that it's missing some methods from the spec, namely: javax.validation.metadata.CrossParameterDescriptor.getElementClass() javax.validation.metadata.ExecutableDescriptor.findConstraints()