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-karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 072dfc62 [create-pull-request] automated change
072dfc62 is described below
commit 072dfc62382998f86b9eef96746cd05d853f7c55
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 28 01:08:27 2022 +0000
[create-pull-request] automated change
---
.../main/resources/org/apache/camel/catalog/karaf/components/git.json | 1 +
.../org/apache/camel/catalog/karaf/dataformats/univocityCsv.json | 2 +-
.../org/apache/camel/catalog/karaf/dataformats/univocityFixed.json | 2 +-
.../org/apache/camel/catalog/karaf/dataformats/univocityTsv.json | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/git.json
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/git.json
index f7fdd7ff..7dcb8c41 100644
---
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/git.json
+++
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/git.json
@@ -53,6 +53,7 @@
"remoteName": { "kind": "parameter", "displayName": "Remote Name",
"group": "producer", "label": "producer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "The remote repository name to use in
particular operation like pull" },
"remotePath": { "kind": "parameter", "displayName": "Remote Path",
"group": "producer", "label": "producer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "The remote repository path" },
"tagName": { "kind": "parameter", "displayName": "Tag Name", "group":
"producer", "label": "producer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "The tag name to work on" },
+ "targetBranchName": { "kind": "parameter", "displayName": "Target Branch
Name", "group": "producer", "label": "producer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": "master", "description": "Name of
target branch in merge operation. If not supplied will try to use
init.defaultBranch git configs. If not configured will use default value" },
"username": { "kind": "parameter", "displayName": "Username", "group":
"producer", "label": "producer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Remote repository username" },
"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 [...]
}
diff --git
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/univocityCsv.json
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/univocityCsv.json
index 9c05e32d..cafa1b6e 100644
---
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/univocityCsv.json
+++
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/univocityCsv.json
@@ -22,7 +22,7 @@
"quoteEscape": { "kind": "attribute", "displayName": "Quote Escape",
"label": "advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "\"", "description": "The quote escape symbol" },
"nullValue": { "kind": "attribute", "displayName": "Null Value", "label":
"advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The string representation of a null value. The default value is
null" },
"skipEmptyLines": { "kind": "attribute", "displayName": "Skip Empty
Lines", "required": false, "type": "boolean", "javaType": "java.lang.Boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true,
"description": "Whether or not the empty lines must be ignored. The default
value is true" },
- "ignoreTrailingWhitespaces": { "kind": "attribute", "displayName": "Ignore
Trailing Whitespaces", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": true, "description": "Whether or not the trailing white spaces
must ignored. The default value is true" },
+ "ignoreTrailingWhitespaces": { "kind": "attribute", "displayName": "Ignore
Trailing Whitespaces", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": true, "description": "Whether or not the trailing white spaces
must be ignored. The default value is true" },
"ignoreLeadingWhitespaces": { "kind": "attribute", "displayName": "Ignore
Leading Whitespaces", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": true, "description": "Whether or not the leading white spaces
must be ignored. The default value is true" },
"headersDisabled": { "kind": "attribute", "displayName": "Headers
Disabled", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether or not the headers are disabled.
When defined, this option explicitly sets the headers as null which indicates
that there is no header. The default value is false" },
"headerExtractionEnabled": { "kind": "attribute", "displayName": "Header
Extraction Enabled", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether or not the header must be read
in the first line of the test document The default value is false" },
diff --git
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/univocityFixed.json
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/univocityFixed.json
index 0f060ba3..55b60d5a 100644
---
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/univocityFixed.json
+++
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/univocityFixed.json
@@ -21,7 +21,7 @@
"recordEndsOnNewline": { "kind": "attribute", "displayName": "Record Ends
On Newline", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether or not the record ends on new
line. The default value is false" },
"nullValue": { "kind": "attribute", "displayName": "Null Value", "label":
"advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The string representation of a null value. The default value is
null" },
"skipEmptyLines": { "kind": "attribute", "displayName": "Skip Empty
Lines", "required": false, "type": "boolean", "javaType": "java.lang.Boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true,
"description": "Whether or not the empty lines must be ignored. The default
value is true" },
- "ignoreTrailingWhitespaces": { "kind": "attribute", "displayName": "Ignore
Trailing Whitespaces", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": true, "description": "Whether or not the trailing white spaces
must ignored. The default value is true" },
+ "ignoreTrailingWhitespaces": { "kind": "attribute", "displayName": "Ignore
Trailing Whitespaces", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": true, "description": "Whether or not the trailing white spaces
must be ignored. The default value is true" },
"ignoreLeadingWhitespaces": { "kind": "attribute", "displayName": "Ignore
Leading Whitespaces", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": true, "description": "Whether or not the leading white spaces
must be ignored. The default value is true" },
"headersDisabled": { "kind": "attribute", "displayName": "Headers
Disabled", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether or not the headers are disabled.
When defined, this option explicitly sets the headers as null which indicates
that there is no header. The default value is false" },
"headerExtractionEnabled": { "kind": "attribute", "displayName": "Header
Extraction Enabled", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether or not the header must be read
in the first line of the test document The default value is false" },
diff --git
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/univocityTsv.json
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/univocityTsv.json
index 39c90738..07bb5bba 100644
---
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/univocityTsv.json
+++
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/univocityTsv.json
@@ -19,7 +19,7 @@
"escapeChar": { "kind": "attribute", "displayName": "Escape Char",
"label": "advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "\\", "description": "The escape character." },
"nullValue": { "kind": "attribute", "displayName": "Null Value", "label":
"advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The string representation of a null value. The default value is
null" },
"skipEmptyLines": { "kind": "attribute", "displayName": "Skip Empty
Lines", "required": false, "type": "boolean", "javaType": "java.lang.Boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true,
"description": "Whether or not the empty lines must be ignored. The default
value is true" },
- "ignoreTrailingWhitespaces": { "kind": "attribute", "displayName": "Ignore
Trailing Whitespaces", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": true, "description": "Whether or not the trailing white spaces
must ignored. The default value is true" },
+ "ignoreTrailingWhitespaces": { "kind": "attribute", "displayName": "Ignore
Trailing Whitespaces", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": true, "description": "Whether or not the trailing white spaces
must be ignored. The default value is true" },
"ignoreLeadingWhitespaces": { "kind": "attribute", "displayName": "Ignore
Leading Whitespaces", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": true, "description": "Whether or not the leading white spaces
must be ignored. The default value is true" },
"headersDisabled": { "kind": "attribute", "displayName": "Headers
Disabled", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether or not the headers are disabled.
When defined, this option explicitly sets the headers as null which indicates
that there is no header. The default value is false" },
"headerExtractionEnabled": { "kind": "attribute", "displayName": "Header
Extraction Enabled", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether or not the header must be read
in the first line of the test document The default value is false" },