This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-2.25.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.25.x by this push:
new 9730f14 Fixed camel-pulsar syntax uri in metadata
9730f14 is described below
commit 9730f1451fd61bb4423ba5c16257dfadb682b3f7
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Mar 31 13:17:19 2020 +0200
Fixed camel-pulsar syntax uri in metadata
---
components/camel-pulsar/src/main/docs/pulsar-component.adoc | 2 +-
.../src/main/java/org/apache/camel/component/pulsar/PulsarEndpoint.java | 2 +-
docs/components/modules/ROOT/pages/pulsar-component.adoc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/camel-pulsar/src/main/docs/pulsar-component.adoc
b/components/camel-pulsar/src/main/docs/pulsar-component.adoc
index 9f3031f..a545e07 100644
--- a/components/camel-pulsar/src/main/docs/pulsar-component.adoc
+++ b/components/camel-pulsar/src/main/docs/pulsar-component.adoc
@@ -63,7 +63,7 @@ with the following path and query parameters:
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
-| *topicUri* | The Topic's full URI path including type, tenant and namespace
| | String
+| *uri* | The Topic's full URI path including type, tenant and namespace | |
String
|===
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 8c6d993..5109b8b 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
@@ -34,7 +34,7 @@ public class PulsarEndpoint extends DefaultEndpoint {
private PulsarClient pulsarClient;
@UriParam
private PulsarConfiguration pulsarConfiguration;
- @UriPath(label = "consumer,producer", description = "The Topic's full URI
path including type, tenant and namespace")
+ @UriPath(name = "uri", label = "consumer,producer", description = "The
Topic's full URI path including type, tenant and namespace")
private final String topicUri;
public PulsarEndpoint(String uri, String path, PulsarConfiguration
pulsarConfiguration, PulsarComponent component, PulsarClient pulsarClient)
throws PulsarClientException {
diff --git a/docs/components/modules/ROOT/pages/pulsar-component.adoc
b/docs/components/modules/ROOT/pages/pulsar-component.adoc
index 4a912f5..ba76f29 100644
--- a/docs/components/modules/ROOT/pages/pulsar-component.adoc
+++ b/docs/components/modules/ROOT/pages/pulsar-component.adoc
@@ -64,7 +64,7 @@ with the following path and query parameters:
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
-| *topicUri* | The Topic's full URI path including type, tenant and namespace
| | String
+| *uri* | The Topic's full URI path including type, tenant and namespace | |
String
|===