Luca Burgazzoli created CAMEL-15445:
---------------------------------------
Summary: component lifecycle is differen it 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
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)