You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "andre payne (JIRA)" <ji...@apache.org> on 2009/10/20 05:11:59 UTC

[jira] Created: (FELIX-1774) CLONE -SCR Annotations - Support "Add" Operator in annotation values

CLONE -SCR Annotations - Support "Add" Operator in annotation values
--------------------------------------------------------------------

                 Key: FELIX-1774
                 URL: https://issues.apache.org/jira/browse/FELIX-1774
             Project: Felix
          Issue Type: Bug
          Components: Maven SCR Plugin
    Affects Versions: maven-scr-plugin-1.4.0
            Reporter: andre payne
             Fix For: maven-scr-plugin-1.4.1


in scr plugin 1.4.0 it is not possible to use a annotation expression like this:
contentType = "application/json;charset=" + CharEncoding.UTF_8

the attached patch solves this problem by supporting the qdox "AnnotationAdd" class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FELIX-1774) CLONE -SCR Annotations - Support "Add" Operator in annotation values

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed FELIX-1774.
-----------------------------------

    Resolution: Duplicate

> CLONE -SCR Annotations - Support "Add" Operator in annotation values
> --------------------------------------------------------------------
>
>                 Key: FELIX-1774
>                 URL: https://issues.apache.org/jira/browse/FELIX-1774
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven SCR Plugin
>    Affects Versions: maven-scr-plugin-1.4.0
>            Reporter: andre payne
>             Fix For: maven-scr-plugin-1.4.1
>
>
> in scr plugin 1.4.0 it is not possible to use a annotation expression like this:
> contentType = "application/json;charset=" + CharEncoding.UTF_8
> the attached patch solves this problem by supporting the qdox "AnnotationAdd" class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.