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 90032f6 Vertx: add Json Converters (#5145) add 8c52acc CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EC2 component add 22daefa CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EC2 component add ac0352f CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EC2 component add e6f32a8 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EC2 component add 31619f9 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EC2 component add 74639cc CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EC2 component 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 | 8 +++- .../aws2/ec2/AWS2EC2ComponentConfigurer.java | 12 ++++++ .../aws2/ec2/AWS2EC2EndpointConfigurer.java | 12 ++++++ .../aws2/ec2/AWS2EC2EndpointUriFactory.java | 16 +++---- .../apache/camel/component/aws2/ec2/aws2-ec2.json | 6 ++- .../src/main/docs/aws2-ec2-component.adoc | 8 +++- .../component/aws2/ec2/AWS2EC2Configuration.java | 27 ++++++++++++ .../camel/component/aws2/ec2/AWS2EC2Endpoint.java | 3 ++ .../aws2/ec2/EC2ComponentConfigurationTest.java | 15 +++++++ .../dsl/Aws2Ec2ComponentBuilderFactory.java | 35 ++++++++++++++++ .../dsl/AWS2EC2EndpointBuilderFactory.java | 49 ++++++++++++++++++++++ .../modules/ROOT/pages/aws2-ec2-component.adoc | 8 +++- 13 files changed, 190 insertions(+), 15 deletions(-)