[
https://issues.apache.org/jira/browse/CAMEL-15445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-15445.
---------------------------------
Resolution: Fixed
> component lifecycle is differen when endpoints are created using endpointdsl
> -----------------------------------------------------------------------------
>
> Key: CAMEL-15445
> URL: https://issues.apache.org/jira/browse/CAMEL-15445
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Reporter: Luca Burgazzoli
> Assignee: Luca Burgazzoli
> Priority: Major
> Fix For: 3.5.0, 3.4.4
>
>
> While working on a camel-quarkus
> [issue|https://github.com/apache/camel-quarkus/issues/1553] I've found that
> the order on which onInit and createEndpoint ar inveked is not the same when
> endpoint are defined using endpointds vs standard uri.
> in case of endpoint dsl:
> 1. createEndpoint
> 2. onInit
> in case of endpoint url:
> 1. onInit
> 2. createEndpoint
--
This message was sent by Atlassian Jira
(v8.3.4#803005)