Re: [HEADS UP] - Introducing variables to Camel 4.4

2024-01-02 Thread Alexandre Gallice
Ok make sense, thanks for clarification Claus. With user variables separated from internal exchange properties, I wonder if properties become kind of read-only from user perspective. And yes, the naming is even harder in this area with context global options, exchange properties, component

Re: [HEADS UP] - Introducing variables to Camel 4.4

2024-01-02 Thread Claus Ibsen
On Tue, Jan 2, 2024 at 3:26 PM Alexandre Gallice wrote: > Hi Claus, > > Looks interesting. New year, new idea :) > > I wonder what is the difference between exchange property and variable. > Don't they have the same scope and mutability ? > > exchange properties is a mixed bag of internal

Re: [HEADS UP] - Introducing variables to Camel 4.4

2024-01-02 Thread Alexandre Gallice
Hi Claus, Looks interesting. New year, new idea :) I wonder what is the difference between exchange property and variable. Don't they have the same scope and mutability ? Cheers, Alex On Sun, Dec 31, 2023 at 1:16 PM Claus Ibsen wrote: > Hi > > JIRA >

[HEADS UP] - Introducing variables to Camel 4.4

2023-12-31 Thread Claus Ibsen
Hi JIRA https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-19749 We are working on adding support for variables to Camel. See more in the docs at https://github.com/apache/camel/blob/main/docs/user-manual/modules/ROOT/pages/variables.adoc And examples for Spring Boot and Main / JBang