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

[jira] [Created] (CAMEL-9475) Simple - Calling method should favor best matching type

Claus Ibsen created CAMEL-9475:
----------------------------------

             Summary: Simple - Calling method should favor best matching type
                 Key: CAMEL-9475
                 URL: https://issues.apache.org/jira/browse/CAMEL-9475
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: 2.17.0


If you have an ArrayList in the message body, and do a

   <to uri="language:simple:${body.remove(0)}?transform=false"/>

Then Camel may call the remove(Object) on the list, instead of remove(int)



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