-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(annotatedType);
        additionalAnnotatedTypes.put(null, annotatedType);
    }

All additional types are added with the same null key.

Best regards,
Harald


Reply via email to