MongoDB RX Driver

The MongoDB RX Driver

License

License

Categories

Categories

MongoDB Data Databases
GroupId

GroupId

org.mongodb
ArtifactId

ArtifactId

mongodb-driver-rx
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

MongoDB RX Driver
The MongoDB RX Driver
Project URL

Project URL

http://www.mongodb.org
Source Code Management

Source Code Management

https://github.com/mongodb/mongo-java-driver-rx

Download mongodb-driver-rx

How to add to project

<!-- https://jarcasting.com/artifacts/org.mongodb/mongodb-driver-rx/ -->
<dependency>
    <groupId>org.mongodb</groupId>
    <artifactId>mongodb-driver-rx</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mongodb/mongodb-driver-rx/
implementation 'org.mongodb:mongodb-driver-rx:1.5.0'
// https://jarcasting.com/artifacts/org.mongodb/mongodb-driver-rx/
implementation ("org.mongodb:mongodb-driver-rx:1.5.0")
'org.mongodb:mongodb-driver-rx:jar:1.5.0'
<dependency org="org.mongodb" name="mongodb-driver-rx" rev="1.5.0">
  <artifact name="mongodb-driver-rx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mongodb', module='mongodb-driver-rx', version='1.5.0')
)
libraryDependencies += "org.mongodb" % "mongodb-driver-rx" % "1.5.0"
[org.mongodb/mongodb-driver-rx "1.5.0"]

Dependencies

compile (3)

Group / Artifact Type Version
io.reactivex : rxjava jar 1.3.0
org.slf4j : slf4j-api Optional jar 1.7.6
org.mongodb : mongodb-driver-async jar 3.5.0

Project Modules

There are no modules declared in this project.

MongoDB RxJava Driver

EOL Notice

The MongoDB RxJava Driver is now officially end-of-life (EOL). No further developments, bugfixes, enhancements, javadoc changes, maintenance will be provided by this project.

Users are encouraged to migrate to the MongoDB Reactive Streams Java Driver.


An implementation of the MongoDB Driver providing support for ReactiveX (Reactive Extensions).

This project depends on the Mongo Java Driver Async Driver and RxJava.

[Build Status] (https://travis-ci.org/mongodb/mongo-java-driver-rx) | Build Status

Documentation

Documentation for all the main versions is available on http://mongodb.github.io/mongo-java-driver-rx

Support / Feedback

For issues with, questions about, or feedback for the MongoDB Java driver, please look into our support channels. Please do not email any of the Java driver developers directly with issues or questions - you're more likely to get an answer on the [mongodb-user] (http://groups.google.com/group/mongodb-user) list on Google Groups.

At a minimum, please include in your description the exact version of the driver that you are using. If you are having connectivity issues, it's often also useful to paste in the line of code where you construct the MongoClient instance, along with the values of all parameters that you pass to the constructor. You should also check your application logs for any connectivity-related exceptions and post those as well.

Bugs / Feature Requests

Think you’ve found a bug? Want to see a new feature in the Java driver? Please open a case in our issue management tool, JIRA:

Bug reports in JIRA for the driver and the Core Server (i.e. SERVER) project are public.

If you’ve identified a security vulnerability in a driver or any other MongoDB project, please report it according to the [instructions here] (http://docs.mongodb.org/manual/tutorial/create-a-vulnerability-report).

Versioning

Major increments (such as 1.x -> 2.x) will occur when break changes are being made to the public API. All methods and classes removed in a major release will have been deprecated in a prior release of the previous major release branch, and/or otherwise called out in the release notes.

Minor 1.x increments (such as 1.1, 1.2, etc) will occur when non-trivial new functionality is added or significant enhancements or bug fixes occur that may have behavioral changes that may affect some edge cases (such as dependence on behavior resulting from a bug). An example of an enhancement is a method or class added to support new functionality added to the MongoDB server. Minor releases will almost always be binary compatible with prior minor releases from the same major release branch, exept as noted below.

Patch 1.x.y increments (such as 1.0.0 -> 1.0.1, 1.1.1 -> 1.1.2, etc) will occur for bug fixes only and will always be binary compatible with prior patch releases of the same minor release branch.

@Beta

APIs marked with the @Beta annotation at the class or method level are subject to change. They can be modified in any way, or even removed, at any time. If your code is a library itself (i.e. it is used on the CLASSPATH of users outside your own control), you should not use beta APIs, unless you repackage them (e.g. by using shading, etc).

@Deprecated

APIs marked with the @Deprecated annotation at the class or method level will remain supported until the next major release but it is recommended to stop using them.

Binaries

Binaries and dependency information for Maven, Gradle, Ivy and others can be found at http://search.maven.org.

Example for Maven:

<dependency>
    <groupId>org.mongodb</groupId>
    <artifactId>mongodb-driver-rx</artifactId>
    <version>x.y.z</version>
</dependency>

Snapshot builds are also published regularly via Sonatype.

Example for Maven:

    <repositories>
        <repository>
            <id>sonatype-snapshot</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        </repository>
    </repositories>

Build

To build the driver:

$ git clone https://github.com/mongodb/mongo-java-driver-rx.git
$ cd mongo-java-driver-rx
$ ./gradlew check

Maintainers

Additional contributors can be found here.

Supporters

YourKit is supporting this open source project with its YourKit Java Profiler.

JetBrains is supporting this open source project with:

[Intellij IDEA] (http://www.jetbrains.com/idea/)

org.mongodb

mongodb

Versions

Version
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.2.0-rc0
1.1.0
1.0.1
1.0.0
1.0.0-rc0
1.0.0-beta1