Skip to content

Commit

Permalink
Full regen of camel-master
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Feb 9, 2021
1 parent 0d9e5c7 commit 0ab349c
Show file tree
Hide file tree
Showing 1,104 changed files with 5,087 additions and 106 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

@@ -0,0 +1,114 @@
{
"connector": {
"class": "org.apache.camel.kafkaconnector.hwcloudsmn.CamelHwcloudsmnSinkConnector",
"artifactId": "camel-hwcloud-smn-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-hwcloud-smn-sink",
"type": "sink",
"version": "0.8.0-SNAPSHOT",
"description": "Huawei Cloud component to integrate with SimpleNotification services"
},
"properties": {
"camel.sink.path.smnService": {
"name": "camel.sink.path.smnService",
"description": "Name of SMN service to invoke",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.authKey": {
"name": "camel.sink.endpoint.authKey",
"description": "Authentication key for the cloud user",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.ignoreSslVerification": {
"name": "camel.sink.endpoint.ignoreSslVerification",
"description": "Ignore SSL verification",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"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 otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.messageTtl": {
"name": "camel.sink.endpoint.messageTtl",
"description": "TTL for published message",
"defaultValue": "3600",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.operation": {
"name": "camel.sink.endpoint.operation",
"description": "Name of operation to perform",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.projectId": {
"name": "camel.sink.endpoint.projectId",
"description": "Cloud project ID",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.proxyHost": {
"name": "camel.sink.endpoint.proxyHost",
"description": "Proxy server ip\/hostname",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyPassword": {
"name": "camel.sink.endpoint.proxyPassword",
"description": "Proxy authentication password",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyPort": {
"name": "camel.sink.endpoint.proxyPort",
"description": "Proxy server port",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyUser": {
"name": "camel.sink.endpoint.proxyUser",
"description": "Proxy authentication user",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.region": {
"name": "camel.sink.endpoint.region",
"description": "SMN service region",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.secretKey": {
"name": "camel.sink.endpoint.secretKey",
"description": "Secret key for the cloud user",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.serviceKeys": {
"name": "camel.sink.endpoint.serviceKeys",
"description": "Configuration object for cloud service authentication",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.hwcloud-smn.lazyStartProducer": {
"name": "camel.component.hwcloud-smn.lazyStartProducer",
"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 otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.hwcloud-smn.autowiredEnabled": {
"name": "camel.component.hwcloud-smn.autowiredEnabled",
"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 then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
}
}
}
@@ -0,0 +1,238 @@
{
"connector": {
"class": "org.apache.camel.kafkaconnector.infinispanembedded.CamelInfinispanembeddedSinkConnector",
"artifactId": "camel-infinispan-embedded-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-infinispan-embedded-sink",
"type": "sink",
"version": "0.8.0-SNAPSHOT",
"description": "Read and write from\/to Infinispan distributed key\/value store and data grid."
},
"properties": {
"camel.sink.path.cacheName": {
"name": "camel.sink.path.cacheName",
"description": "The name of the cache to use. Use current to use the existing cache name from the currently configured cached manager. Or use default for the default cache manager name.",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.queryBuilder": {
"name": "camel.sink.endpoint.queryBuilder",
"description": "Specifies the query builder.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.defaultValue": {
"name": "camel.sink.endpoint.defaultValue",
"description": "Set a specific default value for some producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.key": {
"name": "camel.sink.endpoint.key",
"description": "Set a specific key for producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"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 otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.oldValue": {
"name": "camel.sink.endpoint.oldValue",
"description": "Set a specific old value for some producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.operation": {
"name": "camel.sink.endpoint.operation",
"description": "The operation to perform One of: [PUT] [PUTASYNC] [PUTALL] [PUTALLASYNC] [PUTIFABSENT] [PUTIFABSENTASYNC] [GET] [GETORDEFAULT] [CONTAINSKEY] [CONTAINSVALUE] [REMOVE] [REMOVEASYNC] [REPLACE] [REPLACEASYNC] [SIZE] [CLEAR] [CLEARASYNC] [QUERY] [STATS] [COMPUTE] [COMPUTEASYNC]",
"defaultValue": "\"PUT\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"PUT",
"PUTASYNC",
"PUTALL",
"PUTALLASYNC",
"PUTIFABSENT",
"PUTIFABSENTASYNC",
"GET",
"GETORDEFAULT",
"CONTAINSKEY",
"CONTAINSVALUE",
"REMOVE",
"REMOVEASYNC",
"REPLACE",
"REPLACEASYNC",
"SIZE",
"CLEAR",
"CLEARASYNC",
"QUERY",
"STATS",
"COMPUTE",
"COMPUTEASYNC"
]
},
"camel.sink.endpoint.value": {
"name": "camel.sink.endpoint.value",
"description": "Set a specific value for producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.cacheContainer": {
"name": "camel.sink.endpoint.cacheContainer",
"description": "Specifies the cache Container to connect",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.cacheContainerConfiguration": {
"name": "camel.sink.endpoint.cacheContainerConfiguration",
"description": "The CacheContainer configuration. Used if the cacheContainer is not defined.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.configurationUri": {
"name": "camel.sink.endpoint.configurationUri",
"description": "An implementation specific URI for the CacheManager",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.flags": {
"name": "camel.sink.endpoint.flags",
"description": "A comma separated list of org.infinispan.context.Flag to be applied by default on each cache invocation",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.remappingFunction": {
"name": "camel.sink.endpoint.remappingFunction",
"description": "Set a specific remappingFunction to use in a compute operation.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.resultHeader": {
"name": "camel.sink.endpoint.resultHeader",
"description": "Store the operation result in a header instead of the message body. By default, resultHeader == null and the query result is stored in the message body, any existing content in the message body is discarded. If resultHeader is set, the value is used as the name of the header to store the query result and the original message body is preserved. This value can be overridden by an in message header named: CamelInfinispanOperationResultHeader",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.configuration": {
"name": "camel.component.infinispan-embedded.configuration",
"description": "Component configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.queryBuilder": {
"name": "camel.component.infinispan-embedded.queryBuilder",
"description": "Specifies the query builder.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.defaultValue": {
"name": "camel.component.infinispan-embedded.defaultValue",
"description": "Set a specific default value for some producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.key": {
"name": "camel.component.infinispan-embedded.key",
"description": "Set a specific key for producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.lazyStartProducer": {
"name": "camel.component.infinispan-embedded.lazyStartProducer",
"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 otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.oldValue": {
"name": "camel.component.infinispan-embedded.oldValue",
"description": "Set a specific old value for some producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.operation": {
"name": "camel.component.infinispan-embedded.operation",
"description": "The operation to perform One of: [PUT] [PUTASYNC] [PUTALL] [PUTALLASYNC] [PUTIFABSENT] [PUTIFABSENTASYNC] [GET] [GETORDEFAULT] [CONTAINSKEY] [CONTAINSVALUE] [REMOVE] [REMOVEASYNC] [REPLACE] [REPLACEASYNC] [SIZE] [CLEAR] [CLEARASYNC] [QUERY] [STATS] [COMPUTE] [COMPUTEASYNC]",
"defaultValue": "\"PUT\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"PUT",
"PUTASYNC",
"PUTALL",
"PUTALLASYNC",
"PUTIFABSENT",
"PUTIFABSENTASYNC",
"GET",
"GETORDEFAULT",
"CONTAINSKEY",
"CONTAINSVALUE",
"REMOVE",
"REMOVEASYNC",
"REPLACE",
"REPLACEASYNC",
"SIZE",
"CLEAR",
"CLEARASYNC",
"QUERY",
"STATS",
"COMPUTE",
"COMPUTEASYNC"
]
},
"camel.component.infinispan-embedded.value": {
"name": "camel.component.infinispan-embedded.value",
"description": "Set a specific value for producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.autowiredEnabled": {
"name": "camel.component.infinispan-embedded.autowiredEnabled",
"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 then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.cacheContainer": {
"name": "camel.component.infinispan-embedded.cacheContainer",
"description": "Specifies the cache Container to connect",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.cacheContainerConfiguration": {
"name": "camel.component.infinispan-embedded.cacheContainerConfiguration",
"description": "The CacheContainer configuration. Used if the cacheContainer is not defined.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.configurationUri": {
"name": "camel.component.infinispan-embedded.configurationUri",
"description": "An implementation specific URI for the CacheManager",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.flags": {
"name": "camel.component.infinispan-embedded.flags",
"description": "A comma separated list of org.infinispan.context.Flag to be applied by default on each cache invocation",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.remappingFunction": {
"name": "camel.component.infinispan-embedded.remappingFunction",
"description": "Set a specific remappingFunction to use in a compute operation.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.resultHeader": {
"name": "camel.component.infinispan-embedded.resultHeader",
"description": "Store the operation result in a header instead of the message body. By default, resultHeader == null and the query result is stored in the message body, any existing content in the message body is discarded. If resultHeader is set, the value is used as the name of the header to store the query result and the original message body is preserved. This value can be overridden by an in message header named: CamelInfinispanOperationResultHeader",
"priority": "MEDIUM",
"required": "false"
}
}
}

0 comments on commit 0ab349c

Please sign in to comment.