You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Thomas Andraschko (JIRA)" <ji...@apache.org> on 2017/06/22 20:51:00 UTC

[jira] [Created] (DELTASPIKE-1274) Refactor proxy-module / improve performance

Thomas Andraschko created DELTASPIKE-1274:
---------------------------------------------

             Summary: Refactor proxy-module / improve performance
                 Key: DELTASPIKE-1274
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1274
             Project: DeltaSpike
          Issue Type: Improvement
          Components: Proxy-Module
            Reporter: Thomas Andraschko
            Assignee: Thomas Andraschko
             Fix For: 1.8.1


Currently on each proxy method invocation, a dynamic lookup of the InvocationHandler wrappers happens via BeanProvider. 
We can simple refactor the proxy to pass the bean reference on proxy creation.
Also we can move the interceptor handling to the api - this is not only required for ASM.



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