Closed
Description
olegz opened SPR-17503 and commented
While working on https://github.com/spring-cloud/spring-cloud-stream/issues/1527 I noticed that MessageConversion was not attempted on handler with signature public Person echo(Object value)
where the payload was actually byte[]
I believe it is due to the following code on line 130. I believe the order of arguments should be different if (ClassUtils.isAssignable(payloadClass, targetClass))
Affects: 5.1.2