[
https://issues.apache.org/jira/browse/OWB-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Struberg resolved OWB-313.
-------------------------------
Resolution: Fixed
> create caching strategies for resolving Bean<T> for BeanManager and EL
> invocations
> ----------------------------------------------------------------------------------
>
> Key: OWB-313
> URL: https://issues.apache.org/jira/browse/OWB-313
> Project: OpenWebBeans
> Issue Type: Improvement
> Components: Injection and Lookup
> Affects Versions: M4
> Reporter: Mark Struberg
> Assignee: Mark Struberg
> Fix For: 1.0.0
>
>
> Currently any EL expression and BeanManager#getBeans(Class type) will go
> through the whole resolving process over and over again
> These invocations should get cached
> For ExpressionLangurage invocations:
> .) positive cache name -> Bean<T>
> .) negative cache List<String> notFoundInEL;
> For BeanManager queries
> .) Map<Type, List<Bean<T>>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.