[
https://issues.apache.org/jira/browse/ARIES-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16115889#comment-16115889
]
ASF subversion and git services commented on ARIES-1737:
--------------------------------------------------------
Commit 1804251 from [~alien11689] in branch 'aries/trunk'
[ https://svn.apache.org/r1804251 ]
[ARIES-1737] Generate custom type converters in blueprint xml
> Generate custom type converters in blueprint xml
> ------------------------------------------------
>
> Key: ARIES-1737
> URL: https://issues.apache.org/jira/browse/ARIES-1737
> Project: Aries
> Issue Type: New Feature
> Components: Blueprint
> Reporter: Dominik Przybysz
> Assignee: Dominik Przybysz
> Fix For: blueprint-maven-plugin-1.8.0
>
>
> Find all type converters and put it in type-converters element as refs, e. g.
> {code}
> @Singleton
> public class Converter1 implements Converter { ... }
> {code}
> {code}
> @Singleton
> public class Converter2 implements Converter { ... }
> {code}
> will generate
> {code}
> <type-converters>
> <ref component-id="converter1"/>
> <ref component-id="converter2"/>
> </type-converters>
> {code}
> The default blueprintConverter will be omitted.
> Without any custom type converters there will be no type-conveters element in
> generated xml.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)