apache / camel-quarkus

Apache Camel Quarkus
https://camel.apache.org
Apache License 2.0
251 stars 186 forks source link

Document how to create an extension for a custom third party Camel component #2855

Open ppalaga opened 3 years ago

ppalaga commented 3 years ago

Follows up https://github.com/apache/camel-k/issues/2437

jamesnetherton commented 3 years ago

Thinking also that we should document how to bring a third party component, without requiring an extension to be written. Effectively it's just a case of making sure the component JAR has a Jandex index.

lburgazzoli commented 3 years ago

Or to force quarkus to index that dependency

usevalad-prus commented 11 months ago

Hello, still no documentation? I can't get CDI to work in Camel-K route from a custom Quarkus extension or with Jandex plugin.