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 a6759e7 CAMEL-16284: fix incorrect URI for couchbase (#5156) new 31cbef7 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-MQ component new 8941635 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-MQ component new 46f2f40 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-MQ component new 3c31d9d CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-MQ component new 73b148d Regen The 5 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: bom/camel-bom/pom.xml | 8 ++-- .../apache/camel/catalog/components/aws2-mq.json | 4 ++ .../apache/camel/catalog/components/couchbase.json | 2 +- .../camel/catalog/docs/aws2-mq-component.adoc | 8 +++- .../component/aws2/mq/MQ2ComponentConfigurer.java | 12 ++++++ .../component/aws2/mq/MQ2EndpointConfigurer.java | 12 ++++++ .../component/aws2/mq/MQ2EndpointUriFactory.java | 14 ++++--- .../apache/camel/component/aws2/mq/aws2-mq.json | 4 ++ .../src/main/docs/aws2-mq-component.adoc | 8 +++- .../camel/component/aws2/mq/MQ2Configuration.java | 27 ++++++++++++ .../camel/component/aws2/mq/MQ2Endpoint.java | 3 ++ .../aws2/mq/MQComponentConfigurationTest.java | 18 ++++++++ .../dsl/Aws2MqComponentBuilderFactory.java | 34 +++++++++++++++ .../endpoint/dsl/MQ2EndpointBuilderFactory.java | 49 ++++++++++++++++++++++ .../modules/ROOT/pages/aws2-mq-component.adoc | 8 +++- .../camel-yaml-dsl/src/main/docs/yaml-dsl.adoc | 4 +- 16 files changed, 196 insertions(+), 19 deletions(-)