This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 38c608fc2ab0449801b23e7eb5f0431d3a938f77 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Dec 17 15:23:05 2018 +0100 Regen --- components/camel-jetty9/src/main/docs/jetty-component.adoc | 2 +- components/camel-script/src/main/docs/javaScript-language.adoc | 4 +++- components/readme.adoc | 2 +- docs/components/modules/ROOT/nav.adoc | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/components/camel-jetty9/src/main/docs/jetty-component.adoc b/components/camel-jetty9/src/main/docs/jetty-component.adoc index 5e993f2..8530b17 100644 --- a/components/camel-jetty9/src/main/docs/jetty-component.adoc +++ b/components/camel-jetty9/src/main/docs/jetty-component.adoc @@ -218,7 +218,7 @@ The component supports 34 options, which are listed below. | *camel.component.jetty.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.jetty.response-buffer-size* | Allows to configure a custom value of the response buffer size on the Jetty connectors. | | Integer | *camel.component.jetty.response-header-size* | Allows to configure a custom value of the response header size on the Jetty connectors. | | Integer -| *camel.component.jetty.send-server-version* | If the option is true, jetty server will send the date header to the client which sends the request. NOTE please make sure there is no any other camel-jetty endpoint is share the same port, otherwise this option may not work as expected. | true | Boolean +| *camel.component.jetty.send-server-version* | If the option is true, jetty will send the server header with the jetty version information to the client which sends the request. NOTE please make sure there is no any other camel-jetty endpoint is share the same port, otherwise this option may not work as expected. | true | Boolean | *camel.component.jetty.socket-connector-properties* | A map which contains general HTTP connector properties. Uses the same principle as sslSocketConnectorProperties. The option is a java.util.Map<java.lang.String,java.lang.Object> type. | | String | *camel.component.jetty.socket-connectors* | A map which contains per port number specific HTTP connectors. Uses the same principle as sslSocketConnectors. The option is a java.util.Map<java.lang.Integer,org.eclipse.jetty.server.Connector> type. | | String | *camel.component.jetty.ssl-context-parameters* | To configure security using SSLContextParameters. The option is a org.apache.camel.support.jsse.SSLContextParameters type. | | String diff --git a/components/camel-script/src/main/docs/javaScript-language.adoc b/components/camel-script/src/main/docs/javaScript-language.adoc index fbf90f6..4192638 100644 --- a/components/camel-script/src/main/docs/javaScript-language.adoc +++ b/components/camel-script/src/main/docs/javaScript-language.adoc @@ -1,6 +1,8 @@ +[[javaScript-language]] == JavaScript Language (deprecated) *Available as of Camel version 1.0* + *Available as of Camel version 1.0* @@ -195,4 +197,4 @@ the download page for the latest versions). <artifactId>camel-script</artifactId> <version>x.x.x</version> </dependency> ---------------------------------------- +--------------------------------------- \ No newline at end of file diff --git a/components/readme.adoc b/components/readme.adoc index 8b48140..ba56c00 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -986,7 +986,7 @@ Expression Languages ^^^^^^^^^^^^^^^^^^^^ // languages: START -Number of Languages: 18 in 9 JAR artifacts (0 deprecated) +Number of Languages: 18 in 9 JAR artifacts (1 deprecated) [width="100%",cols="4,1,5",options="header"] |=== diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc index 5004391..bc0fb29 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -36,8 +36,8 @@ * xref:azure-blob-component.adoc[Azure Storage Blob Service Component] * xref:azure-queue-component.adoc[Azure Storage Queue Service Component] * xref:azure.adoc[Camel Components for Windows Azure Services] -* xref:barcode-dataformat.adoc[Barcode DataFormat] * xref:base64-dataformat.adoc[Base64 DataFormat] +* xref:barcode-dataformat.adoc[Barcode DataFormat] * xref:bean-validator-component.adoc[Bean Validator Component] * xref:beanio-dataformat.adoc[BeanIO DataFormat] * xref:beanstalk-component.adoc[Beanstalk Component] @@ -253,7 +253,7 @@ * xref:xquery-component.adoc[XQuery Component] * xref:xquery-language.adoc[XQuery Language] * xref:schematron-component.adoc[Schematron Component] -* xref:javaScript-language.adoc[JavaScript Language] +* xref:javaScript-language.adoc[JavaScript Language (deprecated)] * xref:php-language.adoc[PHP Language (deprecated)] * xref:python-language.adoc[Python Language (deprecated)] * xref:ruby-language.adoc[Ruby Language (deprecated)]