This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 3.x-1382 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 2c7217fed13283ca8a8a9345356d0348878a5894 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Mar 17 11:26:56 2023 +0100 Kafka Source Kamelets: Enable deserializeHeaders by default - Kafka Source Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/kafka-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/kafka-source.kamelet.yaml b/kamelets/kafka-source.kamelet.yaml index eb32b6aa..65925964 100644 --- a/kamelets/kafka-source.kamelet.yaml +++ b/kamelets/kafka-source.kamelet.yaml @@ -124,7 +124,7 @@ spec: type: boolean x-descriptors: - 'urn:alm:descriptor:com.tectonic.ui:checkbox' - default: false + default: true dependencies: - "github:apache.camel-kamelets:camel-kamelets-utils:3.21.0-SNAPSHOT" - "camel:core"
