You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/07/01 07:15:00 UTC

[jira] [Comment Edited] (CAMEL-14963) camel-core - Parameterized RouteBuilder

    [ https://issues.apache.org/jira/browse/CAMEL-14963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148410#comment-17148410 ] 

Claus Ibsen edited comment on CAMEL-14963 at 7/1/20, 7:14 AM:
--------------------------------------------------------------

RouteTemplate

TODO: Model *DONE*
TODO: Validation that template properties are known in the route
TODO: Java DSL *DONE*
TODO: XML DSL *DONE*
TODO: <routeTemplates> XML snippets *DONE*
TODO: Java API to create new routes from route templates *DONE*
TODO: Java unit test *DONE*
TODO: XML unit test *DONE*
TODO: Example
TODO: Documentation
TODO: Add routes with anonymous route id (eg auto assigned) *DONE*
TODO: JMX API such as dump route template
TODO: Add detail on a route if it was created from a template and its template id *DONE*
TODO: Model XML loader *DONE*
TODO: Mark a parameter as optional, and also a default value


was (Author: davsclaus):
RouteTemplate

TODO: Model *DONE*
TODO: Validation that template properties are known in the route
TODO: Java DSL *DONE*
TODO: XML DSL
TODO: <routeTemplates> XML snippets *DONE*
TODO: Java API to create new routes from route templates *DONE*
TODO: Java unit test *DONE*
TODO: XML unit test
TODO: Example
TODO: Documentation
TODO: Add routes with anonymous route id (eg auto assigned) *DONE*
TODO: JMX API such as dump route template
TODO: Add detail on a route if it was created from a template and its template id *DONE*
TODO: Model XML loader *DONE*
TODO: Mark a parameter as optional, and also a default value

> camel-core - Parameterized RouteBuilder
> ---------------------------------------
>
>                 Key: CAMEL-14963
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14963
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.5.0
>
>
> Had some talk with Luca about parameterized route builder/routes so you could specify per route what parameters they has (required and optional) by parameter name.
> Then this information can be used by tooling, camel component etc to be able to instantiate a route and specify the parameters it requires.
> Some more details to follow. Just wanted to create a JIRA before forgetting.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)