Improve implemented service detection
-------------------------------------
Key: FELIX-444
URL: https://issues.apache.org/jira/browse/FELIX-444
Project: Felix
Issue Type: Bug
Components: Maven SCR Plugin
Affects Versions: 1.0.1
Reporter: Carsten Ziegeler
Fix For: 1.0.2
The current mechanism to detect which services a component implements is buggy:
if in the class hierarchy an interface is listed twice, this interface will be
added twice to the list of implemented services.
If an interface extends another interface, and the component implements the
extension, only the extended interface is added to the list. All inherited
should be added as well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.