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 32f3078 Regen 32f3078 is described below commit 32f30788928f1bc80648cf7aba7e34a9d4655143 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Apr 13 13:00:08 2019 +0200 Regen --- components/readme.adoc | 2 +- docs/components/modules/ROOT/pages/jetty-component.adoc | 3 +-- docs/components/modules/ROOT/pages/nsq-component.adoc | 2 +- docs/components/modules/ROOT/pages/undertow-component.adoc | 7 +++---- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/components/readme.adoc b/components/readme.adoc index 0262f5c..b4a23e5 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -608,7 +608,7 @@ Number of Components: 294 in 230 JAR artifacts (0 deprecated) `netty4-http:protocol:host:port/path` | 2.14 | Netty HTTP server and client using the Netty 4.x library. | link:camel-nsq/src/main/docs/nsq-component.adoc[NSQ] (camel-nsq) + -`nsq:lookupServer` | 2.23 | Represents a nsq endpoint. +`nsq:servers` | 2.23 | Represents a nsq endpoint. | link:camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc[Olingo2] (camel-olingo2) + `olingo2:apiName/methodName` | 2.14 | Communicates with OData 2.0 services using Apache Olingo. diff --git a/docs/components/modules/ROOT/pages/jetty-component.adoc b/docs/components/modules/ROOT/pages/jetty-component.adoc index d49900f..2924dc9 100644 --- a/docs/components/modules/ROOT/pages/jetty-component.adoc +++ b/docs/components/modules/ROOT/pages/jetty-component.adoc @@ -312,8 +312,7 @@ If you need to expose a Jetty endpoint on all network interfaces, the `0.0.0.0` address should be used. To listen across an entire URI prefix, see -link:how-do-i-let-jetty-match-wildcards.html[How do I let Jetty match -wildcards]. +link:../../../../../docs/user-manual/en/faq/how-do-i-let-jetty-match-wildcards.adoc[How do I let Jetty match wildcards]. If you actually want to expose routes by HTTP and already have a Servlet, you should instead refer to the diff --git a/docs/components/modules/ROOT/pages/nsq-component.adoc b/docs/components/modules/ROOT/pages/nsq-component.adoc index ff35433..73d9557 100644 --- a/docs/components/modules/ROOT/pages/nsq-component.adoc +++ b/docs/components/modules/ROOT/pages/nsq-component.adoc @@ -55,7 +55,7 @@ The NSQ component supports 2 options, which are listed below. The NSQ endpoint is configured using URI syntax: ---- -nsq:lookupServer +nsq:servers ---- with the following path and query parameters: diff --git a/docs/components/modules/ROOT/pages/undertow-component.adoc b/docs/components/modules/ROOT/pages/undertow-component.adoc index 060479e..24465df 100644 --- a/docs/components/modules/ROOT/pages/undertow-component.adoc +++ b/docs/components/modules/ROOT/pages/undertow-component.adoc @@ -215,14 +215,13 @@ When you specify `localhost` in a URL, Camel exposes the endpoint only on the local TCP/IP network interface, so it cannot be accessed from outside the machine it operates on. -If you need to expose a Jetty endpoint on a specific network interface, +If you need to expose an Undertow endpoint on a specific network interface, the numerical IP address of this interface should be used as the host. -If you need to expose a Jetty endpoint on all network interfaces, the +If you need to expose an Undertow endpoint on all network interfaces, the `0.0.0.0` address should be used. To listen across an entire URI prefix, see -link:how-do-i-let-jetty-match-wildcards.html[How do I let Jetty match -wildcards]. +link:../../../../../docs/user-manual/en/faq/how-do-i-let-jetty-match-wildcards.adoc[How do I let Jetty match wildcards]. If you actually want to expose routes by HTTP and already have a Servlet, you should instead refer to the