This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 f8564f1  Regen docs
f8564f1 is described below

commit f8564f1be1a416206182d4e89c8dbffd6e80c9a8
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Jan 12 09:14:52 2018 +0100

    Regen docs
---
 components/camel-ftp/src/main/docs/ftp-component.adoc  | 2 +-
 components/camel-ftp/src/main/docs/ftps-component.adoc | 2 +-
 components/camel-ftp/src/main/docs/sftp-component.adoc | 2 +-
 components/readme.adoc                                 | 6 +-----
 docs/user-manual/en/SUMMARY.md                         | 1 +
 5 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/components/camel-ftp/src/main/docs/ftp-component.adoc 
b/components/camel-ftp/src/main/docs/ftp-component.adoc
index fed7ccd..ac7aa46 100644
--- a/components/camel-ftp/src/main/docs/ftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftp-component.adoc
@@ -181,7 +181,7 @@ with the following path and query parameters:
 | *minDepth* (filter) | The minimum depth to start processing when recursively 
processing a directory. Using minDepth=1 means the base directory. Using 
minDepth=2 means the first sub directory. |  | int
 | *move* (filter) | Expression (such as Simple Language) used to dynamically 
set the filename when moving it after processing. To move files into a .done 
subdirectory just enter .done. |  | String
 | *exclusiveReadLockStrategy* (lock) | Pluggable read-lock as a 
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy 
implementation. |  | GenericFileExclusive ReadLockStrategy<T>
-| *readLock* (lock) | Used by consumer to only poll the files if it has 
exclusive read-lock on the file (i.e. the file is not in-progress or being 
written). Camel will wait until the file lock is granted. This option provides 
the build in strategies: none - No read lock is in use markerFile - Camel 
creates a marker file (fileName.camelLock) and then holds a lock on it. This 
option is not available for the FTP component changed - Changed is using file 
length/modification timestamp to dete [...]
+| *readLock* (lock) | Used by consumer to only poll the files if it has 
exclusive read-lock on the file (i.e. the file is not in-progress or being 
written). Camel will wait until the file lock is granted. This option provides 
the build in strategies: none - No read lock is in use markerFile - Camel 
creates a marker file (fileName.camelLock) and then holds a lock on it. This 
option is not available for the FTP component changed - Changed is using file 
length/modification timestamp to dete [...]
 | *readLockCheckInterval* (lock) | Interval in millis for the read-lock if 
supported by the read lock. This interval is used for sleeping between attempts 
to acquire the read lock. For example when using the changed read lock you can 
set a higher interval period to cater for slow writes. The default of 1 sec. 
may be too fast if the producer is very slow writing the file. Notice: For FTP 
the default readLockCheckInterval is 5000. The readLockTimeout value must be 
higher than readLockCheck [...]
 | *readLockDeleteOrphanLock Files* (lock) | Whether or not read lock with 
marker files should upon startup delete any orphan read lock files which may 
have been left on the file system if Camel was not properly shutdown (such as a 
JVM crash). If turning this option to false then any orphaned lock file will 
cause Camel to not attempt to pickup that file this could also be due another 
node is concurrently reading files from the same shared directory. | true | 
boolean
 | *readLockLoggingLevel* (lock) | Logging level used when a read lock could 
not be acquired. By default a WARN is logged. You can change this level for 
example to OFF to not have any logging. This option is only applicable for 
readLock of types: changed fileLock idempotent idempotent-changed 
idempotent-rename rename. | DEBUG | LoggingLevel
diff --git a/components/camel-ftp/src/main/docs/ftps-component.adoc 
b/components/camel-ftp/src/main/docs/ftps-component.adoc
index 2640dc9..af5f14c 100644
--- a/components/camel-ftp/src/main/docs/ftps-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftps-component.adoc
@@ -141,7 +141,7 @@ with the following path and query parameters:
 | *minDepth* (filter) | The minimum depth to start processing when recursively 
processing a directory. Using minDepth=1 means the base directory. Using 
minDepth=2 means the first sub directory. |  | int
 | *move* (filter) | Expression (such as Simple Language) used to dynamically 
set the filename when moving it after processing. To move files into a .done 
subdirectory just enter .done. |  | String
 | *exclusiveReadLockStrategy* (lock) | Pluggable read-lock as a 
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy 
implementation. |  | GenericFileExclusive ReadLockStrategy<T>
-| *readLock* (lock) | Used by consumer to only poll the files if it has 
exclusive read-lock on the file (i.e. the file is not in-progress or being 
written). Camel will wait until the file lock is granted. This option provides 
the build in strategies: none - No read lock is in use markerFile - Camel 
creates a marker file (fileName.camelLock) and then holds a lock on it. This 
option is not available for the FTP component changed - Changed is using file 
length/modification timestamp to dete [...]
+| *readLock* (lock) | Used by consumer to only poll the files if it has 
exclusive read-lock on the file (i.e. the file is not in-progress or being 
written). Camel will wait until the file lock is granted. This option provides 
the build in strategies: none - No read lock is in use markerFile - Camel 
creates a marker file (fileName.camelLock) and then holds a lock on it. This 
option is not available for the FTP component changed - Changed is using file 
length/modification timestamp to dete [...]
 | *readLockCheckInterval* (lock) | Interval in millis for the read-lock if 
supported by the read lock. This interval is used for sleeping between attempts 
to acquire the read lock. For example when using the changed read lock you can 
set a higher interval period to cater for slow writes. The default of 1 sec. 
may be too fast if the producer is very slow writing the file. Notice: For FTP 
the default readLockCheckInterval is 5000. The readLockTimeout value must be 
higher than readLockCheck [...]
 | *readLockDeleteOrphanLock Files* (lock) | Whether or not read lock with 
marker files should upon startup delete any orphan read lock files which may 
have been left on the file system if Camel was not properly shutdown (such as a 
JVM crash). If turning this option to false then any orphaned lock file will 
cause Camel to not attempt to pickup that file this could also be due another 
node is concurrently reading files from the same shared directory. | true | 
boolean
 | *readLockLoggingLevel* (lock) | Logging level used when a read lock could 
not be acquired. By default a WARN is logged. You can change this level for 
example to OFF to not have any logging. This option is only applicable for 
readLock of types: changed fileLock idempotent idempotent-changed 
idempotent-rename rename. | DEBUG | LoggingLevel
diff --git a/components/camel-ftp/src/main/docs/sftp-component.adoc 
b/components/camel-ftp/src/main/docs/sftp-component.adoc
index 83d1bd4..09a8db3 100644
--- a/components/camel-ftp/src/main/docs/sftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/sftp-component.adoc
@@ -124,7 +124,7 @@ with the following path and query parameters:
 | *minDepth* (filter) | The minimum depth to start processing when recursively 
processing a directory. Using minDepth=1 means the base directory. Using 
minDepth=2 means the first sub directory. |  | int
 | *move* (filter) | Expression (such as Simple Language) used to dynamically 
set the filename when moving it after processing. To move files into a .done 
subdirectory just enter .done. |  | String
 | *exclusiveReadLockStrategy* (lock) | Pluggable read-lock as a 
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy 
implementation. |  | GenericFileExclusive ReadLockStrategy<T>
-| *readLock* (lock) | Used by consumer to only poll the files if it has 
exclusive read-lock on the file (i.e. the file is not in-progress or being 
written). Camel will wait until the file lock is granted. This option provides 
the build in strategies: none - No read lock is in use markerFile - Camel 
creates a marker file (fileName.camelLock) and then holds a lock on it. This 
option is not available for the FTP component changed - Changed is using file 
length/modification timestamp to dete [...]
+| *readLock* (lock) | Used by consumer to only poll the files if it has 
exclusive read-lock on the file (i.e. the file is not in-progress or being 
written). Camel will wait until the file lock is granted. This option provides 
the build in strategies: none - No read lock is in use markerFile - Camel 
creates a marker file (fileName.camelLock) and then holds a lock on it. This 
option is not available for the FTP component changed - Changed is using file 
length/modification timestamp to dete [...]
 | *readLockCheckInterval* (lock) | Interval in millis for the read-lock if 
supported by the read lock. This interval is used for sleeping between attempts 
to acquire the read lock. For example when using the changed read lock you can 
set a higher interval period to cater for slow writes. The default of 1 sec. 
may be too fast if the producer is very slow writing the file. Notice: For FTP 
the default readLockCheckInterval is 5000. The readLockTimeout value must be 
higher than readLockCheck [...]
 | *readLockDeleteOrphanLock Files* (lock) | Whether or not read lock with 
marker files should upon startup delete any orphan read lock files which may 
have been left on the file system if Camel was not properly shutdown (such as a 
JVM crash). If turning this option to false then any orphaned lock file will 
cause Camel to not attempt to pickup that file this could also be due another 
node is concurrently reading files from the same shared directory. | true | 
boolean
 | *readLockLoggingLevel* (lock) | Logging level used when a read lock could 
not be acquired. By default a WARN is logged. You can change this level for 
example to OFF to not have any logging. This option is only applicable for 
readLock of types: changed fileLock idempotent idempotent-changed 
idempotent-rename rename. | DEBUG | LoggingLevel
diff --git a/components/readme.adoc b/components/readme.adoc
index 8847e47..28a6f86 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1050,7 +1050,7 @@ Miscellaneous Components
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
 // others: START
-Number of Miscellaneous Components: 41 in 41 JAR artifacts (14 deprecated)
+Number of Miscellaneous Components: 39 in 39 JAR artifacts (13 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -1104,14 +1104,10 @@ Number of Miscellaneous Components: 41 in 41 JAR 
artifacts (14 deprecated)
 
 | link:camel-spring-boot/src/main/docs/spring-boot.adoc[Spring Boot] 
(camel-spring-boot) | 2.15 | Using Camel with Spring Boot
 
-| link:camel-spring-boot2/src/main/docs/spring-boot2.adoc[Spring Boot2] 
(camel-spring-boot2) | 2.20 | Using Camel with Spring Boot 2 (work in progress)
-
 | link:camel-spring-cloud/src/main/docs/spring-cloud.adoc[Spring Cloud] 
(camel-spring-cloud) | 2.19 | Camel Cloud integration with Spring Cloud
 
 | 
link:camel-spring-cloud-netflix/src/main/docs/spring-cloud-netflix.adoc[Spring 
Cloud Netflix] (camel-spring-cloud-netflix) | 2.19 | Camel Cloud integration 
with Spring Cloud Netflix
 
-| link:camel-spring-dm/src/main/docs/spring-dm.adoc[Spring DM] 
(camel-spring-dm) | 2.18 | *deprecated* Camel SpringDM (OSGi) XML DSL
-
 | link:camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc[Spring 
Java Configuration] (camel-spring-javaconfig) | 2.0 | Using Camel with Spring 
Java Configuration
 
 | link:camel-spring-security/src/main/docs/spring-security.adoc[Spring 
Security] (camel-spring-security) | 2.3 | Security using Spring Security
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index ddec6de..2ca2827 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -149,6 +149,7 @@
        * [AWS Kinesis](aws-kinesis-component.adoc)
        * [AWS Kinesis Firehose](aws-kinesis-firehose-component.adoc)
        * [AWS Lambda](aws-lambda-component.adoc)
+       * [AWS MQ](aws-mq-component.adoc)
        * [AWS S3 Storage Service](aws-s3-component.adoc)
        * [AWS Simple Email Service](aws-ses-component.adoc)
        * [AWS Simple Notification System](aws-sns-component.adoc)

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <commits@camel.apache.org>'].

Reply via email to