This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 9acbc942f0f683555f7c6bc275bf7f1f05e90764 Author: James Netherton <[email protected]> AuthorDate: Wed Feb 25 08:32:12 2026 +0000 Regen --- docs/modules/ROOT/examples/dataformats/pgp.yml | 2 +- docs/modules/ROOT/pages/reference/extensions/crypto-pgp.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/examples/dataformats/pgp.yml b/docs/modules/ROOT/examples/dataformats/pgp.yml index 6252f544f9..139f3ef623 100644 --- a/docs/modules/ROOT/examples/dataformats/pgp.yml +++ b/docs/modules/ROOT/examples/dataformats/pgp.yml @@ -8,6 +8,6 @@ cqDeprecated: false cqJvmSince: 3.13.0 cqNativeSince: 3.13.0 cqCamelPartName: pgp -cqCamelPartTitle: PGP +cqCamelPartTitle: PGP (Pretty Good Privacy Cryptographic) cqCamelPartDescription: Encrypt and decrypt messages using Java Cryptographic Extension (JCE) and PGP. cqExtensionPageTitle: PGP diff --git a/docs/modules/ROOT/pages/reference/extensions/crypto-pgp.adoc b/docs/modules/ROOT/pages/reference/extensions/crypto-pgp.adoc index dc66bc7304..64d02aeb07 100644 --- a/docs/modules/ROOT/pages/reference/extensions/crypto-pgp.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/crypto-pgp.adoc @@ -22,7 +22,7 @@ Encrypt and decrypt messages using Bouncy Castle OpenPGP API. [id="extensions-crypto-pgp-whats-inside"] == What's inside -* xref:{cq-camel-components}:dataformats:pgp-dataformat.adoc[PGP data format] +* xref:{cq-camel-components}:dataformats:pgp-dataformat.adoc[PGP (Pretty Good Privacy Cryptographic) data format] Please refer to the above link for usage and configuration details.
