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 c106879 Camel-Package-Maven-Plugin: Fixed CS new 19e9b25 CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-mq list brokers new 141d8fd CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-mq create broker new 0626d3d CAMEL-14868 - Fixed build aws2-mq new 937cdbe CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-mq delete broker new 6af74dc CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-mq reboot broker new 8d45399 CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-mq update broker new 9b77739 CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-mq describe broker new 94eb3c5 CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-mq fixed CS new f1002c7 CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-mq regen new 2dafbed CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-mq regen docs website The 10 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: .../component/aws2/mq/MQ2ComponentConfigurer.java | 5 + .../component/aws2/mq/MQ2EndpointConfigurer.java | 5 + .../apache/camel/component/aws2/mq/aws2-mq.json | 2 + .../src/main/docs/aws2-mq-component.adoc | 6 +- .../camel/component/aws2/mq/MQ2Configuration.java | 13 + .../camel/component/aws2/mq/MQ2Producer.java | 353 +++++++++++++-------- .../dsl/Aws2MqComponentBuilderFactory.java | 13 + .../endpoint/dsl/MQ2EndpointBuilderFactory.java | 24 ++ .../modules/ROOT/pages/aws2-mq-component.adoc | 6 +- 9 files changed, 292 insertions(+), 135 deletions(-)