Fix FELIX-1426
Provide a way to also inject dynamic proxy for scalar dependencies.
The ipojo.dependency.proxy.type property allows to set which kind of proxy is supported. By default, it used smart (bytecode) proxies. However some VM will not support such mechanisms. That's why, this property set to 'dynamic-proxy' allows injecting Java dynamic proxy (slower). This does not affect aggregate dependencies.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@894012 13f79535-47bb-0310-9956-ffa450edef68
3 files changed