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
commit 4b2e47bd21326376b427e4610aac84a276264c9b Author: Claus Ibsen <[email protected]> AuthorDate: Wed Jun 6 09:22:26 2018 +0200 Regen --- components/camel-web3j/src/main/docs/web3j-component.adoc | 9 ++++++--- .../java/org/apache/camel/component/web3j/Web3jEndpoint.java | 3 ++- components/readme.adoc | 11 ++++++----- docs/user-manual/en/SUMMARY.md | 4 ++-- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/components/camel-web3j/src/main/docs/web3j-component.adoc b/components/camel-web3j/src/main/docs/web3j-component.adoc index 91f87a7..a259d18 100644 --- a/components/camel-web3j/src/main/docs/web3j-component.adoc +++ b/components/camel-web3j/src/main/docs/web3j-component.adoc @@ -1,11 +1,14 @@ [[web3j-component]] -== Web3j client for Ethereum blockchain Component +== Web3j Ethereum Blockchain Component *Available as of Camel version 2.22* *Available as of Camel version 2.22* +*Available as of Camel version 2.22* + + The *Ethereum* blockchain component uses the https://github.com/web3j/web3j[web3j] client API and allows you to interact with Ethereum compatible nodes such as https://github.com/ethereum/go-ethereum/wiki/geth[Geth], https://github.com/paritytech/parity[Parity], https://github.com/jpmorganchase/quorum/wiki[Quorum], https://infura.io[Infura], etc. @@ -34,7 +37,7 @@ web3j://<local/remote host:port or local IPC path>[?options] // component options: START -The Web3j client for Ethereum blockchain component supports 2 options which are listed below. +The Web3j Ethereum Blockchain component supports 2 options which are listed below. @@ -48,7 +51,7 @@ The Web3j client for Ethereum blockchain component supports 2 options which are // endpoint options: START -The Web3j client for Ethereum blockchain endpoint is configured using URI syntax: +The Web3j Ethereum Blockchain endpoint is configured using URI syntax: ---- web3j:host:port diff --git a/components/camel-web3j/src/main/java/org/apache/camel/component/web3j/Web3jEndpoint.java b/components/camel-web3j/src/main/java/org/apache/camel/component/web3j/Web3jEndpoint.java index 1158c6b..83e2c0a 100644 --- a/components/camel-web3j/src/main/java/org/apache/camel/component/web3j/Web3jEndpoint.java +++ b/components/camel-web3j/src/main/java/org/apache/camel/component/web3j/Web3jEndpoint.java @@ -46,7 +46,8 @@ import org.web3j.protocol.ipc.WindowsIpcService; /** * The web3j component uses the Web3j client API and allows you to add/read nodes to/from a web3j compliant content repositories. */ -@UriEndpoint(firstVersion = "2.22.0", scheme = "web3j", title = "Web3j client for Ethereum blockchain", syntax = "web3j:host:port", consumerClass = Web3jConsumer.class, label = "blockchain, ethereum") +@UriEndpoint(firstVersion = "2.22.0", scheme = "web3j", title = "Web3j Ethereum Blockchain", syntax = "web3j:host:port", + consumerClass = Web3jConsumer.class, label = "bitcoin,blockchain") public class Web3jEndpoint extends DefaultEndpoint { private static final Logger LOG = LoggerFactory.getLogger(Web3jEndpoint.class); diff --git a/components/readme.adoc b/components/readme.adoc index a89bf4b..f9cc5bc 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -2,7 +2,7 @@ Components ^^^^^^^^^^ // components: START -Number of Components: 295 in 202 JAR artifacts (20 deprecated) +Number of Components: 296 in 203 JAR artifacts (20 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -26,6 +26,9 @@ Number of Components: 295 in 202 JAR artifacts (20 deprecated) | link:camel-apns/src/main/docs/apns-component.adoc[APNS] (camel-apns) + `apns:name` | 2.8 | For sending notifications to Apple iOS devices. +| link:camel-as2/camel-as2-component/src/main/docs/as2-component.adoc[AS2] (camel-as2) + +`as2:name` | | Represents a AS2 endpoint. + | link:camel-asterisk/src/main/docs/asterisk-component.adoc[Asterisk] (camel-asterisk) + `asterisk:name` | 2.18 | The asterisk component is used to interact with Asterisk PBX Server. @@ -854,7 +857,7 @@ 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 client for Ethereum blockchain] (camel-web3j) + +| link:camel-web3j/src/main/docs/web3j-component.adoc[Web3j 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) + @@ -1075,14 +1078,12 @@ Miscellaneous Components ^^^^^^^^^^^^^^^^^^^^^^^^ // others: START -Number of Miscellaneous Components: 45 in 45 JAR artifacts (13 deprecated) +Number of Miscellaneous Components: 44 in 44 JAR artifacts (13 deprecated) [width="100%",cols="4,1,5",options="header"] |=== | Component | Available From | Description -| link:camel-as2-parent/src/main/docs/as2-parent.adoc[As2 Parent] (camel-as2-parent) | | Camel AS2 parent - | link:camel-bam/src/main/docs/bam.adoc[BAM] (camel-bam) | 1.0 | *deprecated* Business Activity Monitoring | link:camel-blueprint/src/main/docs/blueprint.adoc[Blueprint] (camel-blueprint) | 2.4 | Using Camel with OSGi Blueprint diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index a5af955..2f6c592 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -129,6 +129,7 @@ * [Apache Flink](flink-component.adoc) * [Apache Spark](spark-component.adoc) * [APNS](apns-component.adoc) + * [AS2](as2-component.adoc) * [Asterisk](asterisk-component.adoc) * [Atmos](atmos-component.adoc) * [Atmosphere Websocket](atmosphere-websocket-component.adoc) @@ -380,7 +381,7 @@ * [Velocity](velocity-component.adoc) * [Vert.x](vertx-component.adoc) * [Weather](weather-component.adoc) - * [Web3j client for Ethereum blockchain](web3j-component.adoc) + * [Web3j Ethereum Blockchain](web3j-component.adoc) * [Wordpress](wordpress-component.adoc) * [XChange](xchange-component.adoc) * [XML RPC](xmlrpc-component.adoc) @@ -399,7 +400,6 @@ <!-- others: START --> * Miscellaneous Components - * [As2 Parent](as2-parent.adoc) * [BAM](bam.adoc) * [Blueprint](blueprint.adoc) * [CDI](cdi.adoc) -- To stop receiving notification emails like this one, please contact [email protected].
