Marat Gubaidullin created CAMEL-17995:
-----------------------------------------

             Summary: REST DSL YAML Generator should optionally generate routes
                 Key: CAMEL-17995
                 URL: https://issues.apache.org/jira/browse/CAMEL-17995
             Project: Camel
          Issue Type: Improvement
          Components: tooling
    Affects Versions: 3.16.0
            Reporter: Marat Gubaidullin
             Fix For: 3.17.0


In addition to REST DSL, ex:
{code:java}
- rest:
    put:
      path: "/pet"
      to: "direct:rest1"
{code}

generator should optionally generate routes, ex:

{code:java}
- rest:
    put:
      path: "/pet"
      to: "direct:rest1"
- route:
    from:
      uri: "direct:rest1"
{code}




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to