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 2020/10/02 14:48:19 UTC

[GitHub] [camel-k] lburgazzoli opened a new issue #1738: Add a cli subcommand to inspect dependencies required by an Integration

lburgazzoli opened a new issue #1738:
URL: https://github.com/apache/camel-k/issues/1738


   Something like:
   
       kamel inspect MyIntegration.java
   
   That could ouput a json document listing the dependencies an integration requries


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-k] astefanutti commented on issue #1738: Add a cli subcommand to inspect dependencies required by an Integration

Posted by GitBox <gi...@apache.org>.
astefanutti commented on issue #1738:
URL: https://github.com/apache/camel-k/issues/1738#issuecomment-788746443


   I think it's been fixed with #1777 and #2048.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-k] doru1004 commented on issue #1738: Add a cli subcommand to inspect dependencies required by an Integration

Posted by GitBox <gi...@apache.org>.
doru1004 commented on issue #1738:
URL: https://github.com/apache/camel-k/issues/1738#issuecomment-714579510


   The patch for outputting all the transitive dependencies is now available: https://github.com/apache/camel-k/pull/1777


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-k] doru1004 commented on issue #1738: Add a cli subcommand to inspect dependencies required by an Integration

Posted by GitBox <gi...@apache.org>.
doru1004 commented on issue #1738:
URL: https://github.com/apache/camel-k/issues/1738#issuecomment-702824658


   Sounds great! This would be a very useful feature to have.
   Would this command be able to support an option that would print all transitive dependencies also? Something like:
   
   ```
   kamel inspect -transitive-dependencies Integration.java
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [camel-k] astefanutti closed issue #1738: Add a cli subcommand to inspect dependencies required by an Integration

Posted by GitBox <gi...@apache.org>.
astefanutti closed issue #1738:
URL: https://github.com/apache/camel-k/issues/1738


   


----------------------------------------------------------------
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:
users@infra.apache.org