[ 
https://issues.apache.org/jira/browse/CAMEL-17995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-17995.
---------------------------------
    Resolution: Fixed

> 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
>            Assignee: Marat Gubaidullin
>            Priority: Major
>             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