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 2022/10/19 03:47:34 UTC

[GitHub] [camel-karavan] lkx opened a new issue, #496: Import custom component/endpoint into karavan

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

   I am new to camel, apologies if this is obvious. Basically I've defined a custom component/endpoint which could be used in Java/Xml DSL. But I was not able to find a way to allow karavan aware it. Tried to build it as mvn jar and add it into application.properties in jbang dependencies but didn't work.


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


[GitHub] [camel-karavan] mgubaidullin commented on issue #496: Import custom component/endpoint into karavan

Posted by GitBox <gi...@apache.org>.
mgubaidullin commented on issue #496:
URL: https://github.com/apache/camel-karavan/issues/496#issuecomment-1294113277

   You could create custom Kamelet and use it Karavan


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


[GitHub] [camel-karavan] davsclaus commented on issue #496: Import custom component/endpoint into karavan

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #496:
URL: https://github.com/apache/camel-karavan/issues/496#issuecomment-1285324486

   This is not possible yet to import custom components into the Karavan palette of components. But its a nice idea, and for this to work, then I think Karavan needs a wizard where you then upload the JAR for it to introspect the JAR for custom component metadata so it knows all its options etc.
   
   This also means that custom components must be build and package like the standard components.
   
   And mind that the component should ideally be the same version of Camel that Karavan uses (eg 3.18.x etc.)


-- 
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] Import custom component/endpoint into karavan [camel-karavan]

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin closed issue #496: Import custom component/endpoint into karavan
URL: https://github.com/apache/camel-karavan/issues/496


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