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

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

commit 60d49c29dab7249cb24f3e370e9064d174b4b3d1
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Oct 25 16:31:27 2019 +0200

    Camel-Pulsar: Regen
---
 .../camel-pulsar/src/main/docs/pulsar-component.adoc       |  9 +++++----
 .../builder/endpoint/dsl/PulsarEndpointBuilderFactory.java | 14 +++++++-------
 docs/components/modules/ROOT/nav.adoc                      |  2 +-
 docs/components/modules/ROOT/pages/index.adoc              |  4 ++--
 docs/components/modules/ROOT/pages/pulsar-component.adoc   |  9 +++++----
 5 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/components/camel-pulsar/src/main/docs/pulsar-component.adoc 
b/components/camel-pulsar/src/main/docs/pulsar-component.adoc
index b33d81a..f6ff428 100644
--- a/components/camel-pulsar/src/main/docs/pulsar-component.adoc
+++ b/components/camel-pulsar/src/main/docs/pulsar-component.adoc
@@ -1,7 +1,8 @@
-[[pulsar-component]]
-= Apache Pulsar Component
+= Pulsar Component
 
 *Since Camel 2.24*
+*Since Camel 2.24*
+
 
 
 Maven users will need to add the following dependency to
@@ -28,7 +29,7 @@ pulsar:[persistent|non-persistent]://tenant/namespace/topic
 
 
 // component options: START
-The Apache Pulsar component supports 5 options, which are listed below.
+The Pulsar component supports 5 options, which are listed below.
 
 
 
@@ -48,7 +49,7 @@ The Apache Pulsar component supports 5 options, which are 
listed below.
 
 
 // endpoint options: START
-The Apache Pulsar endpoint is configured using URI syntax:
+The Pulsar endpoint is configured using URI syntax:
 
 ----
 pulsar:persistence://tenant/namespace/topic
diff --git 
a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
index e5f4f00..9126185 100644
--- 
a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
@@ -33,7 +33,7 @@ public interface PulsarEndpointBuilderFactory {
 
 
     /**
-     * Builder for endpoint consumers for the Apache Pulsar component.
+     * Builder for endpoint consumers for the Pulsar component.
      */
     public interface PulsarEndpointConsumerBuilder
             extends
@@ -278,7 +278,7 @@ public interface PulsarEndpointBuilderFactory {
     }
 
     /**
-     * Advanced builder for endpoint consumers for the Apache Pulsar component.
+     * Advanced builder for endpoint consumers for the Pulsar component.
      */
     public interface AdvancedPulsarEndpointConsumerBuilder
             extends
@@ -398,7 +398,7 @@ public interface PulsarEndpointBuilderFactory {
     }
 
     /**
-     * Builder for endpoint producers for the Apache Pulsar component.
+     * Builder for endpoint producers for the Pulsar component.
      */
     public interface PulsarEndpointProducerBuilder
             extends
@@ -753,7 +753,7 @@ public interface PulsarEndpointBuilderFactory {
     }
 
     /**
-     * Advanced builder for endpoint producers for the Apache Pulsar component.
+     * Advanced builder for endpoint producers for the Pulsar component.
      */
     public interface AdvancedPulsarEndpointProducerBuilder
             extends
@@ -816,7 +816,7 @@ public interface PulsarEndpointBuilderFactory {
     }
 
     /**
-     * Builder for endpoint for the Apache Pulsar component.
+     * Builder for endpoint for the Pulsar component.
      */
     public interface PulsarEndpointBuilder
             extends
@@ -827,7 +827,7 @@ public interface PulsarEndpointBuilderFactory {
     }
 
     /**
-     * Advanced builder for endpoint for the Apache Pulsar component.
+     * Advanced builder for endpoint for the Pulsar component.
      */
     public interface AdvancedPulsarEndpointBuilder
             extends
@@ -919,7 +919,7 @@ public interface PulsarEndpointBuilderFactory {
         CustomPartition;
     }
     /**
-     * Apache Pulsar (camel-pulsar)
+     * Pulsar (camel-pulsar)
      * Camel Apache Pulsar Component
      * 
      * Category: messaging
diff --git a/docs/components/modules/ROOT/nav.adoc 
b/docs/components/modules/ROOT/nav.adoc
index f2c1c6b..55e36ac 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -276,7 +276,7 @@
 * xref:lpr-component.adoc[Printer Component]
 * xref:protobuf-dataformat.adoc[Protobuf DataFormat]
 * xref:pubnub-component.adoc[PubNub Component]
-* xref:pulsar-component.adoc[Apache Pulsar Component]
+* xref:pulsar-component.adoc[Pulsar Component]
 * xref:quartz-component.adoc[Quartz Component]
 * xref:quickfix-component.adoc[QuickFix Component]
 * xref:rabbitmq-component.adoc[RabbitMQ Component]
diff --git a/docs/components/modules/ROOT/pages/index.adoc 
b/docs/components/modules/ROOT/pages/index.adoc
index faf0834..f77e614 100644
--- a/docs/components/modules/ROOT/pages/index.adoc
+++ b/docs/components/modules/ROOT/pages/index.adoc
@@ -20,8 +20,6 @@ Number of Components: 299 in 237 JAR artifacts (0 deprecated)
 
 | xref:amqp-component.adoc[AMQP] (camel-amqp) | 1.2 | Messaging with AMQP 
protocol using Apache QPid Client.
 
-| xref:pulsar-component.adoc[Apache Pulsar] (camel-pulsar) | 2.24 | Camel 
Apache Pulsar Component
-
 | xref:spark-component.adoc[Apache Spark] (camel-spark) | 2.17 | The spark 
component can be used to send RDD or DataFrame jobs to Apache Spark cluster.
 
 | xref:apns-component.adoc[APNS] (camel-apns) | 2.8 | For sending 
notifications to Apple iOS devices.
@@ -464,6 +462,8 @@ Number of Components: 299 in 237 JAR artifacts (0 
deprecated)
 
 | xref:pubnub-component.adoc[PubNub] (camel-pubnub) | 2.19 | To send and 
receive messages to PubNub data stream network for connected devices.
 
+| xref:pulsar-component.adoc[Pulsar] (camel-pulsar) | 2.24 | Camel Apache 
Pulsar Component
+
 | xref:quartz-component.adoc[Quartz] (camel-quartz) | 2.12 | Provides a 
scheduled delivery of messages using the Quartz 2.x scheduler.
 
 | xref:quickfix-component.adoc[QuickFix] (camel-quickfix) | 2.1 | The quickfix 
component allows to send Financial Interchange (FIX) messages to the QuickFix 
engine.
diff --git a/docs/components/modules/ROOT/pages/pulsar-component.adoc 
b/docs/components/modules/ROOT/pages/pulsar-component.adoc
index cb74dd8..189e246 100644
--- a/docs/components/modules/ROOT/pages/pulsar-component.adoc
+++ b/docs/components/modules/ROOT/pages/pulsar-component.adoc
@@ -1,8 +1,9 @@
-[[pulsar-component]]
-= Apache Pulsar Component
+= Pulsar Component
 :page-source: components/camel-pulsar/src/main/docs/pulsar-component.adoc
 
 *Since Camel 2.24*
+*Since Camel 2.24*
+
 
 
 Maven users will need to add the following dependency to
@@ -29,7 +30,7 @@ pulsar:[persistent|non-persistent]://tenant/namespace/topic
 
 
 // component options: START
-The Apache Pulsar component supports 5 options, which are listed below.
+The Pulsar component supports 5 options, which are listed below.
 
 
 
@@ -49,7 +50,7 @@ The Apache Pulsar component supports 5 options, which are 
listed below.
 
 
 // endpoint options: START
-The Apache Pulsar endpoint is configured using URI syntax:
+The Pulsar endpoint is configured using URI syntax:
 
 ----
 pulsar:persistence://tenant/namespace/topic

Reply via email to