Details
Description
starting from camel 3.16 REST DSL YAML looks like
rest: get: - path: "/hello/{name}" to: "direct:hello"
however camel-openapi-rest-dsl-generator generates
rest: get: - path: "/hello/{name}" to: uri: "direct:hello"
instead
Attachments
Issue Links
- links to