Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
While working on a camel-quarkus issue 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