You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by oa...@apache.org on 2020/01/09 10:31:34 UTC

[camel] branch master updated (b3ef4d8 -> 8409231)

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

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


    from b3ef4d8  Fixed CS for camel-http
     new 02d2239  CAMEL-14250: Add 'additionalProperties' option to camel-kafka to allow additional properties
     new 68ac47e  CAMEL-14250: Make 'additionalProperties' option aware on the component level
     new 8409231  Merge pull request #3468 from omarsmak/CAMEL-14250

The 41329 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:
 .../camel-kafka/src/main/docs/kafka-component.adoc |   3 +-
 .../camel/component/kafka/KafkaComponent.java      |  10 ++
 .../camel/component/kafka/KafkaConfiguration.java  |  32 ++++++
 .../camel/component/kafka/KafkaComponentTest.java  |  37 +++++++
 .../endpoint/dsl/KafkaEndpointBuilderFactory.java  | 112 +++++++++++++++++++++
 5 files changed, 193 insertions(+), 1 deletion(-)