Hi guys, org.apache.webbeans.component.BeanAttributesImpl#BeanAttributesImpl(java.util.Set<java.lang.reflect.Type>, java.util.Set<java.lang.annotation.Annotation>, java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.String, boolean, java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>>, boolean) copies types from bean attributes. It prevents any further changes and https://gist.github.com/antoinesd/3097661ca99fa61900fb becomes not portable (if set is filled before we copy it it works otherwise it is broken)
do you think we should just take the input value without any modification? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com>
