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

Christian Schneider closed ARIES-1284.
--------------------------------------
    Resolution: Fixed

> Improve blueprint-maven-plugin: inherited 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)

Reply via email to