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/08/06 15:57:00 UTC

[jira] [Updated] (ARIES-1735) Detect beans with the same id, but different classes

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

Dominik Przybysz updated ARIES-1735:
------------------------------------
    Fix Version/s: blueprint-maven-plugin-1.8.0

> Detect beans with the same id, but different classes
> ----------------------------------------------------
>
>                 Key: ARIES-1735
>                 URL: https://issues.apache.org/jira/browse/ARIES-1735
>             Project: Aries
>          Issue Type: Bug
>          Components: Blueprint
>            Reporter: Dominik Przybysz
>            Assignee: Dominik Przybysz
>             Fix For: blueprint-maven-plugin-1.8.0
>
>
> When blueprint maven plugin finds two beans with the classes e. g. p1.T1 and p2.T1, then by default the id of both beans is generated from a simple name of class (it means t1) and we generate only the last bean (sorted lexicographically):
> {code}
> <bean id="t1" class="p2.T1"/>
> {code}



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