Re: issue with property in REST DSL in blueprint context - Camel 2.19.1

2017-08-04 Thread claud...@gmail.com
Yes, quite the upgrade... but everything else seems to be working fine so far. ;) I raised a ticket: https://issues.apache.org/jira/browse/CAMEL-11636 Thx! On 04.08.17 13:39, Claus Ibsen wrote: Hi Yeah a change from 2.16.x to 2.19.x is a little bit big upgrade. However this sounds like a lit

Re: issue with property in REST DSL in blueprint context - Camel 2.19.1

2017-08-04 Thread Claus Ibsen
Hi Yeah a change from 2.16.x to 2.19.x is a little bit big upgrade. However this sounds like a little bug. You are welcome to log a JIRA and we can look at getting this fixed for upcoming releases. On Fri, Aug 4, 2017 at 11:24 AM, claud...@gmail.com wrote: > Hi, > > I'm trying to update from Ca

issue with property in REST DSL in blueprint context - Camel 2.19.1

2017-08-04 Thread claud...@gmail.com
Hi, I'm trying to update from Camel 2.16.3 to 2.19.1 and experience issues using properties in the REST DSL in blueprint context. I have the following config: path="patient/{patient_id}/events?cutoff_timestamp={cutoff_timestamp}&limit={limit}" produces="application/json" consumes="ap