You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "mgubaidullin (via GitHub)" <gi...@apache.org> on 2023/08/01 22:02:31 UTC

[GitHub] [camel-karavan] mgubaidullin commented on issue #840: [VS Code] Parameters not added to uri

mgubaidullin commented on issue #840:
URL: https://github.com/apache/camel-karavan/issues/840#issuecomment-1661159115

   Path Parameters Update: Starting from version 3.21.0, Karavan sets path parameters in the same way as query parameters (key: value). This change enhances consistency in the handling of parameters and simplifies the overall DSL design.
   ```
   - route:
       from:
         uri: activemq
         parameters:
           destinationType: topic
           destinationName: topic1
   
   ```


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org