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/13 14:33:29 UTC

[camel] branch regen_bot updated (07af13b -> cbebf87)

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 07af13b  CAMEL-15836: Add autowired metadata to camel-twilio restClient option
     add 226ca0e  CAMEL-15836 - Camel-AWS2-EC2: enable autowire on the Ec2 client
     add fdf7dc1  CAMEL-15836 - Camel-AWS2-EC2: enable autowire on the Ec2 client, regen component
     add 0caa6d7  CAMEL-15836 - Camel-AWS2-EC2: enable autowire on the Ec2 client, fixed test
     add 7e21c8b  CAMEL-15836 - Camel-AWS2-EC2: enable autowire on the Ec2 client, regen catalog
     add cbebf87  CAMEL-15836 - Camel-AWS2-EC2: enable autowire on the Ec2 client, added a note to the migration guide

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-ec2.json  |  6 ++---
 .../camel/catalog/docs/aws2-ec2-component.adoc     | 10 +++-----
 .../aws2/ec2/AWS2EC2ComponentConfigurer.java       | 11 ++++----
 .../aws2/ec2/AWS2EC2EndpointConfigurer.java        | 11 ++++----
 .../aws2/ec2/AWS2EC2EndpointUriFactory.java        |  3 +--
 .../apache/camel/component/aws2/ec2/aws2-ec2.json  |  6 ++---
 .../src/main/docs/aws2-ec2-component.adoc          | 10 +++-----
 .../camel/component/aws2/ec2/AWS2EC2Component.java | 21 ---------------
 .../component/aws2/ec2/AWS2EC2Configuration.java   | 15 +----------
 .../aws2/ec2/EC2ComponentClientRegistryTest.java   | 15 +----------
 .../dsl/Aws2Ec2ComponentBuilderFactory.java        | 16 ------------
 .../dsl/AWS2EC2EndpointBuilderFactory.java         | 30 ----------------------
 .../modules/ROOT/pages/aws2-ec2-component.adoc     | 10 +++-----
 .../ROOT/pages/camel-3x-upgrade-guide-3_7.adoc     |  5 ++++
 14 files changed, 34 insertions(+), 135 deletions(-)