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

[camel] branch regen_bot updated (06cd2016a59 -> 4a538a1d6a9)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 06cd2016a59 CAMEL-19491: aws2-sqs - use `ScheduledPollConsumerHealthCheck` (#10847)
     add 4a538a1d6a9 CAMEL-19662: camel-bindy - Add option to @CvsRecord to turn on|off trimming line. (#10857)

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/bindy-dataformat.adoc            |  2 +
 .../camel/dataformat/bindy/BindyCsvFactory.java    |  7 ++++
 .../dataformat/bindy/annotation/CsvRecord.java     |  5 +++
 .../dataformat/bindy/csv/BindyCsvDataFormat.java   | 17 +++++---
 ...a => BindySimpleCsvUnmarshallTrimLineTest.java} | 47 ++++++++++++++++++----
 .../camel/dataformat/bindy/csv/Cartoon.java}       | 30 +++++++-------
 ...ndySimpleCsvUnmarshallTrimLineTest-context.xml} |  2 +-
 7 files changed, 79 insertions(+), 31 deletions(-)
 copy components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/csv/{BindySingleQuoteStartWordCsvUnmarshallTest.java => BindySimpleCsvUnmarshallTrimLineTest.java} (59%)
 copy components/{camel-netty-http/src/test/java/org/apache/camel/component/netty/http/rest/UserPojoEx.java => camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/csv/Cartoon.java} (70%)
 copy components/camel-bindy/src/test/resources/org/apache/camel/dataformat/bindy/csv/{BindyComplexCsvUnmarshallTest-context.xml => BindySimpleCsvUnmarshallTrimLineTest-context.xml} (95%)