Hi!

Leo and Gerhard recently found a performance impact by getBeans() doing all the 
validations for the given qualifiers over and over again. 

Imo we can spare this for almost all of our internal getBeans() invocations.



Wdyt: should we move this check from our BeanManagerImpl to the 
InjectableBeanManager?

Thus if a user (or Extension) gets a BeanManager injected, he will always get 
the injectable version which will perform the checks. But we would get rid of 
the punishment for all our internal calls, e.g. in our proxies, etc.

LieGrue,
strub

Reply via email to