This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new daca284a95c Regen daca284a95c is described below commit daca284a95c7415061eac1626a803de22e7e5212 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed May 28 10:49:10 2025 +0200 Regen --- .../resources/org/apache/camel/springboot/catalog/components/pqc.json | 2 +- .../camel/component/pqc/springboot/PQCComponentConfiguration.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pqc.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pqc.json index ef540e6f217..d444b9f5916 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pqc.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pqc.json @@ -3,7 +3,7 @@ "kind": "component", "name": "pqc", "title": "PQC Algorithms", - "description": "Post Quantum Computing Signature and Verification component.", + "description": "Post Quantum Cryptography Signature and Verification component.", "deprecated": false, "firstVersion": "4.12.0", "label": "security", diff --git a/components-starter/camel-pqc-starter/src/main/java/org/apache/camel/component/pqc/springboot/PQCComponentConfiguration.java b/components-starter/camel-pqc-starter/src/main/java/org/apache/camel/component/pqc/springboot/PQCComponentConfiguration.java index 27a83e8ad57..e4a6dc95b80 100644 --- a/components-starter/camel-pqc-starter/src/main/java/org/apache/camel/component/pqc/springboot/PQCComponentConfiguration.java +++ b/components-starter/camel-pqc-starter/src/main/java/org/apache/camel/component/pqc/springboot/PQCComponentConfiguration.java @@ -26,7 +26,7 @@ import org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon; import org.springframework.boot.context.properties.ConfigurationProperties; /** - * Post Quantum Computing Signature and Verification component. + * Post Quantum Cryptography Signature and Verification component. * * Generated by camel-package-maven-plugin - do not edit this file! */