Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-9543

Discovering new type converters in OSGi wipes out those manually added

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.15.5
    • 2.15.6, 2.16.2, 2.17.0
    • None
    • None
    • Unknown

    Description

      When adding a type converter manually like:

      getContext().getTypeConverterRegistry().addTypeConverter(A.class, B.class, new ABConverter()); 
      

      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).

      Attachments

        Activity

          People

            janstey Jonathan Anstey
            janstey Jonathan Anstey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: