You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "pai911 (via GitHub)" <gi...@apache.org> on 2024/01/17 00:04:54 UTC

[I] Can't see "dependencies" tab in the UI [camel-karavan]

pai911 opened a new issue, #1069:
URL: https://github.com/apache/camel-karavan/issues/1069

   I can't see "dependencies" tab on a local running Karavan with Docker.
   
   ### Startup Command
   ```
   docker run -it --rm  --name karavan \
       --network karavan -p 8080:8080 \
       -e KARAVAN_GIT_INSTALL_GITEA=true \
       -e KARAVAN_MAVEN_CACHE=~/.m2 \
       -e KARAVAN_IMAGE_REGISTRY_INSTALL=true \
       -v /var/run/docker.sock:/var/run/docker.sock \
       ghcr.io/apache/camel-karavan:4.3.0
   ```
   
   ### Wha I see in the browser
   <img width="1090" alt="image" src="https://github.com/apache/camel-karavan/assets/6234559/3f792670-a0e2-49e8-8121-e316ee45d030">
   
   Without "dependencies", how do I create a bean that references a bean from a Maven artifact?
   
   Thank you!


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Can't see "dependencies" tab in the UI [camel-karavan]

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin closed issue #1069: Can't see "dependencies" tab in the UI
URL: https://github.com/apache/camel-karavan/issues/1069


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


Re: [I] Can't see "dependencies" tab in the UI [camel-karavan]

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #1069:
URL: https://github.com/apache/camel-karavan/issues/1069#issuecomment-1895962091

   Additional dependencies could be added to `application.properties` file:
   
   ```
   camel.jbang.dependencies=com.foo:acme:1.0
   ```


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