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
The following commit(s) were added to refs/heads/camel-main by this push:
new 27d433c590 Regen
27d433c590 is described below
commit 27d433c590791c997e18665fd1f789fdab70695c
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Tue Jul 7 14:05:48 2026 +0200
Regen
---
docs/modules/ROOT/examples/components/amqp.yml | 2 +-
docs/modules/ROOT/examples/components/aws-cloudtrail.yml | 4 ++--
docs/modules/ROOT/examples/components/debezium-postgres.yml | 4 ++--
docs/modules/ROOT/examples/components/elasticsearch.yml | 2 +-
docs/modules/ROOT/examples/components/hashicorp-vault.yml | 4 ++--
docs/modules/ROOT/examples/components/irc.yml | 2 +-
.../modules/ROOT/examples/components/langchain4j-embeddingstore.yml | 2 +-
docs/modules/ROOT/examples/components/log.yml | 2 +-
docs/modules/ROOT/examples/components/mapstruct.yml | 2 +-
docs/modules/ROOT/examples/components/pg-replication-slot.yml | 2 +-
docs/modules/ROOT/examples/components/pgevent.yml | 2 +-
docs/modules/ROOT/pages/reference/extensions/amqp.adoc | 4 ++--
docs/modules/ROOT/pages/reference/extensions/aws-cloudtrail.adoc | 2 +-
docs/modules/ROOT/pages/reference/extensions/debezium-postgres.adoc | 6 +++---
docs/modules/ROOT/pages/reference/extensions/hashicorp-vault.adoc | 2 +-
docs/modules/ROOT/pages/reference/extensions/log.adoc | 4 ++--
.../ROOT/pages/reference/extensions/pg-replication-slot.adoc | 2 +-
docs/modules/ROOT/pages/reference/extensions/pgevent.adoc | 2 +-
.../amqp/runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 +-
.../runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 +-
.../log/runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 2 +-
poms/bom/src/main/generated/flattened-reduced-pom.xml | 2 +-
poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 2 +-
24 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/docs/modules/ROOT/examples/components/amqp.yml
b/docs/modules/ROOT/examples/components/amqp.yml
index d498c9c4d5..5262330d88 100644
--- a/docs/modules/ROOT/examples/components/amqp.yml
+++ b/docs/modules/ROOT/examples/components/amqp.yml
@@ -9,5 +9,5 @@ cqJvmSince: 1.0.0
cqNativeSince: 1.0.0
cqCamelPartName: amqp
cqCamelPartTitle: AMQP
-cqCamelPartDescription: Messaging with AMQP protocol using Apache QPid Client.
+cqCamelPartDescription: Messaging with AMQP protocol using Apache Qpid Client.
cqExtensionPageTitle: AMQP
diff --git a/docs/modules/ROOT/examples/components/aws-cloudtrail.yml
b/docs/modules/ROOT/examples/components/aws-cloudtrail.yml
index 725a7247ae..5e44e319a7 100644
--- a/docs/modules/ROOT/examples/components/aws-cloudtrail.yml
+++ b/docs/modules/ROOT/examples/components/aws-cloudtrail.yml
@@ -8,6 +8,6 @@ cqDeprecated: false
cqJvmSince: 3.37.0
cqNativeSince: 3.37.0
cqCamelPartName: aws-cloudtrail
-cqCamelPartTitle: AWS Cloudtrail
-cqCamelPartDescription: Consume events from Amazon Cloudtrail using AWS SDK
version 2.x.
+cqCamelPartTitle: AWS CloudTrail
+cqCamelPartDescription: Consume events from Amazon CloudTrail using AWS SDK
version 2.x.
cqExtensionPageTitle: AWS Cloudtrail
diff --git a/docs/modules/ROOT/examples/components/debezium-postgres.yml
b/docs/modules/ROOT/examples/components/debezium-postgres.yml
index acaed221a4..d8cf195c10 100644
--- a/docs/modules/ROOT/examples/components/debezium-postgres.yml
+++ b/docs/modules/ROOT/examples/components/debezium-postgres.yml
@@ -8,6 +8,6 @@ cqDeprecated: false
cqJvmSince: 1.0.0
cqNativeSince: 1.0.0
cqCamelPartName: debezium-postgres
-cqCamelPartTitle: Debezium PostgresSQL Connector
-cqCamelPartDescription: Capture changes from a PostgresSQL database.
+cqCamelPartTitle: Debezium PostgreSQL Connector
+cqCamelPartDescription: Capture changes from a PostgreSQL database.
cqExtensionPageTitle: Debezium PostgresSQL Connector
diff --git a/docs/modules/ROOT/examples/components/elasticsearch.yml
b/docs/modules/ROOT/examples/components/elasticsearch.yml
index bf34218ee4..0195047969 100644
--- a/docs/modules/ROOT/examples/components/elasticsearch.yml
+++ b/docs/modules/ROOT/examples/components/elasticsearch.yml
@@ -9,5 +9,5 @@ cqJvmSince: 3.2.0
cqNativeSince: 3.36.0
cqCamelPartName: elasticsearch
cqCamelPartTitle: Elasticsearch
-cqCamelPartDescription: Send requests to ElasticSearch via Java Client API.
+cqCamelPartDescription: Send requests to Elasticsearch via Java Client API.
cqExtensionPageTitle: Elasticsearch
diff --git a/docs/modules/ROOT/examples/components/hashicorp-vault.yml
b/docs/modules/ROOT/examples/components/hashicorp-vault.yml
index 4d2c4dc86d..517ed34869 100644
--- a/docs/modules/ROOT/examples/components/hashicorp-vault.yml
+++ b/docs/modules/ROOT/examples/components/hashicorp-vault.yml
@@ -8,6 +8,6 @@ cqDeprecated: false
cqJvmSince: 2.11.0
cqNativeSince: 3.15.0
cqCamelPartName: hashicorp-vault
-cqCamelPartTitle: Hashicorp Vault
-cqCamelPartDescription: Manage secrets in Hashicorp Vault Service
+cqCamelPartTitle: HashiCorp Vault
+cqCamelPartDescription: Manage secrets in HashiCorp Vault Service
cqExtensionPageTitle: Hashicorp Vault
diff --git a/docs/modules/ROOT/examples/components/irc.yml
b/docs/modules/ROOT/examples/components/irc.yml
index f31d0919d2..9c9e7c4583 100644
--- a/docs/modules/ROOT/examples/components/irc.yml
+++ b/docs/modules/ROOT/examples/components/irc.yml
@@ -9,5 +9,5 @@ cqJvmSince: 1.1.0
cqNativeSince: n/a
cqCamelPartName: irc
cqCamelPartTitle: IRC
-cqCamelPartDescription: Send and receive messages to/from and IRC chat.
+cqCamelPartDescription: Send and receive messages to/from an IRC chat.
cqExtensionPageTitle: IRC
diff --git
a/docs/modules/ROOT/examples/components/langchain4j-embeddingstore.yml
b/docs/modules/ROOT/examples/components/langchain4j-embeddingstore.yml
index 75483dc4d5..924e5b1788 100644
--- a/docs/modules/ROOT/examples/components/langchain4j-embeddingstore.yml
+++ b/docs/modules/ROOT/examples/components/langchain4j-embeddingstore.yml
@@ -9,5 +9,5 @@ cqJvmSince: 3.29.0
cqNativeSince: 3.29.0
cqCamelPartName: langchain4j-embeddingstore
cqCamelPartTitle: LangChain4j Embedding Store
-cqCamelPartDescription: Perform operations on the Langchain4jEmbeddingStores.
+cqCamelPartDescription: Perform operations on the LangChain4jEmbeddingStores.
cqExtensionPageTitle: LangChain4j Embedding Store
diff --git a/docs/modules/ROOT/examples/components/log.yml
b/docs/modules/ROOT/examples/components/log.yml
index dbd97a050e..8fed0848e1 100644
--- a/docs/modules/ROOT/examples/components/log.yml
+++ b/docs/modules/ROOT/examples/components/log.yml
@@ -9,5 +9,5 @@ cqJvmSince: 0.0.1
cqNativeSince: 0.0.1
cqCamelPartName: log
cqCamelPartTitle: Log Data
-cqCamelPartDescription: Prints data form the routed message (such as body and
headers) to the logger.
+cqCamelPartDescription: Prints data from the routed message (such as body and
headers) to the logger.
cqExtensionPageTitle: Log
diff --git a/docs/modules/ROOT/examples/components/mapstruct.yml
b/docs/modules/ROOT/examples/components/mapstruct.yml
index df53d6ad87..4d3e54bc27 100644
--- a/docs/modules/ROOT/examples/components/mapstruct.yml
+++ b/docs/modules/ROOT/examples/components/mapstruct.yml
@@ -9,5 +9,5 @@ cqJvmSince: 3.2.0
cqNativeSince: 3.2.0
cqCamelPartName: mapstruct
cqCamelPartTitle: MapStruct
-cqCamelPartDescription: Type Conversion using Mapstruct
+cqCamelPartDescription: Type Conversion using MapStruct
cqExtensionPageTitle: MapStruct
diff --git a/docs/modules/ROOT/examples/components/pg-replication-slot.yml
b/docs/modules/ROOT/examples/components/pg-replication-slot.yml
index 1e511873bf..33de289ce6 100644
--- a/docs/modules/ROOT/examples/components/pg-replication-slot.yml
+++ b/docs/modules/ROOT/examples/components/pg-replication-slot.yml
@@ -8,6 +8,6 @@ cqDeprecated: false
cqJvmSince: 1.1.0
cqNativeSince: 1.2.0
cqCamelPartName: pg-replication-slot
-cqCamelPartTitle: PostgresSQL Replication Slot
+cqCamelPartTitle: PostgreSQL Replication Slot
cqCamelPartDescription: Poll for PostgreSQL Write-Ahead Log (WAL) records
using Streaming Replication Slots.
cqExtensionPageTitle: PostgresSQL Replication Slot
diff --git a/docs/modules/ROOT/examples/components/pgevent.yml
b/docs/modules/ROOT/examples/components/pgevent.yml
index 67db8c1b70..f4d8b2429a 100644
--- a/docs/modules/ROOT/examples/components/pgevent.yml
+++ b/docs/modules/ROOT/examples/components/pgevent.yml
@@ -8,6 +8,6 @@ cqDeprecated: false
cqJvmSince: 1.1.0
cqNativeSince: 1.2.0
cqCamelPartName: pgevent
-cqCamelPartTitle: PostgresSQL Event
+cqCamelPartTitle: PostgreSQL Event
cqCamelPartDescription: Send and receive PostgreSQL events via LISTEN and
NOTIFY commands.
cqExtensionPageTitle: PostgresSQL Event
diff --git a/docs/modules/ROOT/pages/reference/extensions/amqp.adoc
b/docs/modules/ROOT/pages/reference/extensions/amqp.adoc
index 1f400d977e..d74ded1b28 100644
--- a/docs/modules/ROOT/pages/reference/extensions/amqp.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/amqp.adoc
@@ -8,7 +8,7 @@
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
-:cq-description: Messaging with AMQP protocol using Apache QPid Client.
+:cq-description: Messaging with AMQP protocol using Apache Qpid Client.
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: 1.0.0
@@ -18,7 +18,7 @@ ifeval::[{doc-show-badges} == true]
[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native
since##[.badge-supported]##1.0.0##
endif::[]
-Messaging with AMQP protocol using Apache QPid Client.
+Messaging with AMQP protocol using Apache Qpid Client.
[id="extensions-amqp-whats-inside"]
== What's inside
diff --git a/docs/modules/ROOT/pages/reference/extensions/aws-cloudtrail.adoc
b/docs/modules/ROOT/pages/reference/extensions/aws-cloudtrail.adoc
index 63e4b5da19..a5c12b752d 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws-cloudtrail.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws-cloudtrail.adoc
@@ -22,7 +22,7 @@ Consume events from Amazon Cloudtrail using AWS SDK version
2.x.
[id="extensions-aws-cloudtrail-whats-inside"]
== What's inside
-* xref:{cq-camel-components}::aws-cloudtrail-component.adoc[AWS Cloudtrail
component], URI syntax: `aws-cloudtrail:label`
+* xref:{cq-camel-components}::aws-cloudtrail-component.adoc[AWS CloudTrail
component], URI syntax: `aws-cloudtrail:label`
Please refer to the above link for usage and configuration details.
diff --git
a/docs/modules/ROOT/pages/reference/extensions/debezium-postgres.adoc
b/docs/modules/ROOT/pages/reference/extensions/debezium-postgres.adoc
index d487092c02..14a3e06a3d 100644
--- a/docs/modules/ROOT/pages/reference/extensions/debezium-postgres.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/debezium-postgres.adoc
@@ -8,7 +8,7 @@
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
-:cq-description: Capture changes from a PostgresSQL database.
+:cq-description: Capture changes from a PostgreSQL database.
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: 1.0.0
@@ -18,12 +18,12 @@ ifeval::[{doc-show-badges} == true]
[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native
since##[.badge-supported]##1.0.0##
endif::[]
-Capture changes from a PostgresSQL database.
+Capture changes from a PostgreSQL database.
[id="extensions-debezium-postgres-whats-inside"]
== What's inside
-* xref:{cq-camel-components}::debezium-postgres-component.adoc[Debezium
PostgresSQL Connector component], URI syntax: `debezium-postgres:name`
+* xref:{cq-camel-components}::debezium-postgres-component.adoc[Debezium
PostgreSQL Connector component], URI syntax: `debezium-postgres:name`
Please refer to the above link for usage and configuration details.
diff --git a/docs/modules/ROOT/pages/reference/extensions/hashicorp-vault.adoc
b/docs/modules/ROOT/pages/reference/extensions/hashicorp-vault.adoc
index 2649168ddd..494f1ce83b 100644
--- a/docs/modules/ROOT/pages/reference/extensions/hashicorp-vault.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/hashicorp-vault.adoc
@@ -22,7 +22,7 @@ Manage secrets in Hashicorp Vault Service
[id="extensions-hashicorp-vault-whats-inside"]
== What's inside
-* xref:{cq-camel-components}::hashicorp-vault-component.adoc[Hashicorp Vault
component], URI syntax: `hashicorp-vault:secretsEngine`
+* xref:{cq-camel-components}::hashicorp-vault-component.adoc[HashiCorp Vault
component], URI syntax: `hashicorp-vault:secretsEngine`
Please refer to the above link for usage and configuration details.
diff --git a/docs/modules/ROOT/pages/reference/extensions/log.adoc
b/docs/modules/ROOT/pages/reference/extensions/log.adoc
index f08f2e1368..76d7bcb22f 100644
--- a/docs/modules/ROOT/pages/reference/extensions/log.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/log.adoc
@@ -8,7 +8,7 @@
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
-:cq-description: Prints data form the routed message (such as body and
headers) to the logger.
+:cq-description: Prints data from the routed message (such as body and
headers) to the logger.
:cq-deprecated: false
:cq-jvm-since: 0.0.1
:cq-native-since: 0.0.1
@@ -18,7 +18,7 @@ ifeval::[{doc-show-badges} == true]
[.badge-key]##JVM since##[.badge-supported]##0.0.1## [.badge-key]##Native
since##[.badge-supported]##0.0.1##
endif::[]
-Prints data form the routed message (such as body and headers) to the logger.
+Prints data from the routed message (such as body and headers) to the logger.
[id="extensions-log-whats-inside"]
== What's inside
diff --git
a/docs/modules/ROOT/pages/reference/extensions/pg-replication-slot.adoc
b/docs/modules/ROOT/pages/reference/extensions/pg-replication-slot.adoc
index dca498b006..ee85971a5e 100644
--- a/docs/modules/ROOT/pages/reference/extensions/pg-replication-slot.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/pg-replication-slot.adoc
@@ -22,7 +22,7 @@ Poll for PostgreSQL Write-Ahead Log (WAL) records using
Streaming Replication Sl
[id="extensions-pg-replication-slot-whats-inside"]
== What's inside
-* xref:{cq-camel-components}::pg-replication-slot-component.adoc[PostgresSQL
Replication Slot component], URI syntax:
`pg-replication-slot:host:port/database/slot:outputPlugin`
+* xref:{cq-camel-components}::pg-replication-slot-component.adoc[PostgreSQL
Replication Slot component], URI syntax:
`pg-replication-slot:host:port/database/slot:outputPlugin`
Please refer to the above link for usage and configuration details.
diff --git a/docs/modules/ROOT/pages/reference/extensions/pgevent.adoc
b/docs/modules/ROOT/pages/reference/extensions/pgevent.adoc
index 119fd776b4..8ada0fca42 100644
--- a/docs/modules/ROOT/pages/reference/extensions/pgevent.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/pgevent.adoc
@@ -22,7 +22,7 @@ Send and receive PostgreSQL events via LISTEN and NOTIFY
commands.
[id="extensions-pgevent-whats-inside"]
== What's inside
-* xref:{cq-camel-components}::pgevent-component.adoc[PostgresSQL Event
component], URI syntax: `pgevent:host:port/database/channel`
+* xref:{cq-camel-components}::pgevent-component.adoc[PostgreSQL Event
component], URI syntax: `pgevent:host:port/database/channel`
Please refer to the above link for usage and configuration details.
diff --git
a/extensions/amqp/runtime/src/main/resources/META-INF/quarkus-extension.yaml
b/extensions/amqp/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index a215c6fab0..89805507e1 100644
--- a/extensions/amqp/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++ b/extensions/amqp/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -22,7 +22,7 @@
#
---
name: "Camel AMQP"
-description: "Messaging with AMQP protocol using Apache QPid Client"
+description: "Messaging with AMQP protocol using Apache Qpid Client"
metadata:
icon-url:
"https://raw.githubusercontent.com/apache/camel-website/main/antora-ui-camel/src/img/logo-d.svg"
sponsor: "Apache Software Foundation"
diff --git
a/extensions/debezium-postgres/runtime/src/main/resources/META-INF/quarkus-extension.yaml
b/extensions/debezium-postgres/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index 9a3febda12..461945b62f 100644
---
a/extensions/debezium-postgres/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++
b/extensions/debezium-postgres/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -22,7 +22,7 @@
#
---
name: "Camel Debezium PostgresSQL Connector"
-description: "Capture changes from a PostgresSQL database"
+description: "Capture changes from a PostgreSQL database"
metadata:
icon-url:
"https://raw.githubusercontent.com/apache/camel-website/main/antora-ui-camel/src/img/logo-d.svg"
sponsor: "Apache Software Foundation"
diff --git
a/extensions/log/runtime/src/main/resources/META-INF/quarkus-extension.yaml
b/extensions/log/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index 90526e3b39..58921fdf83 100644
--- a/extensions/log/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++ b/extensions/log/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -22,7 +22,7 @@
#
---
name: "Camel Log"
-description: "Prints data form the routed message (such as body and headers)
to the logger"
+description: "Prints data from the routed message (such as body and headers)
to the logger"
metadata:
icon-url:
"https://raw.githubusercontent.com/apache/camel-website/main/antora-ui-camel/src/img/logo-d.svg"
sponsor: "Apache Software Foundation"
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 5d7268ca0b..4ac928529a 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -7264,7 +7264,7 @@
<dependency>
<groupId>com.atlassian.jira</groupId><!--
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<artifactId>jira-rest-java-client-core</artifactId><!--
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
- <version>6.0.2</version><!--
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
+ <version>6.0.4</version><!--
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<exclusions>
<exclusion>
<groupId>com.atlassian.sal</groupId><!--
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index a8f88dc86e..f58524bf57 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -7238,7 +7238,7 @@
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-rest-java-client-core</artifactId>
- <version>6.0.2</version>
+ <version>6.0.4</version>
<exclusions>
<exclusion>
<groupId>com.atlassian.sal</groupId>
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index 31203f462a..decde3f6c7 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -7238,7 +7238,7 @@
<dependency>
<groupId>com.atlassian.jira</groupId><!--
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<artifactId>jira-rest-java-client-core</artifactId><!--
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
- <version>6.0.2</version><!--
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
+ <version>6.0.4</version><!--
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<exclusions>
<exclusion>
<groupId>com.atlassian.sal</groupId><!--
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->