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 2021/02/11 14:32:08 UTC

[camel] branch regen_bot updated (c7b64ff -> 670bc98)

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 c7b64ff  core: tidy up PropertyBindingSupport::resolveBean
     add e4dc14c  CAMEL-16186 - Camel-AWS2-SQS: Support String as body for batch message
     add 61e2208  CAMEL-16186 - Camel-AWS2-SQS: Support String as body for batch message
     add f06cf1a  CAMEL-16186 - Added test
     add eb6879f  Regen
     add 32967fb  Regen
     add 670bc98  Regen again

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/aws2-sqs.json  |  2 ++
 .../apache/camel/catalog/docs/aws2-sqs-component.adoc  |  6 ++++--
 .../component/aws2/sqs/Sqs2ComponentConfigurer.java    |  6 ++++++
 .../component/aws2/sqs/Sqs2EndpointConfigurer.java     |  6 ++++++
 .../component/aws2/sqs/Sqs2EndpointUriFactory.java     |  3 ++-
 .../org/apache/camel/component/aws2/sqs/aws2-sqs.json  |  2 ++
 .../src/main/docs/aws2-sqs-component.adoc              |  6 ++++--
 .../camel/component/aws2/sqs/Sqs2Configuration.java    | 13 +++++++++++++
 .../apache/camel/component/aws2/sqs/Sqs2Producer.java  | 16 ++++++++++++++++
 ...sProducerBatchSendWithSeparatorLocalstackTest.java} | 13 ++-----------
 .../component/dsl/Aws2SqsComponentBuilderFactory.java  | 18 ++++++++++++++++++
 .../endpoint/dsl/Sqs2EndpointBuilderFactory.java       | 16 ++++++++++++++++
 .../modules/ROOT/pages/aws2-sqs-component.adoc         |  6 ++++--
 13 files changed, 95 insertions(+), 18 deletions(-)
 copy components/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/localstack/{SqsProducerBatchSendLocalstackTest.java => SqsProducerBatchSendWithSeparatorLocalstackTest.java} (86%)