You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2016/01/28 04:25:40 UTC

[jira] [Resolved] (CAMEL-9543) Discovering new type converters in OSGi wipes out those manually added

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

Jonathan Anstey resolved CAMEL-9543.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.17.0
                   2.16.2
                   2.15.6

[janstey@bender camel-core-osgi]$ git push origin 
Counting objects: 30, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (20/20), done.
Writing objects: 100% (30/30), 2.33 KiB | 0 bytes/s, done.
Total 30 (delta 10), reused 0 (delta 0)
To https://git-wip-us.apache.org/repos/asf/camel.git
   cb67fe9..508c1df  camel-2.15.x -> camel-2.15.x
   b4f2374..206a464  camel-2.16.x -> camel-2.16.x
   e4223b9..d3bfca9  master -> master
[janstey@bender camel-core-osgi]$ 


> Discovering new type converters in OSGi wipes out those manually added
> ----------------------------------------------------------------------
>
>                 Key: CAMEL-9543
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9543
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 2.15.5
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 2.15.6, 2.16.2, 2.17.0
>
>
> When adding a type converter manually like:
> {code}
> getContext().getTypeConverterRegistry().addTypeConverter(A.class, B.class, new ABConverter()); 
> {code}
> It gets removed from the type converter registry when a new type converter is discovered in a newly installed bundle. (Like when you install camel-hl7 feature in Karaf say).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)