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 c57962b24da Regen
c57962b24da is described below

commit c57962b24da764f1b3a69de55c746ad8cc446281
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Feb 22 06:30:13 2024 +0100

    Regen
---
 .../org/apache/camel/springboot/catalog/components/spring-rabbitmq.json | 2 +-
 .../resources/org/apache/camel/springboot/catalog/components/stomp.json | 2 +-
 .../org/apache/camel/springboot/catalog/components/telegram.json        | 2 +-
 .../springrabbit/springboot/SpringRabbitMQComponentConfiguration.java   | 2 +-
 .../camel/component/stomp/springboot/StompComponentConfiguration.java   | 2 +-
 .../component/telegram/springboot/TelegramComponentConfiguration.java   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
index 1757964919b..b8c64d9ec55 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "spring-rabbitmq",
     "title": "Spring RabbitMQ",
-    "description": "Send and receive messages from RabbitMQ using Spring 
RabbitMQ client.",
+    "description": "Send and receive messages from RabbitMQ using the Spring 
RabbitMQ client.",
     "deprecated": false,
     "firstVersion": "3.8.0",
     "label": "messaging",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stomp.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stomp.json
index 53899bd1054..4f2b455bfa0 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stomp.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stomp.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "stomp",
     "title": "Stomp",
-    "description": "Send and rececive messages to\/from STOMP (Simple Text 
Oriented Messaging Protocol) compliant message brokers.",
+    "description": "Send and receive messages to\/from STOMP (Simple Text 
Oriented Messaging Protocol) compliant message brokers.",
     "deprecated": false,
     "firstVersion": "2.12.0",
     "label": "messaging",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/telegram.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/telegram.json
index daee60c31ad..2d45bf42b25 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/telegram.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/telegram.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "telegram",
     "title": "Telegram",
-    "description": "Send and receive messages acting as a Telegram Bot 
Telegram Bot API.",
+    "description": "Send and receive messages using the Telegram Bot API.",
     "deprecated": false,
     "firstVersion": "2.18.0",
     "label": "cloud,api,chat",
diff --git 
a/components-starter/camel-spring-rabbitmq-starter/src/main/java/org/apache/camel/component/springrabbit/springboot/SpringRabbitMQComponentConfiguration.java
 
b/components-starter/camel-spring-rabbitmq-starter/src/main/java/org/apache/camel/component/springrabbit/springboot/SpringRabbitMQComponentConfiguration.java
index 4ce6bcbe0b5..908ab124f0a 100644
--- 
a/components-starter/camel-spring-rabbitmq-starter/src/main/java/org/apache/camel/component/springrabbit/springboot/SpringRabbitMQComponentConfiguration.java
+++ 
b/components-starter/camel-spring-rabbitmq-starter/src/main/java/org/apache/camel/component/springrabbit/springboot/SpringRabbitMQComponentConfiguration.java
@@ -29,7 +29,7 @@ import 
org.springframework.retry.interceptor.RetryOperationsInterceptor;
 import org.springframework.util.ErrorHandler;
 
 /**
- * Send and receive messages from RabbitMQ using Spring RabbitMQ client.
+ * Send and receive messages from RabbitMQ using the Spring RabbitMQ client.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-stomp-starter/src/main/java/org/apache/camel/component/stomp/springboot/StompComponentConfiguration.java
 
b/components-starter/camel-stomp-starter/src/main/java/org/apache/camel/component/stomp/springboot/StompComponentConfiguration.java
index 7d2355b7690..28be6bf26bf 100644
--- 
a/components-starter/camel-stomp-starter/src/main/java/org/apache/camel/component/stomp/springboot/StompComponentConfiguration.java
+++ 
b/components-starter/camel-stomp-starter/src/main/java/org/apache/camel/component/stomp/springboot/StompComponentConfiguration.java
@@ -24,7 +24,7 @@ import org.apache.camel.support.jsse.SSLContextParameters;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Send and rececive messages to/from STOMP (Simple Text Oriented Messaging
+ * Send and receive messages to/from STOMP (Simple Text Oriented Messaging
  * Protocol) compliant message brokers.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
diff --git 
a/components-starter/camel-telegram-starter/src/main/java/org/apache/camel/component/telegram/springboot/TelegramComponentConfiguration.java
 
b/components-starter/camel-telegram-starter/src/main/java/org/apache/camel/component/telegram/springboot/TelegramComponentConfiguration.java
index f2c3280a519..a1b01baf851 100644
--- 
a/components-starter/camel-telegram-starter/src/main/java/org/apache/camel/component/telegram/springboot/TelegramComponentConfiguration.java
+++ 
b/components-starter/camel-telegram-starter/src/main/java/org/apache/camel/component/telegram/springboot/TelegramComponentConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Send and receive messages acting as a Telegram Bot Telegram Bot API.
+ * Send and receive messages using the Telegram Bot API.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */

Reply via email to