You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2010/03/02 18:59:27 UTC

[jira] Created: (OWB-314) cache resolved instances in NormalScopedBeanMethodHandlers of @ApplicationScoped beans

cache resolved instances in NormalScopedBeanMethodHandlers of @ApplicationScoped beans
--------------------------------------------------------------------------------------

                 Key: OWB-314
                 URL: https://issues.apache.org/jira/browse/OWB-314
             Project: OpenWebBeans
          Issue Type: Improvement
    Affects Versions: M4
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 1.0.0


The injection handling of @ApplicationScoped beans may get performance tuned a lot

.) the same MethodHandler instance may get used for all injection points
.) the contextual instance may get cached until it gets serialized

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OWB-314) cache resolved instances in NormalScopedBeanMethodHandlers of @ApplicationScoped beans

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved OWB-314.
-------------------------------

    Resolution: Fixed

> cache resolved instances in NormalScopedBeanMethodHandlers of @ApplicationScoped beans
> --------------------------------------------------------------------------------------
>
>                 Key: OWB-314
>                 URL: https://issues.apache.org/jira/browse/OWB-314
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: M4
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.0.0
>
>
> The injection handling of @ApplicationScoped beans may get performance tuned a lot
> .) the same MethodHandler instance may get used for all injection points
> .) the contextual instance may get cached until it gets serialized

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.