Re: [VOTE] Release Apache Camel Quarkus 2.1.0

2021-07-26 Thread Zineb Bendhiba
Hello, Thanks for your participation in this vote. The vote passes with the following results: 8 +1 binding votes: * Claus Ibsen * Peter Palaga * Jean-Baptiste Onofré * James Netherton * Andrea Cosentino * Zoran Regvart * Omar Al-Safi * Alexandre Gallice 1 +1 non-binding vote : * Otavio Rodolfo

Re: [VOTE] Release Apache Camel Quarkus 2.1.0

2021-07-26 Thread Alexandre Gallice
+1 (binding) Well done all and many thanks for cutting the release Zineb, Alex On Mon, Jul 26, 2021 at 1:46 PM Omar Al-Safi wrote: > +1 (binding) > > Thanks! > > On Mon, Jul 26, 2021 at 1:02 PM Zoran Regvart wrote: > > > +1 (binding) > > > > Thanks Zineb for stepping up, it's really cool that

CAMEL-16374: Allow multiple completions for route

2021-07-26 Thread Karen Lease
Hi Camel team, I'm working on CAMEL-16374. Following the feedback from Claus on my first attempt: "The model already allows to add multiple OnCompletion, so we could also look at using the model as it is,", I've reworked the changes. My question is: Shall we allow any number of onCompletion d

Re: [VOTE] Release Apache Camel Quarkus 2.1.0

2021-07-26 Thread Omar Al-Safi
+1 (binding) Thanks! On Mon, Jul 26, 2021 at 1:02 PM Zoran Regvart wrote: > +1 (binding) > > Thanks Zineb for stepping up, it's really cool that camel-quarkus folk > rotate the release manager role :) > > zoran > > On Fri, Jul 23, 2021 at 6:18 PM Zineb Bendhiba > wrote: > > > > Hello, > > > >

Re: [VOTE] Release Apache Camel Quarkus 2.1.0

2021-07-26 Thread Zoran Regvart
+1 (binding) Thanks Zineb for stepping up, it's really cool that camel-quarkus folk rotate the release manager role :) zoran On Fri, Jul 23, 2021 at 6:18 PM Zineb Bendhiba wrote: > > Hello, > > This is a vote to release Apache Camel Quarkus 2.1.0. > > Highlights: > > * Quarkus 2.1.0.Final > * F

Re: Guides on how to add a new language?

2021-07-26 Thread Claus Ibsen
Hi Yes its a good idea to look at camel-xpath, or some other language how its implemented and integrated (datasonnet was last added new language). In the core you must add a "model" of the new language, which just is like an interface and the DSL for the new language. You can only use standard Ja

Guides on how to add a new language?

2021-07-26 Thread Maria Arias de Reyna Dominguez
Hi! Do we have any documentation on how to create new languages in Camel? Not use them, create them. I'm thinking of adding a new geospatial language with capabilities for conditionals like "if geometryA is contained inside geometryB" or similar. This will help processing data by areas, for examp