[
https://issues.apache.org/jira/browse/FELIX-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre De Rop resolved FELIX-5237.
----------------------------------
Resolution: Fixed
Fix Version/s: org.apache.felix.dependencymanager-r9
I think it's time to turn this issue to resolved state.
> 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: org.apache.felix.dependencymanager-r8
> Reporter: Guillaume Nodet
> Assignee: Pierre De Rop
> Fix For: org.apache.felix.dependencymanager-r9
>
>
> 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)