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


The following commit(s) were added to refs/heads/master by this push:
     new dff8055  Regen
dff8055 is described below

commit dff8055c47d75f86544f1c13b484f6f5f62e2a96
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri May 31 09:19:45 2019 +0200

    Regen
---
 components/camel-pulsar/src/main/docs/pulsar-component.adoc       | 2 +-
 docs/components/modules/ROOT/pages/pulsar-component.adoc          | 8 ++++----
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml         | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/components/camel-pulsar/src/main/docs/pulsar-component.adoc 
b/components/camel-pulsar/src/main/docs/pulsar-component.adoc
index 58ace4d..e287241 100644
--- a/components/camel-pulsar/src/main/docs/pulsar-component.adoc
+++ b/components/camel-pulsar/src/main/docs/pulsar-component.adoc
@@ -108,7 +108,7 @@ The component supports 5 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *camel.component.pulsar.auto-configuration* | The pulsar autoconfiguration. 
The option is a org.apache.camel.component.pulsar.utils.AutoConfiguration type. 
|  | String
+| *camel.component.pulsar.auto-configuration* | The pulsar auto configuration. 
The option is a org.apache.camel.component.pulsar.utils.AutoConfiguration type. 
|  | String
 | *camel.component.pulsar.basic-property-binding* | Whether the component 
should use basic property binding (Camel 2.x) or the newer property binding 
with additional capabilities | false | Boolean
 | *camel.component.pulsar.enabled* | Whether to enable auto configuration of 
the pulsar component. This is enabled by default. |  | Boolean
 | *camel.component.pulsar.pulsar-client* | The pulsar client. The option is a 
org.apache.pulsar.client.api.PulsarClient type. |  | String
diff --git a/docs/components/modules/ROOT/pages/pulsar-component.adoc 
b/docs/components/modules/ROOT/pages/pulsar-component.adoc
index 70ae3b4..e287241 100644
--- a/docs/components/modules/ROOT/pages/pulsar-component.adoc
+++ b/docs/components/modules/ROOT/pages/pulsar-component.adoc
@@ -35,8 +35,8 @@ The Apache Pulsar component supports 4 options, which are 
listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *autoConfiguration* (common) | The pulsar autoconfiguration |  | 
AutoConfiguration
-| *pulsarClient* (common) | The pulsar client |  | PulsarClient
+| *autoConfiguration* (advanced) | The pulsar auto configuration |  | 
AutoConfiguration
+| *pulsarClient* (advanced) | The pulsar client |  | PulsarClient
 | *resolveProperty Placeholders* (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
 | *basicPropertyBinding* (advanced) | Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
 |===
@@ -76,7 +76,7 @@ with the following path and query parameters:
 | *consumerNamePrefix* (consumer) | Prefix to add to consumer names when a 
SHARED or FAILOVER subscription is used | cons | String
 | *consumerQueueSize* (consumer) | Size of the consumer queue - defaults to 10 
| 10 | int
 | *numberOfConsumers* (consumer) | Number of consumers - defaults to 1 | 1 | 
int
-| *subscriptionName* (consumer) | Name of the subscription to use | 
subscription | String
+| *subscriptionName* (consumer) | Name of the subscription to use | subs | 
String
 | *subscriptionType* (consumer) | Type of the subscription 
EXCLUSIVESHAREDFAILOVER, defaults to EXCLUSIVE | EXCLUSIVE | SubscriptionType
 | *exceptionHandler* (consumer) | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
option is not in use. By default the consumer will deal with exceptions, that 
will be logged at WARN or ERROR level and ignored. |  | ExceptionHandler
 | *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
@@ -108,7 +108,7 @@ The component supports 5 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *camel.component.pulsar.auto-configuration* | The pulsar autoconfiguration. 
The option is a org.apache.camel.component.pulsar.utils.AutoConfiguration type. 
|  | String
+| *camel.component.pulsar.auto-configuration* | The pulsar auto configuration. 
The option is a org.apache.camel.component.pulsar.utils.AutoConfiguration type. 
|  | String
 | *camel.component.pulsar.basic-property-binding* | Whether the component 
should use basic property binding (Camel 2.x) or the newer property binding 
with additional capabilities | false | Boolean
 | *camel.component.pulsar.enabled* | Whether to enable auto configuration of 
the pulsar component. This is enabled by default. |  | Boolean
 | *camel.component.pulsar.pulsar-client* | The pulsar client. The option is a 
org.apache.pulsar.client.api.PulsarClient type. |  | String
diff --git 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 89c126d..a8d1739 100644
--- 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -3576,12 +3576,12 @@
       <dependency>
         <groupId>org.apache.pulsar</groupId>
         <artifactId>pulsar-client</artifactId>
-        <version>2.2.1</version>
+        <version>2.3.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.pulsar</groupId>
         <artifactId>pulsar-client-admin</artifactId>
-        <version>2.2.1</version>
+        <version>2.3.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.ws.commons.axiom</groupId>

Reply via email to