This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 0809f327be3 Camel-PQC: Fix the component description (#18192)
0809f327be3 is described below
commit 0809f327be37a59cf949ef47af0508a30f9bd705
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue May 27 15:20:21 2025 +0200
Camel-PQC: Fix the component description (#18192)
Signed-off-by: Andrea Cosentino <[email protected]>
---
.../resources/org/apache/camel/catalog/components/pqc.json | 2 +-
.../resources/META-INF/org/apache/camel/component/pqc/pqc.json | 2 +-
components/camel-pqc/src/main/docs/pqc-component.adoc | 2 +-
.../src/main/java/org/apache/camel/component/pqc/PQCEndpoint.java | 2 +-
.../apache/camel/builder/component/ComponentsBuilderFactory.java | 2 +-
.../camel/builder/component/dsl/PqcComponentBuilderFactory.java | 4 ++--
.../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 4 ++--
.../camel/builder/endpoint/dsl/PQCEndpointBuilderFactory.java | 8 ++++----
8 files changed, 13 insertions(+), 13 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pqc.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pqc.json
index 0b79b74e446..2e5fbf9a7ab 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pqc.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/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/camel-pqc/src/generated/resources/META-INF/org/apache/camel/component/pqc/pqc.json
b/components/camel-pqc/src/generated/resources/META-INF/org/apache/camel/component/pqc/pqc.json
index 0b79b74e446..2e5fbf9a7ab 100644
---
a/components/camel-pqc/src/generated/resources/META-INF/org/apache/camel/component/pqc/pqc.json
+++
b/components/camel-pqc/src/generated/resources/META-INF/org/apache/camel/component/pqc/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/camel-pqc/src/main/docs/pqc-component.adoc
b/components/camel-pqc/src/main/docs/pqc-component.adoc
index 452b87ce892..5205ba7b8b2 100644
--- a/components/camel-pqc/src/main/docs/pqc-component.adoc
+++ b/components/camel-pqc/src/main/docs/pqc-component.adoc
@@ -2,7 +2,7 @@
:doctitle: PQC Algorithms
:shortname: pqc
:artifactid: camel-pqc
-:description: Post Quantum Computing Signature and Verification component.
+:description: Post Quantum Cryptography Signature and Verification component.
:since: 4.12
:supportlevel: Preview
:tabs-sync-option:
diff --git
a/components/camel-pqc/src/main/java/org/apache/camel/component/pqc/PQCEndpoint.java
b/components/camel-pqc/src/main/java/org/apache/camel/component/pqc/PQCEndpoint.java
index 235813f35ca..42dc2643283 100644
---
a/components/camel-pqc/src/main/java/org/apache/camel/component/pqc/PQCEndpoint.java
+++
b/components/camel-pqc/src/main/java/org/apache/camel/component/pqc/PQCEndpoint.java
@@ -30,7 +30,7 @@ import org.bouncycastle.jce.provider.BouncyCastleProvider;
import org.bouncycastle.pqc.jcajce.provider.BouncyCastlePQCProvider;
/**
- * Post Quantum Computing Signature and Verification component.
+ * Post Quantum Cryptography Signature and Verification component.
*/
@UriEndpoint(firstVersion = "4.12.0", scheme = "pqc", title = "PQC Algorithms",
syntax = "pqc:label", producerOnly = true, category = {
Category.SECURITY },
diff --git
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
index c5c91b5497e..7e441728578 100644
---
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
+++
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
@@ -3593,7 +3593,7 @@ public interface ComponentsBuilderFactory {
}
/**
* PQC Algorithms (camel-pqc)
- * Post Quantum Computing Signature and Verification component.
+ * Post Quantum Cryptography Signature and Verification component.
*
* Category: security
* Since: 4.12
diff --git
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/PqcComponentBuilderFactory.java
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/PqcComponentBuilderFactory.java
index 2ddd689d773..20b7fbe51e5 100644
---
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/PqcComponentBuilderFactory.java
+++
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/PqcComponentBuilderFactory.java
@@ -24,7 +24,7 @@ import org.apache.camel.builder.component.ComponentBuilder;
import org.apache.camel.component.pqc.PQCComponent;
/**
- * Post Quantum Computing Signature and Verification component.
+ * Post Quantum Cryptography Signature and Verification component.
*
* Generated by camel build tools - do NOT edit this file!
*/
@@ -33,7 +33,7 @@ public interface PqcComponentBuilderFactory {
/**
* PQC Algorithms (camel-pqc)
- * Post Quantum Computing Signature and Verification component.
+ * Post Quantum Cryptography Signature and Verification component.
*
* Category: security
* Since: 4.12
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index fbfe04f5938..9f199bb89f2 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -12002,7 +12002,7 @@ public class StaticEndpointBuilders {
}
/**
* PQC Algorithms (camel-pqc)
- * Post Quantum Computing Signature and Verification component.
+ * Post Quantum Cryptography Signature and Verification component.
*
* Category: security
* Since: 4.12
@@ -12021,7 +12021,7 @@ public class StaticEndpointBuilders {
}
/**
* PQC Algorithms (camel-pqc)
- * Post Quantum Computing Signature and Verification component.
+ * Post Quantum Cryptography Signature and Verification component.
*
* Category: security
* Since: 4.12
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PQCEndpointBuilderFactory.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PQCEndpointBuilderFactory.java
index 93b16f22d9a..81ebe7de2a2 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PQCEndpointBuilderFactory.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PQCEndpointBuilderFactory.java
@@ -27,7 +27,7 @@ import org.apache.camel.builder.EndpointProducerBuilder;
import org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
/**
- * Post Quantum Computing Signature and Verification component.
+ * Post Quantum Cryptography Signature and Verification component.
*
* Generated by camel build tools - do NOT edit this file!
*/
@@ -390,7 +390,7 @@ public interface PQCEndpointBuilderFactory {
public interface PQCBuilders {
/**
* PQC Algorithms (camel-pqc)
- * Post Quantum Computing Signature and Verification component.
+ * Post Quantum Cryptography Signature and Verification component.
*
* Category: security
* Since: 4.12
@@ -403,7 +403,7 @@ public interface PQCEndpointBuilderFactory {
}
/**
* PQC Algorithms (camel-pqc)
- * Post Quantum Computing Signature and Verification component.
+ * Post Quantum Cryptography Signature and Verification component.
*
* Category: security
* Since: 4.12
@@ -422,7 +422,7 @@ public interface PQCEndpointBuilderFactory {
}
/**
* PQC Algorithms (camel-pqc)
- * Post Quantum Computing Signature and Verification component.
+ * Post Quantum Cryptography Signature and Verification component.
*
* Category: security
* Since: 4.12