RE: Re: Re: Square brackets in query param

2022-01-20 Thread Yebba, Nicholas
Thanks for the update. Is this functionality available in my current version 3.8.0 or do I have to upgrade ? If I have to upgrade then which version from maven repo should I use ? Thanks, On 2022/01/20 19:04:26 Claus Ibsen wrote: > Hi > > You can use a header with name CamelHttpQuery where

Re: Re: Square brackets in query param

2022-01-20 Thread Claus Ibsen
Hi You can use a header with name CamelHttpQuery where you put the query parameters and then call the http endpoint as a static name (without the query) then the square brackets should work On Thu, Jan 20, 2022 at 10:35 AM Pasquale Congiusti wrote: > > Yeah, it seems RAW() only works on the que

RE: Generated paths in camel-open-api-java 3.14.0

2022-01-20 Thread Bas Vanmeulebrouk
Dear Karen and Claus, Thank you very much for looking into this. We are using the camel-openapi-java component. We are setting the context path via the camel.servlet.mapping.context-path property in application.properties. If you let me know when the change has been submitted I can test. I can

Re: Camel 3.7.8 ? (with latest log4j2 2.17.1 fix)

2022-01-20 Thread Claus Ibsen
Hi No 3.7.x is EOL and not supported. Also as we say log4j is not directly in use by Camel, https://camel.apache.org/blog/2021/12/log4j2/ You as a end user can control what logger you use with Camel, and if you want to use log4j then you can pick the version you want to use. On Thu, Jan 20, 202

Camel 3.7.8 ? (with latest log4j2 2.17.1 fix)

2022-01-20 Thread Zinner, Frank Uwe Alfred
Hi, are there any plans to update Camel 3.7.7 with the latest log4j2 2.17.1 fixes? Currently Camel 3.7.7 fixed it up to log4j2 2.16.0. Cheers Frank Frank Uwe Alfred Zinner (extern) DFS Deutsche Flugsicherung GmbH SH/AM Am DFS-Campus 7 63225 Langen Mail: frank.uwe.alfred.zin...@externe.dfs.de<

Re: Re: Square brackets in query param

2022-01-20 Thread Pasquale Congiusti
Yeah, it seems RAW() only works on the query parameter value. I've run some experiments and reported an issue here: https://issues.apache.org/jira/browse/CAMEL-17520 - likely it's a bug and we'll work on its resolution. Feel free to watch it on Jira or add any comments over there. Cheers, Pasquale