This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 1d60fff6fff442781f972b518c03a3a84e0dc053 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Feb 27 17:47:51 2020 +0100 CAMEL-14520 - Create an AWS-Kinesis component based on SDK v2, added notes about OSGi support --- .../camel-aws2-kinesis/src/main/docs/aws2-kinesis-component.adoc | 7 ++++++- .../src/main/docs/aws2-kinesis-firehose-component.adoc | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-component.adoc b/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-component.adoc index b167471..8260cb4 100644 --- a/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-component.adoc +++ b/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-component.adoc @@ -16,6 +16,11 @@ You must have a valid Amazon Web Services developer account, and be signed up to use Amazon Kinesis. More information are available at https://aws.amazon.com/kinesis/[AWS Kinesis] +[NOTE] +==== +The AWS2 Kinesis component is not supported in OSGI +==== + == URI Format [source,java] @@ -221,4 +226,4 @@ Maven users will need to add the following dependency to their pom.xml. where `$\{camel-version\}` must be replaced by the actual version of Camel. -include::camel-spring-boot::page$aws-kinesis-starter.adoc[] \ No newline at end of file +include::camel-spring-boot::page$aws-kinesis-starter.adoc[] diff --git a/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-firehose-component.adoc b/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-firehose-component.adoc index e746755..97d2b4e 100644 --- a/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-firehose-component.adoc +++ b/components/camel-aws2-kinesis/src/main/docs/aws2-kinesis-firehose-component.adoc @@ -15,6 +15,11 @@ You must have a valid Amazon Web Services developer account, and be signed up to use Amazon Kinesis Firehose. More information are available at https://aws.amazon.com/kinesis/firehose/[AWS Kinesis Firehose] +[NOTE] +==== +The AWS2 Kinesis Firehose component is not supported in OSGI +==== + == URI Format [source,java] @@ -161,4 +166,4 @@ Maven users will need to add the following dependency to their pom.xml. where `$\{camel-version\}` must be replaced by the actual version of Camel. -include::camel-spring-boot::page$aws-kinesis-starter.adoc[] \ No newline at end of file +include::camel-spring-boot::page$aws-kinesis-starter.adoc[]
