[
https://issues.apache.org/jira/browse/CAMEL-16584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on CAMEL-16584 started by Luca Burgazzoli.
-----------------------------------------------
> YAML Dsl : support for route template
> -------------------------------------
>
> Key: CAMEL-16584
> URL: https://issues.apache.org/jira/browse/CAMEL-16584
> Project: Camel
> Issue Type: New Feature
> Components: camel-yaml-dsl
> Reporter: Luca Burgazzoli
> Assignee: Luca Burgazzoli
> Priority: Minor
> Fix For: 3.10.0
>
>
> The YAMl DSL does not yet support route template, we should add support for
> it, something like:
> {code:yaml}
> - template:
> beans:
> - name: myBean
> type: com.acme.MyBean
> properties:
> foo: "bar"
> from:
> uri: direct:start
> steps:
> - process: "myBean"
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)