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

zregvart 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 5d16769  Regen
5d16769 is described below

commit 5d16769fb7c12cd0105d2f30d99148bd087aa901
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Wed Aug 22 13:07:37 2018 +0200

    Regen
---
 components/camel-netty4-http/src/main/docs/netty4-http-component.adoc | 3 ++-
 components/camel-netty4/src/main/docs/netty4-component.adoc           | 3 ++-
 .../camel-rest-swagger/src/main/docs/rest-swagger-component.adoc      | 4 +++-
 components/camel-restlet/src/main/docs/restlet-component.adoc         | 3 ++-
 4 files changed, 9 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc 
b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
index 551c438..4d6b18c 100644
--- a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
+++ b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
@@ -217,7 +217,7 @@ with the following path and query parameters:
 === Spring Boot Auto-Configuration
 
 
-The component supports 32 options, which are listed below.
+The component supports 33 options, which are listed below.
 
 
 
@@ -255,6 +255,7 @@ The component supports 32 options, which are listed below.
 | *camel.component.netty4-http.security-configuration.role-class-name* |  |  | 
String
 | *camel.component.netty4-http.security-configuration.security-authenticator* 
| Sets the {@link SecurityAuthenticator} to use for authenticating the {@link 
HttpPrincipal} . |  | SecurityAuthenticator
 | *camel.component.netty4-http.security-configuration.security-constraint* | 
Sets a {@link SecurityConstraint} to use for checking if a web resource is 
restricted or not <p/> By default this is <tt>null</tt>, which means all 
resources is restricted. |  | SecurityConstraint
+| *camel.component.netty4-http.ssl-context-parameters* | To configure security 
using SSLContextParameters. The option is a 
org.apache.camel.util.jsse.SSLContextParameters type. |  | String
 | *camel.component.netty4-http.use-global-ssl-context-parameters* | Enable 
usage of global SSL context parameters. | false | Boolean
 |===
 // spring-boot-auto-configure options: END
diff --git a/components/camel-netty4/src/main/docs/netty4-component.adoc 
b/components/camel-netty4/src/main/docs/netty4-component.adoc
index ec349df..24f9252 100644
--- a/components/camel-netty4/src/main/docs/netty4-component.adoc
+++ b/components/camel-netty4/src/main/docs/netty4-component.adoc
@@ -172,7 +172,7 @@ with the following path and query parameters:
 === Spring Boot Auto-Configuration
 
 
-The component supports 77 options, which are listed below.
+The component supports 78 options, which are listed below.
 
 
 
@@ -255,6 +255,7 @@ The component supports 77 options, which are listed below.
 | *camel.component.netty4.executor-service* | To use the given 
EventExecutorGroup. The option is a io.netty.util.concurrent.EventExecutorGroup 
type. |  | String
 | *camel.component.netty4.maximum-pool-size* | The thread pool size for the 
EventExecutorGroup if its in use. The default value is 16. | 16 | Integer
 | *camel.component.netty4.resolve-property-placeholders* | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders. | true | 
Boolean
+| *camel.component.netty4.ssl-context-parameters* | To configure security 
using SSLContextParameters. The option is a 
org.apache.camel.util.jsse.SSLContextParameters type. |  | String
 | *camel.component.netty4.use-global-ssl-context-parameters* | Enable usage of 
global SSL context parameters. | false | Boolean
 |===
 // spring-boot-auto-configure options: END
diff --git 
a/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc 
b/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc
index b5a04e8..8e211a8 100644
--- a/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc
+++ b/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc
@@ -141,7 +141,7 @@ with the following path and query parameters:
 === Spring Boot Auto-Configuration
 
 
-The component supports 8 options, which are listed below.
+The component supports 10 options, which are listed below.
 
 
 
@@ -156,6 +156,8 @@ The component supports 8 options, which are listed below.
 | *camel.component.rest-swagger.produces* | What payload type this component 
is producing. For example application/json according to the RFC7231. This 
equates to the value of Content-Type HTTP header. If set overrides any value 
present in the Swagger specification. Can be overriden in endpoint 
configuration. |  | String
 | *camel.component.rest-swagger.resolve-property-placeholders* | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders. | true | 
Boolean
 | *camel.component.rest-swagger.specification-uri* | Path to the Swagger 
specification file. The scheme, host base path are taken from this 
specification, but these can be overriden with properties on the component or 
endpoint level. If not given the component tries to load swagger.json resource. 
Note that the host defined on the component and endpoint of this Component 
should contain the scheme, hostname and optionally the port in the URI syntax 
(i.e. https://api.example.com:8080). Can  [...]
+| *camel.component.rest-swagger.ssl-context-parameters* | Customize TLS 
parameters used by the component. If not set defaults to the TLS parameters set 
in the Camel context. The option is a 
org.apache.camel.util.jsse.SSLContextParameters type. |  | String
+| *camel.component.rest-swagger.use-global-ssl-context-parameters* | Enable 
usage of global SSL context parameters. | false | Boolean
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/components/camel-restlet/src/main/docs/restlet-component.adoc 
b/components/camel-restlet/src/main/docs/restlet-component.adoc
index 6e77886..f55a69c 100644
--- a/components/camel-restlet/src/main/docs/restlet-component.adoc
+++ b/components/camel-restlet/src/main/docs/restlet-component.adoc
@@ -151,7 +151,7 @@ with the following path and query parameters:
 === Spring Boot Auto-Configuration
 
 
-The component supports 23 options, which are listed below.
+The component supports 24 options, which are listed below.
 
 
 
@@ -177,6 +177,7 @@ The component supports 23 options, which are listed below.
 | *camel.component.restlet.port* | To configure the port number for the 
restlet consumer routes. This allows to configure this once to reuse the same 
port for these consumers. |  | Integer
 | *camel.component.restlet.resolve-property-placeholders* | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders. | true | 
Boolean
 | *camel.component.restlet.reuse-address* | Enable/disable the SO_REUSEADDR 
socket option. See java.io.ServerSocket#reuseAddress property for additional 
details. |  | Boolean
+| *camel.component.restlet.ssl-context-parameters* | To configure security 
using SSLContextParameters. The option is a 
org.apache.camel.util.jsse.SSLContextParameters type. |  | String
 | *camel.component.restlet.synchronous* | Whether to use synchronous Restlet 
Client for the producer. Setting this option to true can yield faster 
performance as it seems the Restlet synchronous Client works better. |  | 
Boolean
 | *camel.component.restlet.thread-max-idle-time-ms* | Time for an idle thread 
to wait for an operation before being collected. |  | Integer
 | *camel.component.restlet.use-forwarded-for-header* | Lookup the 
X-Forwarded-For header supported by popular proxies and caches and uses it to 
populate the Request.getClientAddresses() method result. This information is 
only safe for intermediary components within your local network. Other 
addresses could easily be changed by setting a fake header and should not be 
trusted for serious security checks. |  | Boolean

Reply via email to