You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/04/09 07:54:49 UTC

[camel] branch master updated (9dc405f -> 8739b93)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 9dc405f  [Minor] Remove unnecessary object array creation for log statements
     new ccbada0  CAMEL-13398 - Camel-AWS-*: Lets adopt the same approach as CAMEL-12936 for all the components, camel-aws-ddb
     new 710482f  CAMEL-13398 - Camel-AWS-*: Lets adopt the same approach as CAMEL-12936 for all the components, camel-aws-ddbstreams
     new fbfa44e  CAMEL-13398 - Fixed CS for AWS-DDB and AWS-DDBStreams
     new 1a89a9e  CAMEL-13398 - Added docs for AWS-DDB and AWS-DDBStreams
     new 8739b93  Regen

The 36464 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/aws-ddb-component.adoc           |  6 ++++++
 .../src/main/docs/aws-ddbstream-component.adoc     |  6 ++++++
 .../camel/component/aws/ddb/DdbComponent.java      | 12 ++++++++++-
 .../aws/ddbstream/DdbStreamComponent.java          | 13 ++++++++++-
 ...st.java => DdbComponentRegistryClientTest.java} | 25 ++++++----------------
 .../camel/component/aws/ddb/DdbComponentTest.java  |  2 +-
 .../modules/ROOT/pages/aws-ddb-component.adoc      |  6 ++++++
 .../ROOT/pages/aws-ddbstream-component.adoc        |  6 ++++++
 8 files changed, 55 insertions(+), 21 deletions(-)
 copy components/camel-aws-ddb/src/test/java/org/apache/camel/component/aws/ddb/{DdbComponentConfigurationTest.java => DdbComponentRegistryClientTest.java} (60%)