[
https://issues.apache.org/jira/browse/CAMEL-15054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17106956#comment-17106956
]
Luca Burgazzoli edited comment on CAMEL-15054 at 5/14/20, 6:33 AM:
-------------------------------------------------------------------
I think the static method on the *BuilderFactory has been introduced to support
generating the endpoint dsl for component outside camel repo in the future,
maybe we should have both ?
was (Author: lb):
I think the static method on the *BuilderFactory has been introduced to support
the generating the endpoint dsl for component outside camel repo in the future,
maybe we should have both ?
> camel-endpointdsl - Static imports should be on a single class
> --------------------------------------------------------------
>
> Key: CAMEL-15054
> URL: https://issues.apache.org/jira/browse/CAMEL-15054
> Project: Camel
> Issue Type: Improvement
> Components: camel-endpointdsl
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 3.4.0
>
>
> Instead of having to hunt down the 100's different builder classes for each
> component, then lets have a single class where they all are
> // import static
> org.apache.camel.builder.endpoint.dsl.DirectEndpointBuilderFactory.direct;
> That above is what the end user need to static import. Lets make this simpler.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)