This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 68a27f4ad0f Regen
68a27f4ad0f is described below
commit 68a27f4ad0f5b5e6944d96c080a71d0ee2c8e852
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Sep 29 10:50:48 2023 +0200
Regen
---
.../catalog/dataformats/univocityCsv.json | 10 +++---
.../catalog/dataformats/univocityFixed.json | 10 +++---
.../catalog/dataformats/univocityTsv.json | 10 +++---
.../src/main/docs/univocity-parsers.json | 39 ++++++++++------------
.../UniVocityCsvDataFormatConfiguration.java | 12 +++----
.../UniVocityFixedDataFormatConfiguration.java | 12 +++----
.../UniVocityTsvDataFormatConfiguration.java | 12 +++----
tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
8 files changed, 52 insertions(+), 55 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocityCsv.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocityCsv.json
index 0b0a8fc328f..6d0a5101798 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocityCsv.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocityCsv.json
@@ -25,13 +25,13 @@
"ignoreTrailingWhitespaces": { "index": 6, "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": { "index": 7, "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": { "index": 8, "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": { "index": 9, "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" },
+ "headerExtractionEnabled": { "index": 9, "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" },
"numberOfRecordsToRead": { "index": 10, "kind": "attribute",
"displayName": "Number Of Records To Read", "label": "advanced", "required":
false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false,
"autowired": false, "secret": false, "description": "The maximum number of
record to read." },
- "emptyValue": { "index": 11, "kind": "attribute", "displayName": "Empty
Value", "label": "advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The String representation of an empty value" },
- "lineSeparator": { "index": 12, "kind": "attribute", "displayName": "Line
Separator", "label": "advanced", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "The line separator of the files The default
value is to use the JVM platform line separator" },
- "normalizedLineSeparator": { "index": 13, "kind": "attribute",
"displayName": "Normalized Line Separator", "label": "advanced", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "\\n", "description": "The
normalized line separator of the files The default value is a new line
character." },
+ "emptyValue": { "index": 11, "kind": "attribute", "displayName": "Empty
Value", "label": "advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The String representation of an empty value." },
+ "lineSeparator": { "index": 12, "kind": "attribute", "displayName": "Line
Separator", "label": "advanced", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "The line separator of the files. The default
value is to use the JVM platform line separator" },
+ "normalizedLineSeparator": { "index": 13, "kind": "attribute",
"displayName": "Normalized Line Separator", "label": "advanced", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "The normalized line
separator of the files. The default value is a new line character." },
"comment": { "index": 14, "kind": "attribute", "displayName": "Comment",
"label": "advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "#", "description": "The comment symbol. The default value is
#" },
- "lazyLoad": { "index": 15, "kind": "attribute", "displayName": "Lazy
Load", "required": false, "type": "boolean", "javaType": "java.lang.Boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at one. The
default value is false" },
+ "lazyLoad": { "index": 15, "kind": "attribute", "displayName": "Lazy
Load", "required": false, "type": "boolean", "javaType": "java.lang.Boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at once. The
default value is false" },
"asMap": { "index": 16, "kind": "attribute", "displayName": "As Map",
"required": false, "type": "boolean", "javaType": "java.lang.Boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "Whether the unmarshalling should produce maps for the
lines values instead of lists. It requires to have header (either defined or
collected). The default value is false" },
"id": { "index": 17, "kind": "attribute", "displayName": "Id", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "The id of this node" }
}
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocityFixed.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocityFixed.json
index e23cf93714d..440f548137b 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocityFixed.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocityFixed.json
@@ -24,13 +24,13 @@
"ignoreTrailingWhitespaces": { "index": 5, "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": { "index": 6, "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": { "index": 7, "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": { "index": 8, "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" },
+ "headerExtractionEnabled": { "index": 8, "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" },
"numberOfRecordsToRead": { "index": 9, "kind": "attribute", "displayName":
"Number Of Records To Read", "label": "advanced", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired":
false, "secret": false, "description": "The maximum number of record to read."
},
- "emptyValue": { "index": 10, "kind": "attribute", "displayName": "Empty
Value", "label": "advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The String representation of an empty value" },
- "lineSeparator": { "index": 11, "kind": "attribute", "displayName": "Line
Separator", "label": "advanced", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "The line separator of the files The default
value is to use the JVM platform line separator" },
- "normalizedLineSeparator": { "index": 12, "kind": "attribute",
"displayName": "Normalized Line Separator", "label": "advanced", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "\\n", "description": "The
normalized line separator of the files The default value is a new line
character." },
+ "emptyValue": { "index": 10, "kind": "attribute", "displayName": "Empty
Value", "label": "advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The String representation of an empty value." },
+ "lineSeparator": { "index": 11, "kind": "attribute", "displayName": "Line
Separator", "label": "advanced", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "The line separator of the files. The default
value is to use the JVM platform line separator" },
+ "normalizedLineSeparator": { "index": 12, "kind": "attribute",
"displayName": "Normalized Line Separator", "label": "advanced", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "The normalized line
separator of the files. The default value is a new line character." },
"comment": { "index": 13, "kind": "attribute", "displayName": "Comment",
"label": "advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "#", "description": "The comment symbol. The default value is
#" },
- "lazyLoad": { "index": 14, "kind": "attribute", "displayName": "Lazy
Load", "required": false, "type": "boolean", "javaType": "java.lang.Boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at one. The
default value is false" },
+ "lazyLoad": { "index": 14, "kind": "attribute", "displayName": "Lazy
Load", "required": false, "type": "boolean", "javaType": "java.lang.Boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at once. The
default value is false" },
"asMap": { "index": 15, "kind": "attribute", "displayName": "As Map",
"required": false, "type": "boolean", "javaType": "java.lang.Boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "Whether the unmarshalling should produce maps for the
lines values instead of lists. It requires to have header (either defined or
collected). The default value is false" },
"id": { "index": 16, "kind": "attribute", "displayName": "Id", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "The id of this node" }
}
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocityTsv.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocityTsv.json
index 1e17f34b022..879ee3a72a2 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocityTsv.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/univocityTsv.json
@@ -22,13 +22,13 @@
"ignoreTrailingWhitespaces": { "index": 3, "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": { "index": 4, "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": { "index": 5, "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": { "index": 6, "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" },
+ "headerExtractionEnabled": { "index": 6, "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" },
"numberOfRecordsToRead": { "index": 7, "kind": "attribute", "displayName":
"Number Of Records To Read", "label": "advanced", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired":
false, "secret": false, "description": "The maximum number of record to read."
},
- "emptyValue": { "index": 8, "kind": "attribute", "displayName": "Empty
Value", "label": "advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The String representation of an empty value" },
- "lineSeparator": { "index": 9, "kind": "attribute", "displayName": "Line
Separator", "label": "advanced", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "The line separator of the files The default
value is to use the JVM platform line separator" },
- "normalizedLineSeparator": { "index": 10, "kind": "attribute",
"displayName": "Normalized Line Separator", "label": "advanced", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "\\n", "description": "The
normalized line separator of the files The default value is a new line
character." },
+ "emptyValue": { "index": 8, "kind": "attribute", "displayName": "Empty
Value", "label": "advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The String representation of an empty value." },
+ "lineSeparator": { "index": 9, "kind": "attribute", "displayName": "Line
Separator", "label": "advanced", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "The line separator of the files. The default
value is to use the JVM platform line separator" },
+ "normalizedLineSeparator": { "index": 10, "kind": "attribute",
"displayName": "Normalized Line Separator", "label": "advanced", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "The normalized line
separator of the files. The default value is a new line character." },
"comment": { "index": 11, "kind": "attribute", "displayName": "Comment",
"label": "advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "#", "description": "The comment symbol. The default value is
#" },
- "lazyLoad": { "index": 12, "kind": "attribute", "displayName": "Lazy
Load", "required": false, "type": "boolean", "javaType": "java.lang.Boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at one. The
default value is false" },
+ "lazyLoad": { "index": 12, "kind": "attribute", "displayName": "Lazy
Load", "required": false, "type": "boolean", "javaType": "java.lang.Boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at once. The
default value is false" },
"asMap": { "index": 13, "kind": "attribute", "displayName": "As Map",
"required": false, "type": "boolean", "javaType": "java.lang.Boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "Whether the unmarshalling should produce maps for the
lines values instead of lists. It requires to have header (either defined or
collected). The default value is false" },
"id": { "index": 14, "kind": "attribute", "displayName": "Id", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "The id of this node" }
}
diff --git
a/components-starter/camel-univocity-parsers-starter/src/main/docs/univocity-parsers.json
b/components-starter/camel-univocity-parsers-starter/src/main/docs/univocity-parsers.json
index 2677586bf96..18fdaa0c805 100644
---
a/components-starter/camel-univocity-parsers-starter/src/main/docs/univocity-parsers.json
+++
b/components-starter/camel-univocity-parsers-starter/src/main/docs/univocity-parsers.json
@@ -64,7 +64,7 @@
{
"name": "camel.dataformat.univocity-csv.empty-value",
"type": "java.lang.String",
- "description": "The String representation of an empty value",
+ "description": "The String representation of an empty value.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration"
},
{
@@ -76,7 +76,7 @@
{
"name": "camel.dataformat.univocity-csv.header-extraction-enabled",
"type": "java.lang.Boolean",
- "description": "Whether or not the header must be read in the first line
of the test document The default value is false",
+ "description": "Whether or not the header must be read in the first line
of the test document. The default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": false
},
@@ -104,22 +104,21 @@
{
"name": "camel.dataformat.univocity-csv.lazy-load",
"type": "java.lang.Boolean",
- "description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at one. The
default value is false",
+ "description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at once. The
default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
"defaultValue": false
},
{
"name": "camel.dataformat.univocity-csv.line-separator",
"type": "java.lang.String",
- "description": "The line separator of the files The default value is to
use the JVM platform line separator",
+ "description": "The line separator of the files. The default value is to
use the JVM platform line separator",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration"
},
{
"name": "camel.dataformat.univocity-csv.normalized-line-separator",
"type": "java.lang.String",
- "description": "The normalized line separator of the files The default
value is a new line character.",
- "sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration",
- "defaultValue": "\\n"
+ "description": "The normalized line separator of the files. The default
value is a new line character.",
+ "sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityCsvDataFormatConfiguration"
},
{
"name": "camel.dataformat.univocity-csv.null-value",
@@ -183,7 +182,7 @@
{
"name": "camel.dataformat.univocity-fixed.empty-value",
"type": "java.lang.String",
- "description": "The String representation of an empty value",
+ "description": "The String representation of an empty value.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration"
},
{
@@ -195,7 +194,7 @@
{
"name": "camel.dataformat.univocity-fixed.header-extraction-enabled",
"type": "java.lang.Boolean",
- "description": "Whether or not the header must be read in the first line
of the test document The default value is false",
+ "description": "Whether or not the header must be read in the first line
of the test document. The default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"defaultValue": false
},
@@ -223,22 +222,21 @@
{
"name": "camel.dataformat.univocity-fixed.lazy-load",
"type": "java.lang.Boolean",
- "description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at one. The
default value is false",
+ "description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at once. The
default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
"defaultValue": false
},
{
"name": "camel.dataformat.univocity-fixed.line-separator",
"type": "java.lang.String",
- "description": "The line separator of the files The default value is to
use the JVM platform line separator",
+ "description": "The line separator of the files. The default value is to
use the JVM platform line separator",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration"
},
{
"name": "camel.dataformat.univocity-fixed.normalized-line-separator",
"type": "java.lang.String",
- "description": "The normalized line separator of the files The default
value is a new line character.",
- "sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration",
- "defaultValue": "\\n"
+ "description": "The normalized line separator of the files. The default
value is a new line character.",
+ "sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityFixedDataFormatConfiguration"
},
{
"name": "camel.dataformat.univocity-fixed.null-value",
@@ -301,7 +299,7 @@
{
"name": "camel.dataformat.univocity-tsv.empty-value",
"type": "java.lang.String",
- "description": "The String representation of an empty value",
+ "description": "The String representation of an empty value.",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration"
},
{
@@ -320,7 +318,7 @@
{
"name": "camel.dataformat.univocity-tsv.header-extraction-enabled",
"type": "java.lang.Boolean",
- "description": "Whether or not the header must be read in the first line
of the test document The default value is false",
+ "description": "Whether or not the header must be read in the first line
of the test document. The default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
"defaultValue": false
},
@@ -348,22 +346,21 @@
{
"name": "camel.dataformat.univocity-tsv.lazy-load",
"type": "java.lang.Boolean",
- "description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at one. The
default value is false",
+ "description": "Whether the unmarshalling should produce an iterator
that reads the lines on the fly or if all the lines must be read at once. The
default value is false",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
"defaultValue": false
},
{
"name": "camel.dataformat.univocity-tsv.line-separator",
"type": "java.lang.String",
- "description": "The line separator of the files The default value is to
use the JVM platform line separator",
+ "description": "The line separator of the files. The default value is to
use the JVM platform line separator",
"sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration"
},
{
"name": "camel.dataformat.univocity-tsv.normalized-line-separator",
"type": "java.lang.String",
- "description": "The normalized line separator of the files The default
value is a new line character.",
- "sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration",
- "defaultValue": "\\n"
+ "description": "The normalized line separator of the files. The default
value is a new line character.",
+ "sourceType":
"org.apache.camel.dataformat.univocity.springboot.UniVocityTsvDataFormatConfiguration"
},
{
"name": "camel.dataformat.univocity-tsv.null-value",
diff --git
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatConfiguration.java
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatConfiguration.java
index c30d75c9fa1..cdfddf96e6f 100644
---
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatConfiguration.java
+++
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityCsvDataFormatConfiguration.java
@@ -77,7 +77,7 @@ public class UniVocityCsvDataFormatConfiguration
private Boolean headersDisabled = false;
/**
* Whether or not the header must be read in the first line of the test
- * document The default value is false
+ * document. The default value is false
*/
private Boolean headerExtractionEnabled = false;
/**
@@ -85,26 +85,26 @@ public class UniVocityCsvDataFormatConfiguration
*/
private Integer numberOfRecordsToRead;
/**
- * The String representation of an empty value
+ * The String representation of an empty value.
*/
private String emptyValue;
/**
- * The line separator of the files The default value is to use the JVM
+ * The line separator of the files. The default value is to use the JVM
* platform line separator
*/
private String lineSeparator;
/**
- * The normalized line separator of the files The default value is a new
+ * The normalized line separator of the files. The default value is a new
* line character.
*/
- private String normalizedLineSeparator = "\\n";
+ private String normalizedLineSeparator;
/**
* The comment symbol. The default value is #
*/
private String comment = "#";
/**
* Whether the unmarshalling should produce an iterator that reads the
lines
- * on the fly or if all the lines must be read at one. The default value is
+ * on the fly or if all the lines must be read at once. The default value
is
* false
*/
private Boolean lazyLoad = false;
diff --git
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedDataFormatConfiguration.java
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedDataFormatConfiguration.java
index 088194c172b..594ebbe782a 100644
---
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedDataFormatConfiguration.java
+++
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityFixedDataFormatConfiguration.java
@@ -74,7 +74,7 @@ public class UniVocityFixedDataFormatConfiguration
private Boolean headersDisabled = false;
/**
* Whether or not the header must be read in the first line of the test
- * document The default value is false
+ * document. The default value is false
*/
private Boolean headerExtractionEnabled = false;
/**
@@ -82,26 +82,26 @@ public class UniVocityFixedDataFormatConfiguration
*/
private Integer numberOfRecordsToRead;
/**
- * The String representation of an empty value
+ * The String representation of an empty value.
*/
private String emptyValue;
/**
- * The line separator of the files The default value is to use the JVM
+ * The line separator of the files. The default value is to use the JVM
* platform line separator
*/
private String lineSeparator;
/**
- * The normalized line separator of the files The default value is a new
+ * The normalized line separator of the files. The default value is a new
* line character.
*/
- private String normalizedLineSeparator = "\\n";
+ private String normalizedLineSeparator;
/**
* The comment symbol. The default value is #
*/
private String comment = "#";
/**
* Whether the unmarshalling should produce an iterator that reads the
lines
- * on the fly or if all the lines must be read at one. The default value is
+ * on the fly or if all the lines must be read at once. The default value
is
* false
*/
private Boolean lazyLoad = false;
diff --git
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatConfiguration.java
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatConfiguration.java
index 7e2c6a135e8..75422ae428a 100644
---
a/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatConfiguration.java
+++
b/components-starter/camel-univocity-parsers-starter/src/main/java/org/apache/camel/dataformat/univocity/springboot/UniVocityTsvDataFormatConfiguration.java
@@ -65,7 +65,7 @@ public class UniVocityTsvDataFormatConfiguration
private Boolean headersDisabled = false;
/**
* Whether or not the header must be read in the first line of the test
- * document The default value is false
+ * document. The default value is false
*/
private Boolean headerExtractionEnabled = false;
/**
@@ -73,26 +73,26 @@ public class UniVocityTsvDataFormatConfiguration
*/
private Integer numberOfRecordsToRead;
/**
- * The String representation of an empty value
+ * The String representation of an empty value.
*/
private String emptyValue;
/**
- * The line separator of the files The default value is to use the JVM
+ * The line separator of the files. The default value is to use the JVM
* platform line separator
*/
private String lineSeparator;
/**
- * The normalized line separator of the files The default value is a new
+ * The normalized line separator of the files. The default value is a new
* line character.
*/
- private String normalizedLineSeparator = "\\n";
+ private String normalizedLineSeparator;
/**
* The comment symbol. The default value is #
*/
private String comment = "#";
/**
* Whether the unmarshalling should produce an iterator that reads the
lines
- * on the fly or if all the lines must be read at one. The default value is
+ * on the fly or if all the lines must be read at once. The default value
is
* false
*/
private Boolean lazyLoad = false;
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml
b/tooling/camel-spring-boot-dependencies/pom.xml
index fe8b57e4f92..bb689359809 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4092,7 +4092,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
- <version>3.6.4</version>
+ <version>3.9.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>