[
https://issues.apache.org/jira/browse/FELIX-5529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15858215#comment-15858215
]
ASF GitHub Bot commented on FELIX-5529:
---------------------------------------
GitHub user rotty3000 opened a pull request:
https://github.com/apache/felix/pull/90
FELIX-5529 For overloaded methods in interfaces, ensure there's a def…
…ault (no-arg) method when converting to Map
Signed-off-by: Raymond Augé <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rotty3000/felix FELIX-5529
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/felix/pull/90.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #90
----
commit ed5a0aa4f0656316ed99706b722294fd6dac6d7a
Author: Raymond Augé <[email protected]>
Date: 2017-02-08T16:12:28Z
FELIX-5529 For overloaded methods in interfaces, ensure there's a default
(no-arg) method when converting to Map
Signed-off-by: Raymond Augé <[email protected]>
----
> For overloaded methods in interfaces, ensure there's a default (no-arg)
> method when converting to Map
> -----------------------------------------------------------------------------------------------------
>
> Key: FELIX-5529
> URL: https://issues.apache.org/jira/browse/FELIX-5529
> Project: Felix
> Issue Type: Bug
> Components: Converter
> Environment: Any
> Reporter: Raymond Augé
>
> When an interface implementing single argument methods (for passing default
> value) an error occurs when converted to Maps if there's no default (no-arg)
> method for the same key, since the backing fails on the method call.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)