From 98601937a5520715adaa25cabca6cb6664207bf4 Mon Sep 17 00:00:00 2001 From: Urmila Unni Date: Thu, 10 Sep 2026 00:00:17 +0530 Subject: [PATCH] CAMEL-22981: Convert PQC DataFormat basic usage example to Java/YAML tabs --- .../camel-pqc/src/main/docs/pqc-dataformat.adoc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/components/camel-pqc/src/main/docs/pqc-dataformat.adoc b/components/camel-pqc/src/main/docs/pqc-dataformat.adoc index 7d7c4093a7000..1fa926f448603 100644 --- a/components/camel-pqc/src/main/docs/pqc-dataformat.adoc +++ b/components/camel-pqc/src/main/docs/pqc-dataformat.adoc @@ -55,9 +55,11 @@ The authenticated wire format was introduced in Camel 4.22. Data encrypted by ea == Basic Usage -=== Java DSL - -._Java-only: PQC DataFormat basic encrypt and decrypt routes_ +.PQC DataFormat basic encrypt and decrypt routes +[tabs] +==== +Java:: ++ [source,java] ---- // Create PQC DataFormat @@ -75,8 +77,8 @@ from("file:encrypted") .to("direct:decrypted"); ---- -=== YAML DSL - +YAML:: ++ [source,yaml] ---- - route: @@ -105,6 +107,7 @@ from("file:encrypted") - to: uri: direct:decrypted ---- +==== == Configuration Options