Re: [VOTE] Release Apache Camel Quarkus 2.12.0

2022-08-26 Thread Babak Vahdat
+1 (binding) Thanks Peter! — Babak > Am 26.08.2022 um 19:07 schrieb Peter Palaga : > > Hi, > > This is a vote to release Apache Camel Quarkus 2.12.0. > > Highlights: > > * Camel 3.18.1 > * Quarkus 2.12.0.Final > * Fixed issues: > https://github.com/apache/camel-quarkus/milestone/31?closed=

Re: [VOTE] Release Apache Camel Quarkus 2.12.0

2022-08-26 Thread Claus Ibsen
+1 (binding) On Fri, Aug 26, 2022 at 7:07 PM Peter Palaga wrote: > Hi, > > This is a vote to release Apache Camel Quarkus 2.12.0. > > Highlights: > > * Camel 3.18.1 > * Quarkus 2.12.0.Final > * Fixed issues: >https://github.com/apache/camel-quarkus/milestone/31?closed=1 > * All commits: >

[VOTE] Release Apache Camel Quarkus 2.12.0

2022-08-26 Thread Peter Palaga
Hi, This is a vote to release Apache Camel Quarkus 2.12.0. Highlights: * Camel 3.18.1 * Quarkus 2.12.0.Final * Fixed issues: https://github.com/apache/camel-quarkus/milestone/31?closed=1 * All commits: https://github.com/apache/camel-quarkus/compare/2.12.0...2.11.0 Staging repository: http

XML schema validation of route definitions

2022-08-26 Thread Benjamin Graf
Hi, the latest refactorings of model structure elements name like strategyRef to aggregationStrategy caused me a lot of headaches at runtime because it seems that route definitions written in XML are not validated against schema. I did a bit of debugging and pure code analysis and can confirm