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 fad1a94 Polished docs fad1a94 is described below commit fad1a9423312ae4024b4c43f64510df3ffb626be Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Mar 6 13:43:36 2018 +0100 Polished docs --- components/camel-websocket/pom.xml | 2 +- .../java/org/apache/camel/component/websocket/WebsocketEndpoint.java | 2 +- components/readme.adoc | 2 +- .../websocket/springboot/WebsocketComponentConfiguration.java | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/camel-websocket/pom.xml b/components/camel-websocket/pom.xml index 76b30cc..6138621 100644 --- a/components/camel-websocket/pom.xml +++ b/components/camel-websocket/pom.xml @@ -31,7 +31,7 @@ <artifactId>camel-websocket</artifactId> <packaging>jar</packaging> <name>Camel :: WebSocket</name> - <description>Camel WebSocket</description> + <description>Camel WebSocket using Jetty</description> <properties> <camel.osgi.export.pkg> diff --git a/components/camel-websocket/src/main/java/org/apache/camel/component/websocket/WebsocketEndpoint.java b/components/camel-websocket/src/main/java/org/apache/camel/component/websocket/WebsocketEndpoint.java index cdd4cbf..374512b 100644 --- a/components/camel-websocket/src/main/java/org/apache/camel/component/websocket/WebsocketEndpoint.java +++ b/components/camel-websocket/src/main/java/org/apache/camel/component/websocket/WebsocketEndpoint.java @@ -34,7 +34,7 @@ import org.apache.camel.util.jsse.SSLContextParameters; import org.eclipse.jetty.server.Handler; /** - * The websocket component provides websocket endpoints for communicating with clients using websocket. + * The websocket component provides websocket endpoints with Jetty for communicating with clients using websocket. * * This component uses Jetty as the websocket implementation. */ diff --git a/components/readme.adoc b/components/readme.adoc index af4e1dc..8f2a5c2 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -426,7 +426,7 @@ Number of Components: 291 in 199 JAR artifacts (19 deprecated) `jetty:httpUri` | 1.2 | The jetty component provides HTTP-based endpoints for consuming and producing HTTP requests. | link:camel-websocket/src/main/docs/websocket-component.adoc[Jetty Websocket] (camel-websocket) + -`websocket:host:port/resourceUri` | 2.10 | The websocket component provides websocket endpoints for communicating with clients using websocket. +`websocket:host:port/resourceUri` | 2.10 | The websocket component provides websocket endpoints with Jetty for communicating with clients using websocket. | link:camel-jgroups/src/main/docs/jgroups-component.adoc[JGroups] (camel-jgroups) + `jgroups:clusterName` | 2.13 | The jgroups component provides exchange of messages between Camel and JGroups clusters. diff --git a/platforms/spring-boot/components-starter/camel-websocket-starter/src/main/java/org/apache/camel/component/websocket/springboot/WebsocketComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-websocket-starter/src/main/java/org/apache/camel/component/websocket/springboot/WebsocketComponentConfiguration.java index 165e9aa..a8cc7cf 100644 --- a/platforms/spring-boot/components-starter/camel-websocket-starter/src/main/java/org/apache/camel/component/websocket/springboot/WebsocketComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-websocket-starter/src/main/java/org/apache/camel/component/websocket/springboot/WebsocketComponentConfiguration.java @@ -26,8 +26,8 @@ import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.NestedConfigurationProperty; /** - * The websocket component provides websocket endpoints for communicating with - * clients using websocket. + * The websocket component provides websocket endpoints with Jetty for + * communicating with clients using websocket. * * Generated by camel-package-maven-plugin - do not edit this file! */ -- To stop receiving notification emails like this one, please contact davscl...@apache.org.