lburgazzoli commented on pull request #2831:
URL: https://github.com/apache/camel-k/pull/2831#issuecomment-994672018


   The problem I see by remove the inline variant is that sometime is very 
verbose and not very intuitive, take as example the expressions block
   
   With XML, you can write something like:
   
   ```xml
   <simple>${foo.bar}<simple>
   ```
   
   As today you can write something like:
   
   ```yaml
   simple: "${foo.bar}"
   ```
   
   But removing the polymorphism would lead to:
   
   ```yaml
   simple: 
     expression: "${foo.bar}"
   ```
   
   


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


Reply via email to