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

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


    from c696cb4  CAMEL-12836: Use FQN in type converter metadata file. Thanks 
to Tim Sexton for reporting and the suggested fix.
     new f82d386  changed csv unmarshalling to only strip quotes if quoting is 
set to "true" as this causes problems
     new bee5348  Added annotation parameter "removeQuotes" rather then reuse 
existing "quoting" parameter to preserve backwards compatibility.   Added a 
test to illustrate the problem.  Without "removeQuotes"=false in annotation of 
test, the record will fail to unmarshall
     new 9bc3ab3  Fixed CS

The 3 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/dataformat/bindy/BindyCsvFactory.java    |  8 +++
 .../dataformat/bindy/annotation/CsvRecord.java     |  5 ++
 .../dataformat/bindy/csv/BindyCsvDataFormat.java   | 84 ++++++++++++----------
 ...> BindyDoNotRemoveQuotesCsvUnmarshallTest.java} | 63 +++++++++++++---
 ...DoNotRemoveQuotesCsvUnmarshallTest-context.xml} |  2 +-
 5 files changed, 112 insertions(+), 50 deletions(-)
 copy 
components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/csv/{BindyInlinedQuotesCsvUnmarshallTest.java
 => BindyDoNotRemoveQuotesCsvUnmarshallTest.java} (53%)
 copy 
components/camel-bindy/src/test/resources/org/apache/camel/dataformat/bindy/csv/{BindyComplexCsvUnmarshallTest-context.xml
 => BindyDoNotRemoveQuotesCsvUnmarshallTest-context.xml} (95%)

Reply via email to