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
The following commit(s) were added to refs/heads/master by this push: new 93162c6 Regen 93162c6 is described below commit 93162c65f9c1571af23722a7835b29d38c837e3f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Dec 19 09:28:15 2019 +0100 Regen --- docs/components/modules/ROOT/nav.adoc | 1 + docs/components/modules/ROOT/pages/aws-translate-component.adoc | 4 +--- docs/components/modules/ROOT/pages/infinispan-component.adoc | 4 +++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc index ee5e565..fab718f 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -42,6 +42,7 @@ * xref:aws-sqs-component.adoc[AWS Simple Queue Service Component] * xref:aws-swf-component.adoc[AWS Simple Workflow Component] * xref:aws-translate-component.adoc[AWS Translate Component] +* xref:aws-translate-component.adoc[AWS Translate Component] * xref:aws-xray.adoc[AWS XRay Component] * xref:azure-blob-component.adoc[Azure Storage Blob Service Component] * xref:azure-queue-component.adoc[Azure Storage Queue Service Component] diff --git a/docs/components/modules/ROOT/pages/aws-translate-component.adoc b/docs/components/modules/ROOT/pages/aws-translate-component.adoc index 82505c6..9c667da 100644 --- a/docs/components/modules/ROOT/pages/aws-translate-component.adoc +++ b/docs/components/modules/ROOT/pages/aws-translate-component.adoc @@ -1,6 +1,6 @@ [[aws-translate-component]] = AWS Translate Component -:page-source: components/camel-aws-translate/src/main/docs/aws-translate-component.adoc +:page-source: components/camel-aws-translate/bin/src/main/docs/aws-translate-component.adoc *Since Camel 3.0* @@ -153,8 +153,6 @@ the https://aws.amazon.com/translate/[Amazon Translate] service. |`CamelAwsTranslateTargetLanguage` |`String` |The text target language -|`CamelAwsTranslateTerminologyNames` |`String` |The terminologies to use - |`CamelAwsTranslateOperation` |`String` |The operation to perform |======================================================================= diff --git a/docs/components/modules/ROOT/pages/infinispan-component.adoc b/docs/components/modules/ROOT/pages/infinispan-component.adoc index 6065960..66f4695 100644 --- a/docs/components/modules/ROOT/pages/infinispan-component.adoc +++ b/docs/components/modules/ROOT/pages/infinispan-component.adoc @@ -55,6 +55,8 @@ configured in the registry, or to a remote cache using the HotRod protocol. The consumer allows listening for events from local infinispan cache accessible from the registry. +If no cache configuration is provided, embedded cacheContainer is created directly in the component. + // component options: START The Infinispan component supports 5 options, which are listed below. @@ -461,7 +463,7 @@ from("direct:start") ---- -* Retrieve a specific key from a named cache: +* Put a key/value into a named cache: + [source,java] ----