nicolaferraro commented on issue #1400: Add some sugar for additional sources
URL: https://github.com/apache/camel-k/pull/1400#issuecomment-615857764
 
 
   Looks good enough..
   The only strange behavior is that it's not additive when managing lists, but 
it's not a huge problem.
   
   I mean:
   
   ```
   kamel run xxx.groovy --source yyy.groovy --save
   # config contains source yyy
   kamel run xxx.groovy -d camel-telegram --save
   # config contains source yyy and dependency camel-telegram
   kamel run xxx.groovy -d camel-class --save
   # config contains source yyy and dependency camel-class (camel-telegram has 
gone)
   ```
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to