[ANNOUNCE] Apache Camel 4.4.1 (LTS) Released

2024-03-14 Thread Gregor Zurowski
The Camel PMC is pleased to announce the release of Apache Camel 4.4.1 (LTS). Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. This release contains 32 new features and improvements. The release

Svar: How to get headers within Variables returning?

2024-03-14 Thread Mikael Andersson Wigander
Hi Never mind, I found it out. simple(“${variable[header:token.Authorization]}”) /M Den 14 mars 2024 kl 11:30, Mikael Andersson Wigander <[mikael.andersson.wigan...@pm.me.INVALID](mailto:Den 14 mars 2024 kl 11:30, Mikael Andersson Wigander < skrev: > Hi > > I’m using the new 4.4 feature

Re: How to get headers within Variables returning?

2024-03-14 Thread Claus Ibsen
See the docs https://camel.apache.org/manual/variables.html And then you can debug what happens also, for example with camel jbang debug that shows all the details On Thu, Mar 14, 2024 at 11:30 AM Mikael Andersson Wigander wrote: > Hi > > I’m using the new 4.4 feature with Variables and having

How to get headers within Variables returning?

2024-03-14 Thread Mikael Andersson Wigander
Hi I’m using the new 4.4 feature with Variables and having issues with headers created within the variables. I use this feature for getting an access_token and I store it as a header in the call to be used later. How can I retrieve it in subsequent executions returning from my toV() call