You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/06 04:23:49 UTC

[GitHub] [camel-karavan] tadayosi opened a new issue #141: [VS Code] Log expression converted to char sequence

tadayosi opened a new issue #141:
URL: https://github.com/apache/camel-karavan/issues/141


   I have a yaml route like this:
   ```yaml
   - from:
       uri: 'kamelet:wttrin-source'
       steps:
         - log: '${body}'
       parameters:
         period: '60000'
         wttrLocation: ~Eiffel+tower
         wttrLanguage: ja
   ```
   As soo as I view it with Camel Karavan Designer on VS Code the `log` expression part is converted to a char sequence as follows:
   ```yaml
   - from:
       uri: 'kamelet:wttrin-source'
       steps:
         - log:
             '0': $
             '1': '{'
             '2': b
             '3': o
             '4': d
             '5': 'y'
             '6': '}'
       parameters:
         period: '60000'
         wttrLocation: ~Eiffel+tower
         wttrLanguage: ja
   ```


-- 
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



[GitHub] [camel-karavan] mgubaidullin closed issue #141: [VS Code] Log expression converted to char sequence

Posted by GitBox <gi...@apache.org>.
mgubaidullin closed issue #141:
URL: https://github.com/apache/camel-karavan/issues/141


   


-- 
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