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 e590c3be8d4 Regen for commit 0310e4a6b8aa2a1f63e2b579ab8f1d232586d1a5
add bbd7c363cfc CAMEL-18957: prevent a few NPEs if the context is not
created
add 0b7a5a6a2ba CAMEL-19143: Added option to quote fields only when
necessary (#9552)
add 965b10a8291 Regen for commit 0b7a5a6a2ba62d135aa688f61b976f5983a211d6
No new revisions were added by this update.
Summary of changes:
.../src/main/docs/bindy-dataformat.adoc | 3 +
.../camel/dataformat/bindy/BindyCsvFactory.java | 58 ++--
.../dataformat/bindy/annotation/CsvRecord.java | 6 +
.../BindySimpleCsvQuotingOnlyWhenNeededTest.java | 346 +++++++++++++++++++++
...oubleQuotesInFieldCsvUnmarshallTest-context.xml | 10 +-
...oubleQuotesInFieldCsvUnmarshallTest-context.xml | 10 +-
.../infra/core/DefaultCamelContextExtension.java | 3 +
.../infra/core/DefaultContextLifeCycleManager.java | 17 +-
.../infra/core/TransientCamelContextExtension.java | 3 +
9 files changed, 428 insertions(+), 28 deletions(-)
create mode 100644
components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/csv/BindySimpleCsvQuotingOnlyWhenNeededTest.java