Hi folks! I'll reroll the release this evening.
We will _not_ exclude the webbeans-cdi11 module from the source release but we don't ship any binaries for it. The reason is that we must not ship any CDI-1.1 binaries without passing the TCK. But there is no reason not to ship a mechanism to create a compat package. The reroll will contain Arnes fixes for the AnnotatedType and a few other minor things. LieGrue, strub ----- Original Message ----- > From: Arne Limburg <[email protected]> > To: "[email protected]" <[email protected]> > Cc: > Sent: Thursday, 9 May 2013, 18:32 > Subject: Re: [VOTE] release Apache OpenWebBeans-1.2.0 > >T hanks Harald for catching this one. > > That's a serious one. I'll fix it and we re-roll the release. > > Cheers, > Arne > > Am 09.05.13 18:15 schrieb "Harald Wellmann" unter > <[email protected]>: > >> -1 (non-binding) >> >> Looks like there is a regression regarding >> BeforeBeanDiscovery.addAnnotatedType(), compared to 1.1.8. >> >> Adding more than one type has no effect. >> >> The following method in BeanManagerImpl looks suspicious: >> >> public void addAdditionalAnnotatedType(AnnotatedType<?> >> annotatedType) >> { >> >> webBeansContext.getAnnotatedElementFactory().setAnnotatedType(annotatedTyp >> e); >> additionalAnnotatedTypes.put(null, annotatedType); >> } >> >> All additional types are added with the same null key. >> >> Best regards, >> Harald >> >> >
