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 2020/11/16 17:30:29 UTC

[camel] branch regen_bot updated (b3ec175 -> 60a289b)

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 b3ec175  CAMEL-15836 - Camel-AWS2-Kinesis: enable autowire on the Kinesis Firehose client, added note to migration guide
     add bc8fa17  CAMEL-15836 - Camel-AWS2-Kinesis: enable autowire on the Kinesis client
     add ab88d89  CAMEL-15836 - Camel-AWS2-Kinesis: enable autowire on the Kinesis client, regen configurers and component
     add ce3b0b7  CAMEL-15836 - Camel-AWS2-Kinesis: enable autowire on the Kinesis client, regen catalog
     add 60a289b  CAMEL-15836 - Camel-AWS2-Kinesis: enable autowire on the Kinesis client, added a note to migration guide

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/aws2-kinesis.json     |  6 +-
 .../camel/catalog/docs/aws2-kinesis-component.adoc | 10 +--
 .../aws2/kinesis/Kinesis2ComponentConfigurer.java  | 11 ++-
 .../aws2/kinesis/Kinesis2EndpointConfigurer.java   | 11 ++-
 .../aws2/kinesis/Kinesis2EndpointUriFactory.java   |  3 +-
 .../camel/component/aws2/kinesis/aws2-kinesis.json |  6 +-
 .../src/main/docs/aws2-kinesis-component.adoc      | 10 +--
 .../component/aws2/kinesis/Kinesis2Component.java  | 12 ---
 .../aws2/kinesis/Kinesis2Configuration.java        | 13 +---
 .../kinesis/KinesisComponentConfigurationTest.java | 12 ---
 .../dsl/Aws2KinesisComponentBuilderFactory.java    | 16 ----
 .../dsl/Kinesis2EndpointBuilderFactory.java        | 90 ----------------------
 .../modules/ROOT/pages/aws2-kinesis-component.adoc | 10 +--
 .../ROOT/pages/camel-3x-upgrade-guide-3_7.adoc     |  3 +
 14 files changed, 31 insertions(+), 182 deletions(-)