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-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new 15356d9 [create-pull-request] automated change
15356d9 is described below
commit 15356d9d566b2ce64678e0f92bee4347d427b322
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 11 00:45:10 2020 +0000
[create-pull-request] automated change
---
.../org/apache/camel/springboot/catalog/components/pulsar.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pulsar.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pulsar.json
index c07d4f0..1941d3a 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pulsar.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pulsar.json
@@ -57,7 +57,7 @@
"sendTimeoutMs": { "kind": "property", "displayName": "Send Timeout Ms",
"group": "producer", "label": "producer", "required": false, "type": "integer",
"javaType": "int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": 30000, "configurationClass":
"org.apache.camel.component.pulsar.PulsarConfiguration", "configurationField":
"configuration", "description": "Send timeout in milliseconds" },
"autoConfiguration": { "kind": "property", "displayName": "Auto
Configuration", "group": "advanced", "label": "advanced", "required": false,
"type": "object", "javaType":
"org.apache.camel.component.pulsar.utils.AutoConfiguration", "deprecated":
false, "autowired": false, "secret": false, "description": "The pulsar auto
configuration" },
"autowiredEnabled": { "kind": "property", "displayName": "Autowired
Enabled", "group": "advanced", "label": "advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "description": "Whether autowiring is
enabled. This is used for automatic autowiring options (the option must be
marked as autowired) by looking up in the registry to find if there is a single
instance of matching type, which t [...]
- "pulsarClient": { "kind": "property", "displayName": "Pulsar Client",
"group": "advanced", "label": "advanced", "required": false, "type": "object",
"javaType": "org.apache.pulsar.client.api.PulsarClient", "deprecated": false,
"autowired": false, "secret": false, "description": "The pulsar client" }
+ "pulsarClient": { "kind": "property", "displayName": "Pulsar Client",
"group": "advanced", "label": "advanced", "required": false, "type": "object",
"javaType": "org.apache.pulsar.client.api.PulsarClient", "deprecated": false,
"autowired": true, "secret": false, "description": "The pulsar client" }
},
"properties": {
"persistence": { "kind": "path", "displayName": "Persistence", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "enum": [ "persistent", "non-persistent" ], "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "Whether the topic is persistent or non-persistent" },