You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/09/03 08:53:54 UTC

[camel] 02/02: Improve vertx-http component description

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 672a5eed1ac165a63aadfba8555dc711c8e7b749
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Sep 3 09:46:56 2020 +0100

    Improve vertx-http component description
---
 components/camel-vertx-http/pom.xml                                 | 2 +-
 .../META-INF/services/org/apache/camel/component.properties         | 2 +-
 .../resources/org/apache/camel/component/vertx/http/vertx-http.json | 2 +-
 components/camel-vertx-http/src/main/docs/vertx-http-component.adoc | 2 +-
 .../apache/camel/builder/component/ComponentsBuilderFactory.java    | 2 +-
 .../builder/component/dsl/VertxHttpComponentBuilderFactory.java     | 4 ++--
 core/camel-componentdsl/src/generated/resources/metadata.json       | 2 +-
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java   | 4 ++--
 .../camel/builder/endpoint/dsl/VertxHttpEndpointBuilderFactory.java | 6 +++---
 docs/components/modules/ROOT/pages/vertx-http-component.adoc        | 2 +-
 10 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/components/camel-vertx-http/pom.xml b/components/camel-vertx-http/pom.xml
index 080d686..3d8d4b9 100644
--- a/components/camel-vertx-http/pom.xml
+++ b/components/camel-vertx-http/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>camel-vertx-http</artifactId>
     <packaging>jar</packaging>
     <name>Camel :: Vert.x :: HTTP</name>
-    <description>Camel HTTP client support with Vert.x</description>
+    <description>Send requests to external HTTP servers using Vert.x</description>
 
     <properties>
     </properties>
diff --git a/components/camel-vertx-http/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-vertx-http/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 2a9493f..346144c 100644
--- a/components/camel-vertx-http/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-vertx-http/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -4,4 +4,4 @@ groupId=org.apache.camel
 artifactId=camel-vertx-http
 version=3.5.0-SNAPSHOT
 projectName=Camel :: Vert.x :: HTTP
-projectDescription=Camel HTTP client support with Vert.x
+projectDescription=Send requests to external HTTP servers using Vert.x
diff --git a/components/camel-vertx-http/src/generated/resources/org/apache/camel/component/vertx/http/vertx-http.json b/components/camel-vertx-http/src/generated/resources/org/apache/camel/component/vertx/http/vertx-http.json
index 39c36e1..dcc96cd 100644
--- a/components/camel-vertx-http/src/generated/resources/org/apache/camel/component/vertx/http/vertx-http.json
+++ b/components/camel-vertx-http/src/generated/resources/org/apache/camel/component/vertx/http/vertx-http.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "vertx-http",
     "title": "Vert.x HTTP Client",
-    "description": "Camel HTTP client support with Vert.x",
+    "description": "Send requests to external HTTP servers using Vert.x",
     "deprecated": false,
     "firstVersion": "3.5.0",
     "label": "http",
diff --git a/components/camel-vertx-http/src/main/docs/vertx-http-component.adoc b/components/camel-vertx-http/src/main/docs/vertx-http-component.adoc
index 1447def..eb74782 100644
--- a/components/camel-vertx-http/src/main/docs/vertx-http-component.adoc
+++ b/components/camel-vertx-http/src/main/docs/vertx-http-component.adoc
@@ -2,7 +2,7 @@
 = Vert.x HTTP Client Component
 :docTitle: Vert.x HTTP Client
 :artifactId: camel-vertx-http
-:description: Camel HTTP client support with Vert.x
+:description: Send requests to external HTTP servers using Vert.x
 :since: 3.5
 :supportLevel: Preview
 :component-header: Only producer is supported
diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
index 215d665..810f0e1 100644
--- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
+++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
@@ -3805,7 +3805,7 @@ public interface ComponentsBuilderFactory {
     }
     /**
      * Vert.x HTTP Client (camel-vertx-http)
-     * Camel HTTP client support with Vert.x
+     * Send requests to external HTTP servers using Vert.x
      * 
      * Category: http
      * Since: 3.5
diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/VertxHttpComponentBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/VertxHttpComponentBuilderFactory.java
index e2f9f90..d7bb44c 100644
--- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/VertxHttpComponentBuilderFactory.java
+++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/VertxHttpComponentBuilderFactory.java
@@ -23,7 +23,7 @@ import org.apache.camel.builder.component.ComponentBuilder;
 import org.apache.camel.component.vertx.http.VertxHttpComponent;
 
 /**
- * Camel HTTP client support with Vert.x
+ * Send requests to external HTTP servers using Vert.x
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -32,7 +32,7 @@ public interface VertxHttpComponentBuilderFactory {
 
     /**
      * Vert.x HTTP Client (camel-vertx-http)
-     * Camel HTTP client support with Vert.x
+     * Send requests to external HTTP servers using Vert.x
      * 
      * Category: http
      * Since: 3.5
diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json b/core/camel-componentdsl/src/generated/resources/metadata.json
index 4d7b7c2..1806bd0 100644
--- a/core/camel-componentdsl/src/generated/resources/metadata.json
+++ b/core/camel-componentdsl/src/generated/resources/metadata.json
@@ -7755,7 +7755,7 @@
     "kind": "component",
     "name": "vertx-http",
     "title": "Vert.x HTTP Client",
-    "description": "Camel HTTP client support with Vert.x",
+    "description": "Send requests to external HTTP servers using Vert.x",
     "deprecated": false,
     "firstVersion": "3.5.0",
     "label": "http",
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index ad7d4f5..e23d868 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -14735,7 +14735,7 @@ public class StaticEndpointBuilders {
     }
     /**
      * Vert.x HTTP Client (camel-vertx-http)
-     * Camel HTTP client support with Vert.x
+     * Send requests to external HTTP servers using Vert.x
      * 
      * Category: http
      * Since: 3.5
@@ -14754,7 +14754,7 @@ public class StaticEndpointBuilders {
     }
     /**
      * Vert.x HTTP Client (camel-vertx-http)
-     * Camel HTTP client support with Vert.x
+     * Send requests to external HTTP servers using Vert.x
      * 
      * Category: http
      * Since: 3.5
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/VertxHttpEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/VertxHttpEndpointBuilderFactory.java
index b345568..9b7f1cd 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/VertxHttpEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/VertxHttpEndpointBuilderFactory.java
@@ -23,7 +23,7 @@ import org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
 import org.apache.camel.spi.HeaderFilterStrategy;
 
 /**
- * Camel HTTP client support with Vert.x
+ * Send requests to external HTTP servers using Vert.x
  * 
  * Generated by camel build tools - do NOT edit this file!
  */
@@ -652,7 +652,7 @@ public interface VertxHttpEndpointBuilderFactory {
     public interface VertxHttpBuilders {
         /**
          * Vert.x HTTP Client (camel-vertx-http)
-         * Camel HTTP client support with Vert.x
+         * Send requests to external HTTP servers using Vert.x
          * 
          * Category: http
          * Since: 3.5
@@ -670,7 +670,7 @@ public interface VertxHttpEndpointBuilderFactory {
         }
         /**
          * Vert.x HTTP Client (camel-vertx-http)
-         * Camel HTTP client support with Vert.x
+         * Send requests to external HTTP servers using Vert.x
          * 
          * Category: http
          * Since: 3.5
diff --git a/docs/components/modules/ROOT/pages/vertx-http-component.adoc b/docs/components/modules/ROOT/pages/vertx-http-component.adoc
index afcd3c2..4c3afb4 100644
--- a/docs/components/modules/ROOT/pages/vertx-http-component.adoc
+++ b/docs/components/modules/ROOT/pages/vertx-http-component.adoc
@@ -4,7 +4,7 @@
 :page-source: components/camel-vertx-http/src/main/docs/vertx-http-component.adoc
 :docTitle: Vert.x HTTP Client
 :artifactId: camel-vertx-http
-:description: Camel HTTP client support with Vert.x
+:description: Send requests to external HTTP servers using Vert.x
 :since: 3.5
 :supportLevel: Preview
 :component-header: Only producer is supported