Hello, I'm in the process to convert an application from Camel 2.14 to Camel 2.16, and i have a major regression with Spring Proxy. If i create a proxy with spring to an interface with only one method, but several arguments, then only the last argument is send to the route, and the receiver fail to unmarshall the message.
Before 2.16, the message sent was a BeanInvocation with all the arguments ; After 2.16, the message sent contains only the last argument. This look like related to CAMEL-5402, and i can fix this locally by setting "binding:true" on each proxy, but i have a lot of them, through differents projects i can't change myself.. how can i switch back to the old default ? thanks ! -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-16-1-regression-with-Spring-Proxy-tp5774796.html Sent from the Camel - Users mailing list archive at Nabble.com.