This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 958ff11 A component must have default no-arg constructor. This fixes
issue with the camel-kafka-starter module.
new 7bb1a66 CAMEL-12080: allow creating csvcontent without last eol
new 55b0699 CAMEL-12080: documentation fix
new fd42ef2 CAMEL-12080: removing trailing slashs
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:
.../src/main/docs/bindy-dataformat.adoc | 9 ++-
.../camel/dataformat/bindy/BindyCsvFactory.java | 9 +++
.../dataformat/bindy/annotation/CsvRecord.java | 5 ++
.../dataformat/bindy/csv/BindyCsvDataFormat.java | 14 ++--
.../csv/BindyMarshalEndWithLineBreakTest.java | 87 ++++++++++++++++++++++
.../csv/{MyCsvRecord.java => MyCsvRecord2.java} | 6 +-
6 files changed, 119 insertions(+), 11 deletions(-)
create mode 100644
components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/csv/BindyMarshalEndWithLineBreakTest.java
copy
components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/model/csv/{MyCsvRecord.java
=> MyCsvRecord2.java} (91%)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].