@mark: see [1]. regards, gerhard
[1] https://issues.apache.org/jira/browse/OWB-798 2013/4/13 Romain Manni-Bucau <[email protected]> > It should just be done at startup (it clearly can) then be thrown at > runtime if mandatory > Le 13 avr. 2013 14:11, "Mark Struberg" <[email protected]> a écrit : > > > 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 >
