You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/05 11:35:30 UTC

[camel] 06/06: CAMEL-13792 - Rename components to default names, Camel-rxjava2 to camel-rxjava - Regen

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 55ca107f2d003c4333f26a7988c6786ac16e3dbb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 5 13:28:59 2019 +0200

    CAMEL-13792 - Rename components to default names, Camel-rxjava2 to camel-rxjava - Regen
---
 docs/components/modules/ROOT/pages/rxjava.adoc | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/rxjava.adoc b/docs/components/modules/ROOT/pages/rxjava.adoc
new file mode 100644
index 0000000..daf3c5a
--- /dev/null
+++ b/docs/components/modules/ROOT/pages/rxjava.adoc
@@ -0,0 +1,20 @@
+= RxJava Component
+
+*Available as of Camel version 2.22*
+
+RxJava based back-end for Camel's reactive streams component.
+
+See more details in the camel-streams-component documentation.
+
+Maven users will need to add the following dependency to their `pom.xml`
+for this component:
+
+[source,xml]
+------------------------------------------------------------
+<dependency>
+    <groupId>org.apache.camel</groupId>
+    <artifactId>camel-rxjava</artifactId>
+    <version>x.x.x</version>
+    <!-- use the same version as your Camel core version -->
+</dependency>
+------------------------------------------------------------