apache / camel-kamelets

Apache Camel Kamelets Repository
https://camel.apache.org
Apache License 2.0
54 stars 72 forks source link

Add Maven jandex on camel-kamelets-utils module #2032

Closed christophd closed 2 months ago

christophd commented 2 months ago

Recently we had to add a data type transformer for the AWS DDB Stream Source Kamelet.

The Quarkus runtime (e.g. used in Camel K) requires a proper index on the service implementations in order to retrieve the data type transformer implementations on the fly.

We need to add the Maven jandex plugin to create that index on the camel-kamelets-utils module.