You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2015/04/23 14:48:38 UTC

[jira] [Work started] (FELIX-4622) Regression: SCR spec version detection incorrect for activate method

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

Work on FELIX-4622 started by Carsten Ziegeler.
-----------------------------------------------
> Regression: SCR spec version detection incorrect for activate method
> --------------------------------------------------------------------
>
>                 Key: FELIX-4622
>                 URL: https://issues.apache.org/jira/browse/FELIX-4622
>             Project: Felix
>          Issue Type: Bug
>          Components: SCR Tooling
>    Affects Versions: maven-scr-plugin 1.20.0
>            Reporter: Konrad Windszus
>            Assignee: Carsten Ziegeler
>            Priority: Critical
>             Fix For: maven-scr-plugin 1.21.0
>
>
> In all versions from 1.11.0 till (including 1.20.0) the following method signature does not enforce the right scr version(1.1.0).
> {code}
> public void activate(@SuppressWarnings("rawtypes") final Map properties, final ComponentContext context) throws Exception
> {code}
> With all previous versions of the maven-scr-plugin the DS version was correctly set to 1.1. 
> It does work though even in newer version of the maven-scr-plugin if I annotate that method with @Activate. Please fix the version detection mechanism so that these OSGi components generate a descriptor with version 1.1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)