You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/25 14:32:00 UTC

[camel] branch master updated (1bcd5b2 -> 60d49c2)

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

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


    from 1bcd5b2  CAMEL-14084: Created the camel-testcontainers-spring-junit5 module from camel-testcontainers-spring
     new c71604b  Camel-Pulsar: Use just Pulsar as title
     new 60d49c2  Camel-Pulsar: Regen

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel-pulsar/src/main/docs/pulsar-component.adoc       |  9 +++++----
 .../org/apache/camel/component/pulsar/PulsarEndpoint.java  |  2 +-
 .../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 +++++----
 6 files changed, 21 insertions(+), 19 deletions(-)


[camel] 01/02: Camel-Pulsar: Use just Pulsar as title

Posted by ac...@apache.org.
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 c71604bb99b8ba00e7e7463e8ab4c00e556fc79d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 25 16:02:51 2019 +0200

    Camel-Pulsar: Use just Pulsar as title
---
 .../src/main/java/org/apache/camel/component/pulsar/PulsarEndpoint.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-pulsar/src/main/java/org/apache/camel/component/pulsar/PulsarEndpoint.java b/components/camel-pulsar/src/main/java/org/apache/camel/component/pulsar/PulsarEndpoint.java
index 5ab8bbe..98a049d 100644
--- a/components/camel-pulsar/src/main/java/org/apache/camel/component/pulsar/PulsarEndpoint.java
+++ b/components/camel-pulsar/src/main/java/org/apache/camel/component/pulsar/PulsarEndpoint.java
@@ -28,7 +28,7 @@ import org.apache.camel.support.DefaultEndpoint;
 import org.apache.camel.util.ObjectHelper;
 import org.apache.pulsar.client.api.PulsarClient;
 
-@UriEndpoint(scheme = "pulsar", firstVersion = "2.24.0", title = "Apache Pulsar", syntax = "pulsar:persistence://tenant/namespace/topic", label = "messaging")
+@UriEndpoint(scheme = "pulsar", firstVersion = "2.24.0", title = "Pulsar", syntax = "pulsar:persistence://tenant/namespace/topic", label = "messaging")
 public class PulsarEndpoint extends DefaultEndpoint {
 
     private PulsarClient pulsarClient;


[camel] 02/02: Camel-Pulsar: Regen

Posted by ac...@apache.org.
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 <an...@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