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 90032f6 Vertx: add Json Converters (#5145) new 8c52acc CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EC2 component new 22daefa CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EC2 component new ac0352f CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EC2 component new e6f32a8 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EC2 component new 31619f9 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EC2 component new 74639cc CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EC2 component The 6 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: .../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(-)