Oleg Kozlov created CAMEL-7242:
----------------------------------
Summary: 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 evaluates to "false". In versions 2.10.3 and 2.12.2 it evaluates
correctly to "true".
when(body().isInstanceOf(Collection.class))
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)