hguerrero opened a new issue, #840:
URL: https://github.com/apache/camel-karavan/issues/840
When using the latest version of Karavan, standard path parameters like name
in the `direct` component are handled as *query parameters* and not added to
the `uri`.
Example:
```yaml
- route:
id: route-bb42
from:
uri: direct
id: from-1cbc
parameters:
name: order
...
```
Expected:
```yaml
- route:
id: route-bb42
from:
id: from-6530
uri: direct:order
```
Same happens with other components like `jms`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]