Luca Burgazzoli created CAMEL-11248:
---------------------------------------
Summary: Add the possibility to add an external id to camel beans
Key: CAMEL-11248
URL: https://issues.apache.org/jira/browse/CAMEL-11248
Project: Camel
Issue Type: Improvement
Components: camel-core-xml, camel-blueprint, camel-core, camel-spring
Environment: If an id is added to an endpoint definition in a
spring/blueprint xml, this endpoint will be registered to the application
context but you may need to add an id just for reference or for your tools
without impacting the camel run-time so it would be nice to support an
externalId atttribute, like:
{code:xml}
<from externalId="my-id" uri="twitter://timeline/user"/>
{code}
Reporter: Luca Burgazzoli
Assignee: Grzegorz Grzybek
Fix For: 2.20.0, Future
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)