Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
Description
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):
<bean id="t1" class="p2.T1"/>
Attachments
Issue Links
- is duplicated by
-
ARIES-1820 blueprint-maven-plugin should fail instead of silently and arbitrarily choose one of several beans with an identical ID
- Resolved