[
https://issues.apache.org/jira/browse/CAMEL-7242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13912451#comment-13912451
]
Oleg Kozlov commented on CAMEL-7242:
------------------------------------
That's ok, as long as this bug does not get merged to 2.12 branch.
Thanks!
> when(body().isInstanceOf(Collection.class)) does not work in 2.10.7
> -------------------------------------------------------------------
>
> Key: CAMEL-7242
> URL: https://issues.apache.org/jira/browse/CAMEL-7242
> Project: Camel
> Issue Type: Bug
> Affects Versions: 2.10.7
> Reporter: Oleg Kozlov
>
> I have a body object of type ArrayList<String>, the following Java DSL when()
> condition incorrectly evaluates to "false" in Camel version 2.10.7. In
> versions 2.10.3 and 2.12.2 it evaluates correctly to "true".
> when(body().isInstanceOf(Collection.class))
> Using Java 6.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)