You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/09/11 22:01:19 UTC

[GitHub] nicolaferraro commented on issue #30: Manage dependencies

nicolaferraro commented on issue #30: Manage dependencies
URL: https://github.com/apache/camel-k/issues/30#issuecomment-420440725
 
 
   I think this is a problem we have in common with FaaS platforms, we should investigate what they do to add dependencies to a function.
   
   I'm thinking that there are not many platforms that allow you to change dependencies on the fly while in `--dev` mode (edit the source file -> save -> the platform redeploys), most of them just change the compiled source. But, if needed, we will be able also to switch base Docker image if we allow declaring dependencies in the source file.
   
   Btw, I'm ok with implementing the other 2 options until we figure out the best strategy for in-file declaration.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services