You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/03/16 07:45:29 UTC

[camel] branch main updated (0b7a5a6a2ba -> 7df9f88a50a)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 0b7a5a6a2ba CAMEL-19143: Added option to quote fields only when necessary (#9552)
     new abc0d01fa21 Fixed duplicates in pom.xml
     new 7df9f88a50a Upgrade to maven-surefire-plugin 3.0.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml                                 |  2 +-
 components/camel-bindy/src/main/docs/bindy-dataformat.adoc |  3 +++
 dsl/camel-kamelet-main/pom.xml                             | 10 ----------
 parent/pom.xml                                             |  2 +-
 pom.xml                                                    |  4 ++--
 5 files changed, 7 insertions(+), 14 deletions(-)


[camel] 01/02: Fixed duplicates in pom.xml

Posted by da...@apache.org.
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.git

commit abc0d01fa21d0aad49ed71d22c6a4102de34e362
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 16 08:35:46 2023 +0100

    Fixed duplicates in pom.xml
---
 components/camel-bindy/src/main/docs/bindy-dataformat.adoc |  3 +++
 dsl/camel-kamelet-main/pom.xml                             | 10 ----------
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
index b43da3634cb..f8379f11a8d 100644
--- a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
+++ b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
@@ -128,6 +128,9 @@ one time.
 
 | quotingEscaped | boolean |  | false | Indicate if the values must be escaped when quoting (optional)
 
+| quotingOnlyWhenNeeded | boolean |  | false a| Indicate if the values should be quoted only when needed (optional) - if enabled then the value is only quoted
+when it contains the configured separator, quote, or crlf characters. The quoting option must also be enabled.
+
 | removeQuotes | boolean |  | true | The remove quotes parameter flags if unmarshalling should try to remove quotes for each field
 
 | skipField | boolean |  | false a| The skipField parameter will allow to skip fields of a CSV file. If some fields are not necessary, they can be
diff --git a/dsl/camel-kamelet-main/pom.xml b/dsl/camel-kamelet-main/pom.xml
index 7beabe31774..d346887edb6 100644
--- a/dsl/camel-kamelet-main/pom.xml
+++ b/dsl/camel-kamelet-main/pom.xml
@@ -175,16 +175,6 @@
             <artifactId>log4j-slf4j2-impl</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-resourceresolver-github</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-groovy-dsl</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>


[camel] 02/02: Upgrade to maven-surefire-plugin 3.0.0

Posted by da...@apache.org.
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.git

commit 7df9f88a50a0e5c4dda4d83739731b6283830cd6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 16 08:43:54 2023 +0100

    Upgrade to maven-surefire-plugin 3.0.0
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 pom.xml                    | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index b8485ba5a45..79f20bbf574 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -359,7 +359,7 @@
         <maven-resolver-version>1.9.7</maven-resolver-version>
         <maven-shade-plugin-version>3.4.1</maven-shade-plugin-version>
         <maven-shared-utils-plugin-version>3.3.4</maven-shared-utils-plugin-version>
-        <maven-surefire-report-plugin-version>3.0.0-M9</maven-surefire-report-plugin-version>
+        <maven-surefire-report-plugin-version>3.0.0</maven-surefire-report-plugin-version>
         <maven-wagon-version>3.5.2</maven-wagon-version>
         <maven-war-plugin-version>3.3.1</maven-war-plugin-version>
         <metrics-version>4.2.17</metrics-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index f62aad6b0b3..94320cc768e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -354,7 +354,7 @@
         <maven-resolver-version>1.9.7</maven-resolver-version>
         <maven-shade-plugin-version>3.4.1</maven-shade-plugin-version>
         <maven-shared-utils-plugin-version>3.3.4</maven-shared-utils-plugin-version>
-        <maven-surefire-report-plugin-version>3.0.0-M9</maven-surefire-report-plugin-version>
+        <maven-surefire-report-plugin-version>3.0.0</maven-surefire-report-plugin-version>
         <maven-wagon-version>3.5.2</maven-wagon-version>
         <maven-war-plugin-version>3.3.1</maven-war-plugin-version>
         <metrics-version>4.2.17</metrics-version>
diff --git a/pom.xml b/pom.xml
index 0bba76b7373..a02b5780281 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,8 +120,8 @@
 
         <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
         <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
-        <maven-surefire-plugin-version>3.0.0-M8</maven-surefire-plugin-version>
-        <maven-failsafe-plugin-version>3.0.0-M8</maven-failsafe-plugin-version>
+        <maven-surefire-plugin-version>3.0.0</maven-surefire-plugin-version>
+        <maven-failsafe-plugin-version>3.0.0</maven-failsafe-plugin-version>
         <!-- we need to override the version inherited from Apache POM for modules that use this POM as parent -->
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <java-diff-utils-version>4.7</java-diff-utils-version>