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 f4b8a74e920 Regen
f4b8a74e920 is described below

commit f4b8a74e92045709464b0e92d5456e038a07577e
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Aug 28 06:34:39 2024 +0200

    Regen
---
 .../org/apache/camel/springboot/catalog/dataformats/csv.json          | 2 +-
 components-starter/camel-csv-starter/src/main/docs/csv.json           | 2 +-
 .../camel/dataformat/csv/springboot/CsvDataFormatConfiguration.java   | 2 +-
 tooling/camel-spring-boot-dependencies/pom.xml                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/csv.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/csv.json
index badeecb085e..b1ff7d44fe1 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/csv.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/csv.json
@@ -32,7 +32,7 @@
     "nullStringDisabled": { "index": 13, "kind": "attribute", "displayName": 
"Null String Disabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Used to disable null strings" },
     "nullString": { "index": 14, "kind": "attribute", "displayName": "Null 
String", "group": "advanced", "label": "advanced", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Sets the null string" },
     "quoteDisabled": { "index": 15, "kind": "attribute", "displayName": "Quote 
Disabled", "group": "common", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Used to disable quotes" },
-    "quote": { "index": 16, "kind": "attribute", "displayName": "Quote", 
"group": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the quote which by default is" },
+    "quote": { "index": 16, "kind": "attribute", "displayName": "Quote", 
"group": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the quote to use which by default is double-quote 
character" },
     "recordSeparatorDisabled": { "index": 17, "kind": "attribute", 
"displayName": "Record Separator Disabled", "group": "common", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Used for disabling record 
separator" },
     "recordSeparator": { "index": 18, "kind": "attribute", "displayName": 
"Record Separator", "group": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Sets the record separator (aka new line) which 
by default is new line characters (CRLF)" },
     "skipHeaderRecord": { "index": 19, "kind": "attribute", "displayName": 
"Skip Header Record", "group": "common", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether to skip the 
header record in the output" },
diff --git a/components-starter/camel-csv-starter/src/main/docs/csv.json 
b/components-starter/camel-csv-starter/src/main/docs/csv.json
index b8e6826c5a9..5590310699d 100644
--- a/components-starter/camel-csv-starter/src/main/docs/csv.json
+++ b/components-starter/camel-csv-starter/src/main/docs/csv.json
@@ -146,7 +146,7 @@
     {
       "name": "camel.dataformat.csv.quote",
       "type": "java.lang.String",
-      "description": "Sets the quote which by default is",
+      "description": "Sets the quote to use which by default is double-quote 
character",
       "sourceType": 
"org.apache.camel.dataformat.csv.springboot.CsvDataFormatConfiguration"
     },
     {
diff --git 
a/components-starter/camel-csv-starter/src/main/java/org/apache/camel/dataformat/csv/springboot/CsvDataFormatConfiguration.java
 
b/components-starter/camel-csv-starter/src/main/java/org/apache/camel/dataformat/csv/springboot/CsvDataFormatConfiguration.java
index 943b3487f2a..fbe50026074 100644
--- 
a/components-starter/camel-csv-starter/src/main/java/org/apache/camel/dataformat/csv/springboot/CsvDataFormatConfiguration.java
+++ 
b/components-starter/camel-csv-starter/src/main/java/org/apache/camel/dataformat/csv/springboot/CsvDataFormatConfiguration.java
@@ -97,7 +97,7 @@ public class CsvDataFormatConfiguration
      */
     private Boolean quoteDisabled = false;
     /**
-     * Sets the quote which by default is
+     * Sets the quote to use which by default is double-quote character
      */
     private String quote;
     /**
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 06e478d3208..eeaa95158d1 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -245,12 +245,12 @@
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy</artifactId>
-        <version>1.14.19</version>
+        <version>1.15.0</version>
       </dependency>
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy-agent</artifactId>
-        <version>1.14.19</version>
+        <version>1.15.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>

Reply via email to