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 2020/11/17 12:48:33 UTC

[camel] branch master updated (eccc020 -> 7679e8b)

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 eccc020  Regen
     add 7134b3a  CAMEL-15836 - Camel-AWS2-MSK: enable autowire on the MSK Client
     add 5c9a75e  CAMEL-15836 - Camel-AWS2-MSK: enable autowire on the MSK Client, regen components and configurers
     add 3a25c41  CAMEL-15836 - Camel-AWS2-MSK: enable autowire on the MSK Client, fixed tests
     add 8ed32b3  CAMEL-15836 - Camel-AWS2-MSK: enable autowire on the MSK Client, CS
     add 325bca0  CAMEL-15836 - Camel-AWS2-MSK: enable autowire on the MSK Client, Regen catalog
     add 7679e8b  CAMEL-15836 - Camel-AWS2-MSK: enable autowire on the MSK Client, Added a note to migration guide

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-msk.json  |  6 ++---
 .../camel/catalog/docs/aws2-msk-component.adoc     | 10 +++-----
 .../aws2/msk/MSK2ComponentConfigurer.java          | 11 ++++----
 .../component/aws2/msk/MSK2EndpointConfigurer.java | 11 ++++----
 .../component/aws2/msk/MSK2EndpointUriFactory.java |  3 +--
 .../apache/camel/component/aws2/msk/aws2-msk.json  |  6 ++---
 .../src/main/docs/aws2-msk-component.adoc          | 10 +++-----
 .../camel/component/aws2/msk/MSK2Component.java    | 21 ----------------
 .../component/aws2/msk/MSK2Configuration.java      | 15 +----------
 .../aws2/msk/MSKComponentClientRegistryTest.java   | 15 +----------
 .../dsl/Aws2MskComponentBuilderFactory.java        | 16 ------------
 .../endpoint/dsl/MSK2EndpointBuilderFactory.java   | 29 ----------------------
 .../modules/ROOT/pages/aws2-msk-component.adoc     | 10 +++-----
 .../ROOT/pages/camel-3x-upgrade-guide-3_7.adoc     |  5 ++++
 14 files changed, 34 insertions(+), 134 deletions(-)