Refactor to make proxying code common, and add asm proxying implementation from 
ARIES-47
----------------------------------------------------------------------------------------

                 Key: ARIES-85
                 URL: https://issues.apache.org/jira/browse/ARIES-85
             Project: Aries
          Issue Type: Improvement
          Components: Blueprint
            Reporter: Andrew Osborne


We currently have JDK proxying, CGLib Proxying, used for Service References. 
And seperate CGLib proxying for Bean (And Service Reference) Interceptors, with 
ASM code offered via a patch in ARIES-47 to provide ASM proxying for 
interceptors. 

It would be beneficial to have a single proxying approach within the code for 
both Service References, Interceptors, able to select its implementation based 
on if asm / cglib is available at runtime, with jdk always being available.

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

Reply via email to