You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Dominik Przybysz (JIRA)" <ji...@apache.org> on 2017/09/30 16:39:02 UTC

[jira] [Resolved] (ARIES-1745) Name beans from factories after method name in BMP

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

Dominik Przybysz resolved ARIES-1745.
-------------------------------------
    Resolution: Done

Parameter must be defined in plugin configuration:

{code}
...
<configuration>
    <customParameters>
        <blueprint.beanFromFactory.nameFromFactoryMethodName>true</blueprint.beanFromFactory.nameFromFactoryMethodName>
    </customParameters>
</configuration>
...
{code}

> Name beans from factories after method name in BMP
> --------------------------------------------------
>
>                 Key: ARIES-1745
>                 URL: https://issues.apache.org/jira/browse/ARIES-1745
>             Project: Aries
>          Issue Type: New Feature
>          Components: Blueprint
>            Reporter: Dominik Przybysz
>            Assignee: Dominik Przybysz
>             Fix For: blueprint-maven-plugin-1.9.0
>
>
> Currently name of bean from factory is taken from @Named (or similar) annotation or it is name of the bean class.
> It should be configurable via plugin property to change the naming policy for such beans.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)