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 1b54187  Updated component doc
1b54187 is described below

commit 1b54187b7a6bc168d412f15d9f15ce49cd15ff1e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Mar 10 10:17:44 2018 +0100

    Updated component doc
---
 .../java/org/apache/camel/component/xchange/XChangeEndpoint.java     | 5 ++++-
 components/readme.adoc                                               | 2 +-
 .../component/xchange/springboot/XChangeComponentConfiguration.java  | 3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-xchange/src/main/java/org/apache/camel/component/xchange/XChangeEndpoint.java
 
b/components/camel-xchange/src/main/java/org/apache/camel/component/xchange/XChangeEndpoint.java
index b906d1b..2d66abb 100644
--- 
a/components/camel-xchange/src/main/java/org/apache/camel/component/xchange/XChangeEndpoint.java
+++ 
b/components/camel-xchange/src/main/java/org/apache/camel/component/xchange/XChangeEndpoint.java
@@ -44,7 +44,10 @@ import 
org.knowm.xchange.service.marketdata.MarketDataService;
 import org.knowm.xchange.service.trade.params.TradeHistoryParams;
 import org.knowm.xchange.utils.Assert;
 
-@UriEndpoint(firstVersion = "2.21.0", scheme = "xchange", title = "XChange", 
syntax = "xchange:name", producerOnly = true, label = "blockchain")
+/**
+ * The camel-xchange component provide access to many bitcoin and altcoin 
exchanges for trading and accessing market data.
+ */
+@UriEndpoint(firstVersion = "2.21.0", scheme = "xchange", title = "XChange", 
syntax = "xchange:name", producerOnly = true, label = "bitcoin,blockchain")
 public class XChangeEndpoint extends DefaultEndpoint {
 
     @UriParam
diff --git a/components/readme.adoc b/components/readme.adoc
index d8bca1e..c849bf3 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -849,7 +849,7 @@ Number of Components: 291 in 199 JAR artifacts (19 
deprecated)
 `wordpress:operation` | 2.21 | Integrates Camel with Wordpress.
 
 | link:camel-xchange/src/main/docs/xchange-component.adoc[XChange] 
(camel-xchange) +
-`xchange:name` | 2.21 | Camel XChange support
+`xchange:name` | 2.21 | The camel-xchange component provide access to many 
bitcoin and altcoin exchanges for trading and accessing market data.
 
 | link:camel-xmlrpc/src/main/docs/xmlrpc-component.adoc[XML RPC] 
(camel-xmlrpc) +
 `xmlrpc:address` | 2.11 | The xmlrpc component is used for sending messages to 
a XML RPC service.
diff --git 
a/platforms/spring-boot/components-starter/camel-xchange-starter/src/main/java/org/apache/camel/component/xchange/springboot/XChangeComponentConfiguration.java
 
b/platforms/spring-boot/components-starter/camel-xchange-starter/src/main/java/org/apache/camel/component/xchange/springboot/XChangeComponentConfiguration.java
index 1cd59eb..09e58f8 100644
--- 
a/platforms/spring-boot/components-starter/camel-xchange-starter/src/main/java/org/apache/camel/component/xchange/springboot/XChangeComponentConfiguration.java
+++ 
b/platforms/spring-boot/components-starter/camel-xchange-starter/src/main/java/org/apache/camel/component/xchange/springboot/XChangeComponentConfiguration.java
@@ -21,7 +21,8 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Camel XChange support
+ * The camel-xchange component provide access to many bitcoin and altcoin
+ * exchanges for trading and accessing market data.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */

-- 
To stop receiving notification emails like this one, please contact
davscl...@apache.org.

Reply via email to