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

Avoid using the ActiveMQ org.apache.activemq.util.ListEditor with Camel type converters

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.9.3, 2.10.0
    • camel-jms
    • None
    • Unknown

    Description

      activemq-core includes a property editor that Camel will use as fallback type converter
      org.apache.activemq.util.ListEditor

      And this is a String -> List<ActiveMQDestination> converter which can be kicked in as fallback converter with Camel.
      We should avoid using 3rd party property editors, but only rely on the built in from the JDK. Or provide them as core type converters.
      As this can cause side effects.

      Attachments

        Issue Links

          Activity

            People

              davsclaus Claus Ibsen
              davsclaus Claus Ibsen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: