[camel] 07/07: Regen docs

2020-01-13 Thread acosentino
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 1098bb3b05cb5e63526c574fdcd4741bf8bdce57
Author: Andrea Cosentino 
AuthorDate: Mon Jan 13 09:12:28 2020 +0100

Regen docs
---
 docs/components/modules/ROOT/pages/file-component.adoc   | 12 ++--
 docs/components/modules/ROOT/pages/ftp-component.adoc|  6 +++---
 docs/components/modules/ROOT/pages/ignite.adoc   |  5 -
 .../components/modules/ROOT/pages/jacksonxml-dataformat.adoc |  5 -
 docs/components/modules/ROOT/pages/jasypt.adoc   |  6 --
 docs/components/modules/ROOT/pages/log-component.adoc|  6 +-
 6 files changed, 30 insertions(+), 10 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/file-component.adoc 
b/docs/components/modules/ROOT/pages/file-component.adoc
index 0b1d096..0156d64 100644
--- a/docs/components/modules/ROOT/pages/file-component.adoc
+++ b/docs/components/modules/ROOT/pages/file-component.adoc
@@ -209,8 +209,12 @@ Notice: The various read locks is not all suited to work 
in clustered mode, wher
 |===
 // endpoint options: END
 
+[TIP]
+
+*Default behavior for file producer* 
 
-TIP: *Default behavior for file producer* By default it will override any 
existing file, if one exist with the same name.
+By default it will override any existing file, if one exist with the same name.
+
 
 // spring-boot-auto-configure options: START
 == Spring Boot Auto-Configuration
@@ -1028,11 +1032,15 @@ file:
 
 
 
-TIP: *URI options can reference beans using the # syntax*
+[TIP]
+
+*URI options can reference beans using the # syntax*
+
 In the Spring DSL route above notice that we can refer to beans in the
 Registry by prefixing the id with `#`. So writing
 `sorter=#mySorter`, will instruct Camel to go look in the
 Registry for a bean with the ID, `mySorter`.
+
 
 === Sorting using sortBy
 
diff --git a/docs/components/modules/ROOT/pages/ftp-component.adoc 
b/docs/components/modules/ROOT/pages/ftp-component.adoc
index d48e5eb..ec1bd77 100644
--- a/docs/components/modules/ROOT/pages/ftp-component.adoc
+++ b/docs/components/modules/ROOT/pages/ftp-component.adoc
@@ -449,13 +449,13 @@ as files then you need to route to a file endpoint such 
as:
 
from("ftp://some...@someserver.com?password=secret=/tmp;).to("file://inbox");
 
 
-[TIP, caption='Optimization by renaming work file']
-===
+[TIP]
+
 The route above is ultra efficient as it avoids reading the entire file 
content into memory.
 It will download the remote file directly to a local file stream.
 The `java.io.File` handle is then used as the Exchange body. The file producer 
leverages this fact and can work directly on the work file `java.io.File` 
handle and perform a `java.io.File.rename` to the target filename.
 As Camel knows it's a local work file, it can optimize and use a rename 
instead of a file copy, as the work file is meant to be deleted anyway.
-===
+
 
 == Stepwise changing directories
 
diff --git a/docs/components/modules/ROOT/pages/ignite.adoc 
b/docs/components/modules/ROOT/pages/ignite.adoc
index 5c1f5d0..7a045b0 100644
--- a/docs/components/modules/ROOT/pages/ignite.adoc
+++ b/docs/components/modules/ROOT/pages/ignite.adoc
@@ -96,7 +96,10 @@ Some Ignite operations can deal with multiple elements at 
once, if passed a Coll
 [[Ignite-OsgiSupport]]
 == OSGi Support
 
-TIP: Apache Ignite supports OSGi from version 1.5.0.final onwards.
+[TIP]
+
+Apache Ignite supports OSGi from version 1.5.0.final onwards.
+
 
 When installing on Apache Karaf:
 
diff --git a/docs/components/modules/ROOT/pages/jacksonxml-dataformat.adoc 
b/docs/components/modules/ROOT/pages/jacksonxml-dataformat.adoc
index 16de590..065a33a 100644
--- a/docs/components/modules/ROOT/pages/jacksonxml-dataformat.adoc
+++ b/docs/components/modules/ROOT/pages/jacksonxml-dataformat.adoc
@@ -10,9 +10,12 @@ 
https://github.com/FasterXML/jackson-dataformat-xml[XMLMapper extension]
 to unmarshal an XML payload into Java objects or to marshal Java objects
 into an XML payload.
 
-TIP: If you are familiar with Jackson, this XML data format behaves in the
+[TIP]
+
+If you are familiar with Jackson, this XML data format behaves in the
 same way as its JSON counterpart, and thus can be used with classes
 annotated for JSON serialization/deserialization.
+
 
 This extension also mimics
 
https://github.com/FasterXML/jackson-dataformat-xml/blob/master/README.md[JAXB's
diff --git a/docs/components/modules/ROOT/pages/jasypt.adoc 
b/docs/components/modules/ROOT/pages/jasypt.adoc
index b7a4df7..61d122b 100644
--- a/docs/components/modules/ROOT/pages/jasypt.adoc
+++ b/docs/components/modules/ROOT/pages/jasypt.adoc
@@ -101,8 +101,10 @@ The idea is then to use those encrypted values in your
 xref:properties-component.adoc[Properties] files. Notice how the password 
value is
 encrypted and 

[camel] 07/07: Regen docs

2020-01-12 Thread acosentino
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 810315652b8ce3058b059f330d716c1aa4e90412
Author: Andrea Cosentino 
AuthorDate: Sun Jan 12 17:20:35 2020 +0100

Regen docs
---
 docs/components/modules/ROOT/pages/direct-component.adoc | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/direct-component.adoc 
b/docs/components/modules/ROOT/pages/direct-component.adoc
index bd204c7..f1d7235 100644
--- a/docs/components/modules/ROOT/pages/direct-component.adoc
+++ b/docs/components/modules/ROOT/pages/direct-component.adoc
@@ -13,13 +13,21 @@ consumers when a producer sends a message exchange. +
  This endpoint can be used to connect existing routes in the *same*
 camel context.
 
-TIP: *Asynchronous*
+[TIP]
+
+*Asynchronous*
+
 The xref:seda-component.adoc[SEDA] component provides asynchronous invocation 
of
 any consumers when a producer sends a message exchange.
+
+
+[TIP]
+
+*Connection to other camel contexts*
 
-TIP: *Connection to other camel contexts*
 The xref:vm-component.adoc[VM] component provides connections between Camel
 contexts as long they run in the same *JVM*.
+
 
 == URI format
 



[camel] 07/07: Regen docs

2018-01-15 Thread acosentino
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 33b23c7ec9443977bdb12ed3c4c140b676ed
Author: Andrea Cosentino 
AuthorDate: Mon Jan 15 11:16:42 2018 +0100

Regen docs
---
 components/camel-aws/src/main/docs/aws-sns-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-aws/src/main/docs/aws-sns-component.adoc 
b/components/camel-aws/src/main/docs/aws-sns-component.adoc
index 9ed31c1..76235de 100644
--- a/components/camel-aws/src/main/docs/aws-sns-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-sns-component.adoc
@@ -69,7 +69,6 @@ with the following path and query parameters:
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *amazonSNSClient* (producer) | To use the AmazonSNS as the client |  | 
AmazonSNS
 | *amazonSNSEndpoint* (producer) | The region with which the AWS-SNS client 
wants to work with. |  | String
 | *headerFilterStrategy* (producer) | To use a custom HeaderFilterStrategy to 
map headers to/from Camel. |  | HeaderFilterStrategy
@@ -78,9 +77,10 @@ with the following path and query parameters:
 | *proxyHost* (producer) | To define a proxy host when instantiating the SNS 
client |  | String
 | *proxyPort* (producer) | To define a proxy port when instantiating the SNS 
client |  | Integer
 | *region* (producer) | The region in which SNS client needs to work |  | 
String
-| *secretKey* (producer) | Amazon AWS Secret Key |  | String
 | *subject* (producer) | The subject which is used if the message header 
'CamelAwsSnsSubject' is not present. |  | String
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+| *accessKey* (security) | Amazon AWS Access Key |  | String
+| *secretKey* (security) | Amazon AWS Secret Key |  | String
 |===
 // endpoint options: END
 

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" .