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 2014/08/27 18:27:58 UTC

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

Konrad Windszus created FELIX-4622:
--------------------------------------

             Summary: 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
            Priority: Critical


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.2#6252)