[VOTE] Release of Apache Camel Karavan 4.4.0

2024-02-28 Thread Marat Gubaidullin
Dear Camel Developers, This is a vote for the release of Apache Camel Karavan version 4.4.0. Designer improvements: 1. Support Variables in DSLs (From, To, Marshall, Unmarshall, etc) 2. New DSLs for Variables (setVariable, removeVariable, convertVariableTo) 3. List of existing variables in DSL

Re: REST DSL: add request param validation for already existing option "allowableValues"

2024-02-28 Thread Ja Li
Will do, sorry for that. Just thought the first question is maybe a bug/non implementation as the stackoverflow link back then. > >

Re: REST DSL: add request param validation for already existing option "allowableValues"

2024-02-28 Thread Claus Ibsen
Hi You should write these kind of "how to do X with Camel" questions on the user mailing list instead of dev (dev is for maintainer of Camel) On Wed, Feb 28, 2024 at 8:08 PM Ja Li wrote: > Hi devs, > > I just stumbled upon the REST DSL validation part: >

REST DSL: add request param validation for already existing option "allowableValues"

2024-02-28 Thread Ja Li
Hi devs, I just stumbled upon the REST DSL validation part: https://camel.apache.org/manual/rest-dsl.html#_client_request_validation 1) In case I use the "camel-restdsl-openapi-plugin" (Maven plugin) to generate REST DSL routes from an openapi specification, e.g.: ... testParam: name: