You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Gerhard Petracek (JIRA)" <ji...@apache.org> on 2010/07/26 07:05:50 UTC

[jira] Created: (OWB-425) improve performance of owb-el-resolver

improve performance of owb-el-resolver
--------------------------------------

                 Key: OWB-425
                 URL: https://issues.apache.org/jira/browse/OWB-425
             Project: OpenWebBeans
          Issue Type: Improvement
          Components: Injection and Lookup
    Affects Versions: 1.0.0-alpha-1
            Reporter: Gerhard Petracek
            Assignee: Gurkan Erdogdu




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


[jira] Resolved: (OWB-425) improve performance of owb-el-resolver

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

Mark Struberg resolved OWB-425.
-------------------------------

    Fix Version/s: 1.0.0-alpha-2
       Resolution: Fixed

patch applied, txs gerhard!

> improve performance of owb-el-resolver
> --------------------------------------
>
>                 Key: OWB-425
>                 URL: https://issues.apache.org/jira/browse/OWB-425
>             Project: OpenWebBeans
>          Issue Type: Improvement
>          Components: Injection and Lookup
>    Affects Versions: 1.0.0-alpha-1
>            Reporter: Gerhard Petracek
>            Assignee: Mark Struberg
>             Fix For: 1.0.0-alpha-2
>
>         Attachments: OWB-425.patch, OWB-425_v2.patch
>
>


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


[jira] Assigned: (OWB-425) improve performance of owb-el-resolver

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

Mark Struberg reassigned OWB-425:
---------------------------------

    Assignee: Mark Struberg  (was: Gurkan Erdogdu)

> improve performance of owb-el-resolver
> --------------------------------------
>
>                 Key: OWB-425
>                 URL: https://issues.apache.org/jira/browse/OWB-425
>             Project: OpenWebBeans
>          Issue Type: Improvement
>          Components: Injection and Lookup
>    Affects Versions: 1.0.0-alpha-1
>            Reporter: Gerhard Petracek
>            Assignee: Mark Struberg
>         Attachments: OWB-425.patch, OWB-425_v2.patch
>
>


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


[jira] Updated: (OWB-425) improve performance of owb-el-resolver

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

Gerhard Petracek updated OWB-425:
---------------------------------

    Attachment: OWB-425.patch

this patch improves the performance of the owb-el-resolver up to 40%

> improve performance of owb-el-resolver
> --------------------------------------
>
>                 Key: OWB-425
>                 URL: https://issues.apache.org/jira/browse/OWB-425
>             Project: OpenWebBeans
>          Issue Type: Improvement
>          Components: Injection and Lookup
>    Affects Versions: 1.0.0-alpha-1
>            Reporter: Gerhard Petracek
>            Assignee: Gurkan Erdogdu
>         Attachments: OWB-425.patch
>
>


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


[jira] Commented: (OWB-425) improve performance of owb-el-resolver

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OWB-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892214#action_12892214 ] 

Mark Struberg commented on OWB-425:
-----------------------------------

hi gerhard!

looks good! I'll apply and test it.


> improve performance of owb-el-resolver
> --------------------------------------
>
>                 Key: OWB-425
>                 URL: https://issues.apache.org/jira/browse/OWB-425
>             Project: OpenWebBeans
>          Issue Type: Improvement
>          Components: Injection and Lookup
>    Affects Versions: 1.0.0-alpha-1
>            Reporter: Gerhard Petracek
>            Assignee: Gurkan Erdogdu
>         Attachments: OWB-425.patch, OWB-425_v2.patch
>
>


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


[jira] Updated: (OWB-425) improve performance of owb-el-resolver

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

Gerhard Petracek updated OWB-425:
---------------------------------

    Attachment: OWB-425_v2.patch

minor improvement

> improve performance of owb-el-resolver
> --------------------------------------
>
>                 Key: OWB-425
>                 URL: https://issues.apache.org/jira/browse/OWB-425
>             Project: OpenWebBeans
>          Issue Type: Improvement
>          Components: Injection and Lookup
>    Affects Versions: 1.0.0-alpha-1
>            Reporter: Gerhard Petracek
>            Assignee: Gurkan Erdogdu
>         Attachments: OWB-425.patch, OWB-425_v2.patch
>
>


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


[jira] Commented: (OWB-425) improve performance of owb-el-resolver

Posted by "Gerhard Petracek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OWB-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892180#action_12892180 ] 

Gerhard Petracek commented on OWB-425:
--------------------------------------

here i see up to 60 % for @RequestScoped and @SessionScoped

> improve performance of owb-el-resolver
> --------------------------------------
>
>                 Key: OWB-425
>                 URL: https://issues.apache.org/jira/browse/OWB-425
>             Project: OpenWebBeans
>          Issue Type: Improvement
>          Components: Injection and Lookup
>    Affects Versions: 1.0.0-alpha-1
>            Reporter: Gerhard Petracek
>            Assignee: Gurkan Erdogdu
>         Attachments: OWB-425.patch
>
>


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