christophd opened a new issue, #3845: URL: https://github.com/apache/camel-k/issues/3845
Kamelets introduces a new concept for data types as described in #1980 At the moment each Kamelet adds a local bean representing the DataTypeRegistry in order to resolve converter implementations at runtime. The registry for data type converters should be added to the Camel context as a singleton service. This can be done by adding `quarkus.camel.service.registry.include-patterns` property on the camel-quarkus project that builds the integration jars. This way we avoid each Kamelet to introduce the local bean but reuse the singleton service. We would need to set this for KameletBinding or when an integration uses Kamelet components. Kamelets assume the DataTypeRegistry to be set on the CamelContext. See https://github.com/apache/camel-kamelets/pull/1162 for details -- 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-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org