Claus Ibsen created CAMEL-13727:
-----------------------------------
Summary: Endpoint DSL - Do not generate path parameters as they
cannot be set individually
Key: CAMEL-13727
URL: https://issues.apache.org/jira/browse/CAMEL-13727
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 3.0.0, 3.0.0.M4
For example
bean("").beanName("myBean")
is not working, you should do
bean("myBean");
For the former to work we need to allow to do
bean().beanName()...
And have the endpoint DSL know its a path parameter and built the uri correctly
which is hard as this requires camel-catalog to build the uri as it knows all
the complexity of building with path parameters.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)