[
https://issues.apache.org/jira/browse/OWB-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891549#action_12891549
]
Mark Struberg commented on OWB-419:
-----------------------------------
Actually the coded did work already, but was hard to understand since the
Dependent handling have been implemented in different sources. I refactored the
code now, added better documentation and also added a cache for resolved bean
proxies. This speeds up the performance of a typical JSF2 application about 30%.
> fix @Dependent handling in ELResolver
> -------------------------------------
>
> Key: OWB-419
> URL: https://issues.apache.org/jira/browse/OWB-419
> Project: OpenWebBeans
> Issue Type: Bug
> Components: Injection and Lookup
> Affects Versions: 1.0.0-alpha-1
> Reporter: Mark Struberg
> Assignee: Mark Struberg
> Fix For: 1.0.0-alpha-2
>
>
> We currently store all beans which get evaluated in a EL in the dependent
> list. This must only happen for Beans with @Dependent scope, but _not_ for
> @NormalScoped beans!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.