This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 2b0866f2eea [create-pull-request] automated change
2b0866f2eea is described below
commit 2b0866f2eea1751be3431762ea3b27e846330dc1
Author: oscerd <[email protected]>
AuthorDate: Sun Jul 31 01:20:54 2022 +0000
[create-pull-request] automated change
---
.../apache/camel/springboot/catalog/components/hyperledger-aries.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/hyperledger-aries.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hyperledger-aries.json
index 30373b8b504..3854d3adcf1 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hyperledger-aries.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hyperledger-aries.json
@@ -31,7 +31,7 @@
"autoSchema": { "kind": "parameter", "displayName": "Auto Schema",
"group": "producer", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "defaultValue": false, "configurationClass":
"org.apache.camel.component.aries.HyperledgerAriesConfiguration",
"configurationField": "configuration", "description": "Allow on-demand schema
creation" },
"schemaName": { "kind": "parameter", "displayName": "Schema Name",
"group": "producer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.aries.HyperledgerAriesConfiguration",
"configurationField": "configuration", "description": "A schema name" },
"schemaVersion": { "kind": "parameter", "displayName": "Schema Version",
"group": "producer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.aries.HyperledgerAriesConfiguration",
"configurationField": "configuration", "description": "A schema version" },
- "service": { "kind": "parameter", "displayName": "Service", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.aries.HyperledgerAriesConfiguration",
"configurationField": "configuration", "description": "An ACA-Py API path" },
+ "service": { "kind": "parameter", "displayName": "Service", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.aries.HyperledgerAriesConfiguration",
"configurationField": "configuration", "description": "An API path (e.g.
\/issue-credential\/records)" },
"lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start
Producer", "group": "producer (advanced)", "label": "producer,advanced",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"description": "Whether the producer should be started lazy (on the first
message). By starting lazy you can use this to allow CamelContext and routes to
startup in situations where a producer may other [...]
}
}