REST DSL: Request param validation possibilities & existing option "allowableValues" not working

2024-02-28 Thread Ja Li
Dear devs and users, 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: nam

It seems bug CAMEL-7986 is back

2024-02-07 Thread Ja Li
Hi there, when defining a route using .from() without specifying a .routeid() or .id() the route will not work. There's no exception or error message, it just doesn't get picked up. Seems very similar to that old and fixed bug: https://issues.apache.org/jira/browse/CAMEL-7986 I am using the lates