You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Konrad Windszus (JIRA)" <ji...@apache.org> on 2017/02/14 12:46:41 UTC

[jira] [Updated] (FELIX-5543) Component property types must implement java.lang.annotation.Annotation methods properly

     [ https://issues.apache.org/jira/browse/FELIX-5543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konrad Windszus updated FELIX-5543:
-----------------------------------
    Summary: Component property types must implement java.lang.annotation.Annotation methods properly  (was: Make component property types implement java.lang.annotation.Annotation properly)

> Component property types must implement java.lang.annotation.Annotation methods properly
> ----------------------------------------------------------------------------------------
>
>                 Key: FELIX-5543
>                 URL: https://issues.apache.org/jira/browse/FELIX-5543
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR)
>    Affects Versions: scr-2.1.0
>            Reporter: Konrad Windszus
>
> Currently component property types only implement one getter method for each element. The methods {{toString()}}, {{equals()}}, {{hashCode()}} and {{annotationType}} are not implemented properly (i.e. all return just {{null}}). The component property type object actually implements {{java.lang.annotation.Annotation}} and therefore needs to implement its interface properly. The current implementation is clearly violating the contract of the {{java.lang.annotation.Annotation}}.
> For that the {{Annotations#toObject(...)}} needs to be adjusted in https://github.com/apache/felix/blob/trunk/scr/src/main/java/org/apache/felix/scr/impl/inject/Annotations.java#L41.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)