Claus Ibsen created CAMEL-11410:
-----------------------------------
Summary: camel-spring - Should not list uris as spring bean ids
from Camel routes
Key: CAMEL-11410
URL: https://issues.apache.org/jira/browse/CAMEL-11410
Project: Camel
Issue Type: Improvement
Components: camel-spring
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 2.20.0
Its an old and unused feature of Camel that will register endpoint in spring
from routes from the <from> and <to> if they have an id attribute assigned.
Those id's was not as much intended for that, as you can have endpoints in
other places in routes, such as <wireTap> etc.
Users should use <endpoint id="xxx"> to assign id's to endpoint in case they
want to refer to those from Spring, such as via dependency injection.
This functionality is also only in camel-spring and not in camel-blueprint, so
it only adds to confusion if the XML DSL do not behave as much similar as
possible.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)