Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
Description
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)