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 3c35a02  Fixed CS on camel-main
     new 9e2815f  CAMEL-16987: camel-csv - Allow to configurer header in 
endpoint uri via dataformat component
     new b174e16  CAMEL-16988: camel-dataformat - Do not use reflection when 
configuring dataformats

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:
 .../dataformat/csv/CsvDataFormatConfigurer.java    |  2 +-
 .../apache/camel/dataformat/csv/CsvDataFormat.java | 33 ++++++++++++++++------
 .../apache/camel/dataformat/csv/CsvMarshaller.java |  7 +++--
 .../camel/dataformat/csv/CsvDataFormatTest.java    |  6 ++--
 .../camel/dataformat/csv/CsvMarshalHeaderTest.java |  6 ++--
 .../dataformat/csv/CsvMarshalHeaderUriTest.java}   | 24 +++++++---------
 .../component/dataformat/DataFormatComponent.java  | 12 +++++++-
 .../reifier/dataformat/CsvDataFormatReifier.java   | 13 ++++++++-
 8 files changed, 68 insertions(+), 35 deletions(-)
 copy 
components/{camel-test/camel-test-junit5/src/test/java/org/apache/camel/test/junit5/patterns/SimpleMockTest.java
 => 
camel-csv/src/test/java/org/apache/camel/dataformat/csv/CsvMarshalHeaderUriTest.java}
 (67%)

Reply via email to