+1 Am So., 18. Okt. 2020 um 22:52 Uhr schrieb Mark Struberg <[email protected]>:
> checked as well, seems all green to me now. > > LieGrue, > strub > > > Am 16.10.2020 um 16:22 schrieb Jean-Louis Monteiro < > [email protected]>: > > > > Yes I think so > > -- > > Jean-Louis Monteiro > > http://twitter.com/jlouismonteiro > > http://www.tomitribe.com > > > > > > On Fri, Oct 16, 2020 at 4:11 PM Romain Manni-Bucau < > [email protected]> > > wrote: > > > >> Oki, it was a bug in the tck version tomee was using, got it. > >> So looks we are in good shape! > >> > >> Romain Manni-Bucau > >> @rmannibucau <https://twitter.com/rmannibucau> | Blog > >> <https://rmannibucau.metawerx.net/> | Old Blog > >> <http://rmannibucau.wordpress.com> | Github < > >> https://github.com/rmannibucau> | > >> LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > >> < > >> > https://www.packtpub.com/application-development/java-ee-8-high-performance > >>> > >> > >> > >> Le ven. 16 oct. 2020 à 16:07, Jean-Louis Monteiro < > >> [email protected]> > >> a écrit : > >> > >>> No I upgraded the TCK, ran with 3 latest versions including 2.0.5 > >> SNAPSHOT > >>> and worked. > >>> -- > >>> Jean-Louis Monteiro > >>> http://twitter.com/jlouismonteiro > >>> http://www.tomitribe.com > >>> > >>> > >>> On Fri, Oct 16, 2020 at 4:04 PM Romain Manni-Bucau < > >> [email protected]> > >>> wrote: > >>> > >>>> Was it a bug in tomee? (= no change required in bval?) > >>>> > >>>> Romain Manni-Bucau > >>>> @rmannibucau <https://twitter.com/rmannibucau> | Blog > >>>> <https://rmannibucau.metawerx.net/> | Old Blog > >>>> <http://rmannibucau.wordpress.com> | Github < > >>>> https://github.com/rmannibucau> | > >>>> LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > >>>> < > >>>> > >>> > >> > https://www.packtpub.com/application-development/java-ee-8-high-performance > >>>>> > >>>> > >>>> > >>>> Le ven. 16 oct. 2020 à 15:51, Jean-Louis Monteiro < > >>>> [email protected]> > >>>> a écrit : > >>>> > >>>>> Ok all working now. > >>>>> TCK is green in TomEE > >>>>> -- > >>>>> Jean-Louis Monteiro > >>>>> http://twitter.com/jlouismonteiro > >>>>> http://www.tomitribe.com > >>>>> > >>>>> > >>>>> On Mon, Oct 5, 2020 at 2:26 PM Romain Manni-Bucau < > >>> [email protected] > >>>>> > >>>>> wrote: > >>>>> > >>>>>> Looked quickly, seems master does not work in TomEE: > >>>>>> > >>>>>> [ERROR] Tests run: 1043, Failures: 1, Errors: 0, Skipped: 0, Time > >>>>> elapsed: > >>>>>> 49.498 s <<< FAILURE! - in TestSuite > >>>>>> [ERROR] > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > testGetParameterDescriptorsForConstructorOfInnerClass(org.hibernate.beanvalidation.tck.tests.metadata.ExecutableDescriptorTest) > >>>>>> Time elapsed: 0.01 s <<< FAILURE! > >>>>>> java.lang.ClassCastException: [Ljava.lang.annotation.Annotation; > >>> cannot > >>>>> be > >>>>>> cast to [Ljavax.validation.groups.ConvertGroup; > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > org.apache.bval.jsr.metadata.ReflectionBuilder$ForContainer.getGroupConversions(ReflectionBuilder.java:246) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > org.apache.bval.jsr.descriptor.MetadataReader$ForContainer.getGroupConversions(MetadataReader.java:297) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > org.apache.bval.jsr.descriptor.CascadableContainerD.<init>(CascadableContainerD.java:43) > >>>>>> at > >>> org.apache.bval.jsr.descriptor.ParameterD.<init>(ParameterD.java:41) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > org.apache.bval.jsr.descriptor.MetadataReader$ForExecutable.lambda$getParameterDescriptors$0(MetadataReader.java:356) > >>>>>> at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110) > >>>>>> at > >> java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693) > >>>>>> at > >>>> java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) > >>>>>> at > >>>>>> > >>>>> > >>>> > >>> > >> > java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) > >>>>>> at > >>>> java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) > >>>>>> at > >>>> java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > org.apache.bval.jsr.descriptor.MetadataReader$ForExecutable.getParameterDescriptors(MetadataReader.java:357) > >>>>>> at > >>>> org.apache.bval.jsr.descriptor.ExecutableD.<init>(ExecutableD.java:46) > >>>>>> at > >>>>> > >>> > org.apache.bval.jsr.descriptor.ConstructorD.<init>(ConstructorD.java:29) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > org.apache.bval.jsr.descriptor.MetadataReader$ForBean.lambda$getConstructors$7(MetadataReader.java:212) > >>>>>> at java.util.HashMap.forEach(HashMap.java:1289) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > org.apache.bval.jsr.descriptor.MetadataReader$ForBean.getConstructors(MetadataReader.java:208) > >>>>>> at org.apache.bval.jsr.descriptor.BeanD.<init>(BeanD.java:62) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > org.apache.bval.jsr.descriptor.DescriptorManager.getBeanDescriptor(DescriptorManager.java:79) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > org.apache.bval.jsr.ValidatorImpl.getConstraintsForClass(ValidatorImpl.java:48) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > org.hibernate.beanvalidation.tck.util.TestUtil.getConstructorDescriptor(TestUtil.java:148) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > org.hibernate.beanvalidation.tck.tests.metadata.Executables.parameterConstrainedConstructorOfInnerClass(Executables.java:113) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > org.hibernate.beanvalidation.tck.tests.metadata.ExecutableDescriptorTest.testGetParameterDescriptorsForConstructorOfInnerClass(ExecutableDescriptorTest.java:110) > >>>>>> > >>>>>> So guess we must fix it before we release, isnt it? > >>>>>> > >>>>>> Romain Manni-Bucau > >>>>>> @rmannibucau <https://twitter.com/rmannibucau> | Blog > >>>>>> <https://rmannibucau.metawerx.net/> | Old Blog > >>>>>> <http://rmannibucau.wordpress.com> | Github < > >>>>>> https://github.com/rmannibucau> | > >>>>>> LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > >>>>>> < > >>>>>> > >>>>> > >>>> > >>> > >> > https://www.packtpub.com/application-development/java-ee-8-high-performance > >>>>>>> > >>>>>> > >>>>>> > >>>>>> Le lun. 5 oct. 2020 à 14:12, Jean-Louis Monteiro < > >>>>> [email protected] > >>>>>>> > >>>>>> a écrit : > >>>>>> > >>>>>>> Thanks Thomas. > >>>>>>> I'll check it out with Romain if he has some spare cycles > >>>>>>> > >>>>>>> -- > >>>>>>> Jean-Louis Monteiro > >>>>>>> http://twitter.com/jlouismonteiro > >>>>>>> http://www.tomitribe.com > >>>>>>> > >>>>>>> > >>>>>>> On Mon, Oct 5, 2020 at 2:10 PM Thomas Andraschko < > >>>>>>> [email protected]> wrote: > >>>>>>> > >>>>>>>> +1 from my side > >>>>>>>> i just dont have time currently. > >>>>>>>> Romain maybe? > >>>>>>>> > >>>>>>>> Am Mo., 5. Okt. 2020 um 13:58 Uhr schrieb Jean-Louis Monteiro < > >>>>>>>> [email protected]>: > >>>>>>>> > >>>>>>>>> up? > >>>>>>>>> -- > >>>>>>>>> Jean-Louis Monteiro > >>>>>>>>> http://twitter.com/jlouismonteiro > >>>>>>>>> http://www.tomitribe.com > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> On Wed, Sep 30, 2020 at 11:09 AM Jean-Louis Monteiro < > >>>>>>>>> [email protected]> wrote: > >>>>>>>>> > >>>>>>>>>> Hey guys, > >>>>>>>>>> > >>>>>>>>>> Would it be possible to have a release for Apache BVal? > >>>>>>>>>> -- > >>>>>>>>>> Jean-Louis Monteiro > >>>>>>>>>> http://twitter.com/jlouismonteiro > >>>>>>>>>> http://www.tomitribe.com > >>>>>>>>>> > >>>>>>>>> > >>>>>>>> > >>>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > >
