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 eaa21ba Upgrade Hibernate Validator to version 6.1.3.Final
new a6ed48d CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-msk list
brokers
new f52bcf1 CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-msk create
broker
new 67a6e8e CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-msk delete
broker
new d52ee04 CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-msk
describe broker
new d640513 CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-msk fixed
CS
new f73d0fe CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-msk regen
new 7adfb70 CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-msk regen
website docs
new 59e7574 CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-msk add
test
new 8e97606 CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-msk add
spring test
The 9 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:
.../aws2/msk/MSK2ComponentConfigurer.java | 5 +
.../component/aws2/msk/MSK2EndpointConfigurer.java | 5 +
.../apache/camel/component/aws2/msk/aws2-msk.json | 2 +
.../src/main/docs/aws2-msk-component.adoc | 6 +-
.../component/aws2/msk/MSK2Configuration.java | 13 ++
.../camel/component/aws2/msk/MSK2Producer.java | 215 +++++++++++++--------
.../component/aws2/msk/MSKProducerSpringTest.java | 19 ++
.../camel/component/aws2/msk/MSKProducerTest.java | 20 ++
.../aws2/msk/MSKComponentSpringTest-context.xml | 6 +
.../dsl/Aws2MskComponentBuilderFactory.java | 13 ++
.../endpoint/dsl/MSK2EndpointBuilderFactory.java | 24 +++
.../modules/ROOT/pages/aws2-msk-component.adoc | 6 +-
12 files changed, 253 insertions(+), 81 deletions(-)