You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/08/30 07:22:00 UTC

[jira] [Commented] (DELTASPIKE-1289) GlobalInterceptorExtension could reuse BeanManager

    [ https://issues.apache.org/jira/browse/DELTASPIKE-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16146804#comment-16146804 ] 

ASF subversion and git services commented on DELTASPIKE-1289:
-------------------------------------------------------------

Commit edeff80a283f124b395b19698b3bbf20db56c559 in deltaspike's branch refs/heads/master from [~struberg]
[ https://git-wip-us.apache.org/repos/asf?p=deltaspike.git;h=edeff80 ]

DELTASPIKE-1289 move BeanManager injection to BeforeBeanDiscovery

Slightly improves the performance to not need to resolve the BM
for every annotated type.


> GlobalInterceptorExtension could reuse BeanManager
> --------------------------------------------------
>
>                 Key: DELTASPIKE-1289
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1289
>             Project: DeltaSpike
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.8.0
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.8.1
>
>
> Currently the GlobalInterceptorExtension injects the BeanManager as part of PAT.
> That means that this injection point has to be resolved for every scanned type.
> We could as well store the BM away in BeforeBeanDiscovery and use that.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)