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 35f6504 Regen 35f6504 is described below commit 35f65042dcfd5fbc4c85cfcbf208a2222f194460 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jun 1 10:04:59 2018 +0200 Regen --- components/camel-web3j/src/main/docs/web3j-component.adoc | 3 ++- components/readme.adoc | 4 ++-- docs/user-manual/en/SUMMARY.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/components/camel-web3j/src/main/docs/web3j-component.adoc b/components/camel-web3j/src/main/docs/web3j-component.adoc index 5635dbd..5650536 100644 --- a/components/camel-web3j/src/main/docs/web3j-component.adoc +++ b/components/camel-web3j/src/main/docs/web3j-component.adoc @@ -1,3 +1,4 @@ +[[web3j-component]] == Web3j client for Ethereum blockchain Component *Available as of Camel version 2.22* @@ -94,4 +95,4 @@ with the following path and query parameters: | *value* (producer) | The value sent within a transaction. | | BigInteger | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean |=== -// endpoint options: END +// endpoint options: END \ No newline at end of file diff --git a/components/readme.adoc b/components/readme.adoc index 8d9bd00..6ae0f4d 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -854,8 +854,8 @@ Number of Components: 295 in 202 JAR artifacts (20 deprecated) | link:camel-weather/src/main/docs/weather-component.adoc[Weather] (camel-weather) + `weather:name` | 2.12 | Polls the weather information from Open Weather Map. -| link:camel-web3j/src/main/docs/web3j-component.adoc[web3j] (camel-web3j) + -`web3j:cmsUrl` | 2.22 | The web3j component uses the Web3j client API and allows you to add/read nodes to/from a web3j compliant content repositories. +| link:camel-web3j/src/main/docs/web3j-component.adoc[Web3j client for Ethereum blockchain] (camel-web3j) + +`web3j:host:port` | 2.22 | The web3j component uses the Web3j client API and allows you to add/read nodes to/from a web3j compliant content repositories. | link:camel-wordpress/src/main/docs/wordpress-component.adoc[Wordpress] (camel-wordpress) + `wordpress:operationDetail` | 2.21 | Integrates Camel with Wordpress. diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index 9aebcfb..f8ae49f 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -380,7 +380,7 @@ * [Velocity](velocity-component.adoc) * [Vert.x](vertx-component.adoc) * [Weather](weather-component.adoc) - * [web3j](web3j-component.adoc) + * [Web3j client for Ethereum blockchain](web3j-component.adoc) * [Wordpress](wordpress-component.adoc) * [XChange](xchange-component.adoc) * [XML RPC](xmlrpc-component.adoc) -- To stop receiving notification emails like this one, please contact davscl...@apache.org.