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