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-spring-boot.git
commit ad24713cf9e73a3f636075d53fa913a467e01624 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Feb 15 11:08:25 2020 +0100 Regen --- docs/modules/ROOT/pages/list.adoc | 5 ++++- docs/modules/ROOT/pages/lucene-starter.adoc | 6 +----- docs/modules/ROOT/pages/nagios-starter.adoc | 4 +--- docs/modules/ROOT/pages/netty-http-starter.adoc | 15 +++++++-------- docs/modules/ROOT/pages/netty-starter.adoc | 4 +--- 5 files changed, 14 insertions(+), 20 deletions(-) diff --git a/docs/modules/ROOT/pages/list.adoc b/docs/modules/ROOT/pages/list.adoc index 02fa33c..0a5645f 100644 --- a/docs/modules/ROOT/pages/list.adoc +++ b/docs/modules/ROOT/pages/list.adoc @@ -5,7 +5,7 @@ Apache Camel Spring Boot supports the following Camel artifacts as Spring Boot S == Camel Components // components: START -Number of Camel components: 321 in 255 JAR artifacts (1 deprecated) +Number of Camel components: 322 in 256 JAR artifacts (1 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -95,6 +95,9 @@ Number of Camel components: 321 in 255 JAR artifacts (1 deprecated) | link:https://camel.apache.org/components/latest/aws2-ses-component.html[AWS 2 Simple Email Service] (camel-aws2-ses-starter) + `aws2-ses:from` | 3.1 | The aws2-ses component is used for sending emails with Amazon's SES service. +| link:https://camel.apache.org/components/latest/aws2-sns-component.html[AWS 2 Simple Notification System] (camel-aws2-sns-starter) + +`aws2-sns:topicNameOrArn` | 3.1 | The aws2-sns component is used for sending messages to an Amazon Simple Notification Topic. + | link:https://camel.apache.org/components/latest/aws2-translate-component.html[AWS 2 Translate] (camel-aws2-translate-starter) + `aws2-translate:label` | 3.1 | The aws2-translate component is used for managing Amazon Translate diff --git a/docs/modules/ROOT/pages/lucene-starter.adoc b/docs/modules/ROOT/pages/lucene-starter.adoc index 8742a13..66f9ca5 100644 --- a/docs/modules/ROOT/pages/lucene-starter.adoc +++ b/docs/modules/ROOT/pages/lucene-starter.adoc @@ -17,7 +17,7 @@ When using lucene with Spring Boot make sure to use the following Maven dependen ---- -The component supports 12 options, which are listed below. +The component supports 9 options, which are listed below. @@ -26,16 +26,12 @@ The component supports 12 options, which are listed below. | Name | Description | Default | Type | *camel.component.lucene.basic-property-binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | Boolean | *camel.component.lucene.config.analyzer* | An Analyzer builds TokenStreams, which analyze text. It thus represents a policy for extracting index terms from text. The value for analyzer can be any class that extends the abstract class org.apache.lucene.analysis.Analyzer. Lucene also offers a rich set of analyzers out of the box | | Analyzer -| *camel.component.lucene.config.authority* | | | String | *camel.component.lucene.config.host* | The URL to the lucene server | | String | *camel.component.lucene.config.index-dir* | A file system directory in which index files are created upon analysis of the document by the specified analyzer | | File -| *camel.component.lucene.config.lucene-version* | | | Version | *camel.component.lucene.config.max-hits* | An integer value that limits the result set of the search operation | | Integer | *camel.component.lucene.config.operation* | Operation to do such as insert or query. | | LuceneOperation | *camel.component.lucene.config.src-dir* | An optional directory containing files to be used to be analyzed and added to the index at producer startup. | | File -| *camel.component.lucene.config.uri* | | | URI | *camel.component.lucene.enabled* | Whether to enable auto configuration of the lucene component. This is enabled by default. | | Boolean | *camel.component.lucene.lazy-start-producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed the [...] |=== - // spring-boot-auto-configure options: END diff --git a/docs/modules/ROOT/pages/nagios-starter.adoc b/docs/modules/ROOT/pages/nagios-starter.adoc index 965595c..b8fc0c9 100644 --- a/docs/modules/ROOT/pages/nagios-starter.adoc +++ b/docs/modules/ROOT/pages/nagios-starter.adoc @@ -17,7 +17,7 @@ When using nagios with Spring Boot make sure to use the following Maven dependen ---- -The component supports 10 options, which are listed below. +The component supports 9 options, which are listed below. @@ -28,12 +28,10 @@ The component supports 10 options, which are listed below. | *camel.component.nagios.configuration.connection-timeout* | Connection timeout in millis. | 5000 | Integer | *camel.component.nagios.configuration.encryption* | To specify an encryption method. | | Encryption | *camel.component.nagios.configuration.host* | This is the address of the Nagios host where checks should be send. | | String -| *camel.component.nagios.configuration.nagios-settings* | | | NagiosSettings | *camel.component.nagios.configuration.password* | Password to be authenticated when sending checks to Nagios. | | String | *camel.component.nagios.configuration.port* | The port number of the host. | | Integer | *camel.component.nagios.configuration.timeout* | Sending timeout in millis. | 5000 | Integer | *camel.component.nagios.enabled* | Whether to enable auto configuration of the nagios component. This is enabled by default. | | Boolean | *camel.component.nagios.lazy-start-producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed the [...] |=== - // spring-boot-auto-configure options: END diff --git a/docs/modules/ROOT/pages/netty-http-starter.adoc b/docs/modules/ROOT/pages/netty-http-starter.adoc index 093a7de..1e2261f 100644 --- a/docs/modules/ROOT/pages/netty-http-starter.adoc +++ b/docs/modules/ROOT/pages/netty-http-starter.adoc @@ -17,7 +17,7 @@ When using netty-http with Spring Boot make sure to use the following Maven depe ---- -The component supports 36 options, which are listed below. +The component supports 35 options, which are listed below. @@ -51,13 +51,12 @@ The component supports 36 options, which are listed below. | *camel.component.netty-http.lazy-start-producer* | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed [...] | *camel.component.netty-http.maximum-pool-size* | Sets a maximum thread pool size for the netty consumer ordered thread pool. The default size is 2 x cpu_core plus 1. Setting this value to eg 10 will then use 10 threads unless 2 x cpu_core plus 1 is a higher value, which then will override and be used. For example if there are 8 cores, then the consumer thread pool will be 17. This thread pool is used to route messages received from Netty by Camel. We use a separate thread pool to ensur [...] | *camel.component.netty-http.netty-http-binding* | To use a custom org.apache.camel.component.netty.http.NettyHttpBinding for binding to/from Netty and Camel Message API. The option is a org.apache.camel.component.netty.http.NettyHttpBinding type. | | String -| *camel.component.netty-http.security-configuration.authenticate* | | | Boolean -| *camel.component.netty-http.security-configuration.constraint* | | | String -| *camel.component.netty-http.security-configuration.login-denied-logging-level* | | | LoggingLevel -| *camel.component.netty-http.security-configuration.realm* | | | String -| *camel.component.netty-http.security-configuration.role-class-name* | | | String -| *camel.component.netty-http.security-configuration.security-authenticator* | | | SecurityAuthenticator -| *camel.component.netty-http.security-configuration.security-constraint* | | | SecurityConstraint +| *camel.component.netty-http.security-configuration.authenticate* | Whether to enable authentication | | Boolean +| *camel.component.netty-http.security-configuration.constraint* | Security constraint. Currently only Basic is supported. | | String +| *camel.component.netty-http.security-configuration.login-denied-logging-level* | Sets a logging level to use for logging denied login attempts (incl stacktraces) | | LoggingLevel +| *camel.component.netty-http.security-configuration.realm* | Name of security realm | | String +| *camel.component.netty-http.security-configuration.security-authenticator* | Sets the SecurityAuthenticator to use for authenticating the HttpPrincipal. | | SecurityAuthenticator +| *camel.component.netty-http.security-configuration.security-constraint* | Sets a SecurityConstraint to use for checking if a web resource is restricted or not. By default this is null, which means all resources is restricted. | | SecurityConstraint | *camel.component.netty-http.ssl-context-parameters* | To configure security using SSLContextParameters. The option is a org.apache.camel.support.jsse.SSLContextParameters type. | | String | *camel.component.netty-http.use-global-ssl-context-parameters* | Enable usage of global SSL context parameters. | false | Boolean |=== diff --git a/docs/modules/ROOT/pages/netty-starter.adoc b/docs/modules/ROOT/pages/netty-starter.adoc index 71720f0..90a0d32 100644 --- a/docs/modules/ROOT/pages/netty-starter.adoc +++ b/docs/modules/ROOT/pages/netty-starter.adoc @@ -17,7 +17,7 @@ When using netty with Spring Boot make sure to use the following Maven dependenc ---- -The component supports 80 options, which are listed below. +The component supports 78 options, which are listed below. @@ -38,14 +38,12 @@ The component supports 80 options, which are listed below. | *camel.component.netty.configuration.client-mode* | If the clientMode is true, netty consumer will connect the address as a TCP client. | false | Boolean | *camel.component.netty.configuration.connect-timeout* | Time to wait for a socket connection to be available. Value is in milliseconds. | 10000 | Integer | *camel.component.netty.configuration.correlation-manager* | To use a custom correlation manager to manage how request and reply messages are mapped when using request/reply with the netty producer. This should only be used if you have a way to map requests together with replies such as if there is correlation ids in both the request and reply messages. This can be used if you want to multiplex concurrent messages on the same channel (aka connection) in netty. When doing this you must h [...] -| *camel.component.netty.configuration.decoder* | | | ChannelHandler | *camel.component.netty.configuration.decoder-max-line-length* | The max line length to use for the textline codec. | 1024 | Integer | *camel.component.netty.configuration.decoders* | A list of decoders to be used. You can use a String which have values separated by comma, and have the values be looked up in the Registry. Just remember to prefix the value with # so Camel knows it should lookup. | | List | *camel.component.netty.configuration.delimiter* | The delimiter to use for the textline codec. Possible values are LINE and NULL. | | TextLineDelimiter | *camel.component.netty.configuration.disconnect* | Whether or not to disconnect(close) from Netty Channel right after use. Can be used for both consumer and producer. | false | Boolean | *camel.component.netty.configuration.disconnect-on-no-reply* | If sync is enabled then this option dictates NettyConsumer if it should disconnect where there is no reply to send back. | true | Boolean | *camel.component.netty.configuration.enabled-protocols* | Which protocols to enable when using SSL | TLSv1,TLSv1.1,TLSv1.2 | String -| *camel.component.netty.configuration.encoder* | | | ChannelHandler | *camel.component.netty.configuration.encoders* | A list of encoders to be used. You can use a String which have values separated by comma, and have the values be looked up in the Registry. Just remember to prefix the value with # so Camel knows it should lookup. | | List | *camel.component.netty.configuration.encoding* | The encoding (a charset name) to use for the textline codec. If not provided, Camel will use the JVM default Charset. | | String | *camel.component.netty.configuration.host* | The hostname. For the consumer the hostname is localhost or 0.0.0.0. For the producer the hostname is the remote host to connect to | | String