Guillaume Nodet created FELIX-5237:
--------------------------------------
Summary: Configurable invocation handler should use default method
values
Key: FELIX-5237
URL: https://issues.apache.org/jira/browse/FELIX-5237
Project: Felix
Issue Type: Improvement
Components: Dependency Manager
Affects Versions: dependencymanager-4.3.0
Reporter: Guillaume Nodet
Simple patch:
{code}
private Object getDefaultValue(Method method, String key) throws
Exception {
return convert(method.getGenericReturnType(), key,
method.getDefaultValue(), true /* useImplicitDefault */);
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)