You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2015/01/15 14:22:34 UTC

[jira] [Closed] (ARIES-1284) Improve blueprint-maven-plugin: inhertied annotations and qualifiers

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

Christian Schneider closed ARIES-1284.
--------------------------------------

> Improve blueprint-maven-plugin: inhertied annotations and qualifiers
> --------------------------------------------------------------------
>
>                 Key: ARIES-1284
>                 URL: https://issues.apache.org/jira/browse/ARIES-1284
>             Project: Aries
>          Issue Type: Improvement
>          Components: Blueprint
>            Reporter: Andrei Shakirin
>            Assignee: Christian Schneider
>             Fix For: blueprint-maven-plugin-1.1.0
>
>         Attachments: blueprint-maven-plugin-updated.patch, blueprint-maven-plugin.patch
>
>
> I would propose two small improvements in blueprint-maven-plugin:
> 1. Currently @PostCreate and @PreDestroy annotations will be proceed only if they declared explicitly on bean method. Annotations inherited from abstract class or interface are ignored. I have seen that at least Spring Framework proceeds inherited annotations as well. I would extend the code to check inheritance for these two method annotations.
> 2. Currently by matching field to types plugin checks @Named("name") annotation. Spring framework uses additionally @Qualifier("name") annotation for bean matching purposes. I would suggest to check additionally Spring @Qualifier annotation.
> Patch is attached.



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