[
https://issues.apache.org/jira/browse/CAMEL-9475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-9475.
--------------------------------
Resolution: Fixed
Fix Version/s: 2.16.2
> 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
> Assignee: Claus Ibsen
> Fix For: 2.16.2, 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)