Re: upgrade to camel 3 mybatis issues

2022-07-28 Thread Claus Ibsen
Hi Thanks for reporting I have created a ticket https://issues.apache.org/jira/browse/CAMEL-18321 On Thu, Jul 21, 2022 at 1:47 PM Dan Raceala wrote: > Hi, > Our team is trying to upgrade to camel 3.14.4 from camel 2.25.1 > > We use mybatis with camel-mybatis. > > In 2.25.1 was possible to set M

Re: upgrade to camel 3 mybatis issues

2022-07-21 Thread Zheng Feng
Please file a CAMEL issue on https://issues.apache.org/jira/browse/CAMEL On Thu, Jul 21, 2022 at 7:54 PM Dan Raceala wrote: > Hi, > Our team is trying to upgrade to camel 3.14.4 from camel 2.25.1 > > We use mybatis with camel-mybatis. > > In 2.25.1 was possible to set Map as body to camel parame

upgrade to camel 3 mybatis issues

2022-07-21 Thread Dan Raceala
Hi, Our team is trying to upgrade to camel 3.14.4 from camel 2.25.1 We use mybatis with camel-mybatis. In 2.25.1 was possible to set Map as body to camel parameter binding: Example: Mybatis Mapper: @Insert(value = "INSERT INTO TABLE_X (COL1, COL2, COL2) VALUES (#{col1}, #{col2}, #{col3})")