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 64e3432  Regen
64e3432 is described below

commit 64e3432a9d38419ab254b0dd644f398e50be60e7
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Jul 8 08:52:40 2019 +0200

    Regen
---
 .../src/main/docs/rest-swagger-component.adoc                  |  2 +-
 components/readme.adoc                                         | 10 ++++------
 docs/components/modules/ROOT/pages/rest-swagger-component.adoc |  6 +++---
 3 files changed, 8 insertions(+), 10 deletions(-)

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 96d2b8f..0001a2e 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
@@ -171,7 +171,7 @@ The component supports 11 options, which are listed below.
 | *camel.component.rest-swagger.host* | Scheme hostname and port to direct the 
HTTP requests to in the form of https://hostname:port. Can be configured at the 
endpoint, component or in the correspoding REST configuration in the Camel 
Context. If you give this component a name (e.g. petstore) that REST 
configuration is consulted first, rest-swagger next, and global configuration 
last. If set overrides any value found in the Swagger specification, 
RestConfiguration. Can be overridden in en [...]
 | *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 overridden 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.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.support.jsse.SSLContextParameters type. |  | String
 | *camel.component.rest-swagger.use-global-ssl-context-parameters* | Enable 
usage of global SSL context parameters. | false | Boolean
 |===
diff --git a/components/readme.adoc b/components/readme.adoc
index 46a0527..037831b 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1007,7 +1007,7 @@ Number of Data Formats: 45 in 37 JAR artifacts (0 
deprecated)
 ==== Expression Languages
 
 // languages: START
-Number of Languages: 16 in 10 JAR artifacts (0 deprecated)
+Number of Languages: 17 in 11 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -1041,6 +1041,8 @@ Number of Languages: 16 in 10 JAR artifacts (0 deprecated)
 
 | link:camel-base/src/main/docs/tokenize-language.adoc[Tokenize] (camel-base) 
| 2.0 | To use Camel message body or header with a tokenizer in Camel 
expressions or predicates.
 
+| link:camel-jaxp/src/main/docs/xtokenize-language.adoc[XML Tokenize] 
(camel-jaxp) | 2.14 | To use Camel message body or header with a XML tokenizer 
in Camel expressions or predicates.
+
 | link:camel-xpath/src/main/docs/xpath-language.adoc[XPath] (camel-xpath) | 
1.1 | To use XPath (XML) in Camel expressions or predicates.
 
 | link:camel-saxon/src/main/docs/xquery-language.adoc[XQuery] (camel-saxon) | 
1.0 | To use XQuery (XML) in Camel expressions or predicates.
@@ -1051,7 +1053,7 @@ Number of Languages: 16 in 10 JAR artifacts (0 deprecated)
 ==== Miscellaneous Components
 
 // others: START
-Number of Miscellaneous Components: 34 in 34 JAR artifacts (0 deprecated)
+Number of Miscellaneous Components: 32 in 32 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -1065,8 +1067,6 @@ Number of Miscellaneous Components: 34 in 34 JAR 
artifacts (0 deprecated)
 
 | link:camel-hystrix/src/main/docs/hystrix.adoc[Hystrix] (camel-hystrix) | 
2.18 | Circuit Breaker EIP using Netflix Hystrix
 
-| link:camel-ignite/src/main/docs/ignite.adoc[Ignite] (camel-ignite) |  | 
Camel Ignite component
-
 | link:camel-jasypt/src/main/docs/jasypt.adoc[Jasypt] (camel-jasypt) | 2.5 | 
Security using Jasypt
 
 | link:camel-kura/src/main/docs/kura.adoc[Kura] (camel-kura) | 2.15 | Using 
Camel with Eclipse Kura (OSGi)
@@ -1079,8 +1079,6 @@ Number of Miscellaneous Components: 34 in 34 JAR 
artifacts (0 deprecated)
 
 | link:camel-opentracing/src/main/docs/opentracing.adoc[OpenTracing] 
(camel-opentracing) | 2.19 | Distributed tracing using OpenTracing
 
-| link:camel-pulsar/src/main/docs/pulsar.adoc[Pulsar] (camel-pulsar) |  | 
Camel Apache Pulsar Component
-
 | 
link:camel-reactive-executor-vertx/src/main/docs/reactive-executor-vertx.adoc[Reactive
 Executor Vertx] (camel-reactive-executor-vertx) | 3.0 | Reactive Executor for 
camel-core using Vert X
 
 | link:camel-reactor/src/main/docs/reactor.adoc[Reactor] (camel-reactor) | 
2.20 | Reactor based back-end for Camel's reactive streams component
diff --git a/docs/components/modules/ROOT/pages/rest-swagger-component.adoc 
b/docs/components/modules/ROOT/pages/rest-swagger-component.adoc
index df9af59..0001a2e 100644
--- a/docs/components/modules/ROOT/pages/rest-swagger-component.adoc
+++ b/docs/components/modules/ROOT/pages/rest-swagger-component.adoc
@@ -96,7 +96,7 @@ The REST Swagger component supports 10 options, which are 
listed below.
 | *consumes* (producer) | What payload type this component capable of 
consuming. Could be one type, like application/json or multiple types as 
application/json, application/xml; q=0.5 according to the RFC7231. This equates 
to the value of Accept HTTP header. If set overrides any value found in the 
Swagger specification. Can be overridden in endpoint configuration |  | String
 | *host* (producer) | Scheme hostname and port to direct the HTTP requests to 
in the form of https://hostname:port. Can be configured at the endpoint, 
component or in the correspoding REST configuration in the Camel Context. If 
you give this component a name (e.g. petstore) that REST configuration is 
consulted first, rest-swagger next, and global configuration last. If set 
overrides any value found in the Swagger specification, RestConfiguration. Can 
be overridden in endpoint configurati [...]
 | *produces* (producer) | 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 overridden in endpoint configuration. |  | String
-| *specificationUri* (producer) | 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 be overridden in e [...]
+| *specificationUri* (producer) | 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 be overridden in en [...]
 | *sslContextParameters* (security) | Customize TLS parameters used by the 
component. If not set defaults to the TLS parameters set in the Camel context | 
 | SSLContextParameters
 | *useGlobalSslContext Parameters* (security) | Enable usage of global SSL 
context parameters. | false | boolean
 | *resolveProperty Placeholders* (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
@@ -119,7 +119,7 @@ with the following path and query parameters:
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *specificationUri* | Path to the Swagger specification file. The scheme, 
host base path are taken from this specification, but these can be overridden 
with properties on the component or endpoint level. If not given the component 
tries to load swagger.json resource from the classpath. 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. 
\http://api.example.com:8080). Overrides comp [...]
+| *specificationUri* | Path to the Swagger specification file. The scheme, 
host base path are taken from this specification, but these can be overridden 
with properties on the component or endpoint level. If not given the component 
tries to load swagger.json resource from the classpath. 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. 
http://api.example.com:8080). Overrides compo [...]
 | *operationId* | *Required* ID of the operation from the Swagger 
specification. |  | String
 |===
 
@@ -171,7 +171,7 @@ The component supports 11 options, which are listed below.
 | *camel.component.rest-swagger.host* | Scheme hostname and port to direct the 
HTTP requests to in the form of https://hostname:port. Can be configured at the 
endpoint, component or in the correspoding REST configuration in the Camel 
Context. If you give this component a name (e.g. petstore) that REST 
configuration is consulted first, rest-swagger next, and global configuration 
last. If set overrides any value found in the Swagger specification, 
RestConfiguration. Can be overridden in en [...]
 | *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 overridden 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.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.support.jsse.SSLContextParameters type. |  | String
 | *camel.component.rest-swagger.use-global-ssl-context-parameters* | Enable 
usage of global SSL context parameters. | false | Boolean
 |===

Reply via email to