{"id":15154119,"url":"https://github.com/mongodb/mongo-java-driver-rx","last_synced_at":"2025-09-30T01:32:35.387Z","repository":{"id":30142698,"uuid":"33692834","full_name":"mongodb/mongo-java-driver-rx","owner":"mongodb","description":"The MongoDB Java RX driver is now officially end-of-life (EOL)","archived":true,"fork":false,"pushed_at":"2024-07-16T17:01:03.000Z","size":1650,"stargazers_count":30,"open_issues_count":0,"forks_count":14,"subscribers_count":33,"default_branch":"master","last_synced_at":"2024-12-20T20:04:31.637Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mongodb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-09T21:06:58.000Z","updated_at":"2024-07-16T17:01:23.000Z","dependencies_parsed_at":"2024-08-23T06:32:05.033Z","dependency_job_id":null,"html_url":"https://github.com/mongodb/mongo-java-driver-rx","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fmongo-java-driver-rx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fmongo-java-driver-rx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fmongo-java-driver-rx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fmongo-java-driver-rx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb","download_url":"https://codeload.github.com/mongodb/mongo-java-driver-rx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234687209,"owners_count":18871714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-26T17:02:33.006Z","updated_at":"2025-09-30T01:32:29.849Z","avatar_url":"https://github.com/mongodb.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# End of Life Notice\n\nThe MongoDB RxJava Driver is now officially end-of-life (EOL). No further development, bugfixes, enhancements, documentation changes or maintenance will be provided by this project and pull requests will no longer be accepted.\n\nUsers are encouraged to migrate to the [MongoDB Reactive Streams Java Driver](https://mvnrepository.com/artifact/org.mongodb/mongodb-driver-reactivestreams). Documentation for the Reactive Streams driver can be found [here](https://www.mongodb.com/docs/languages/java/reactive-streams-driver/current/).\n\n------------------------\n\n## About\n\nAn implementation of the MongoDB Driver providing support for [ReactiveX (Reactive Extensions)](http://reactivex.io/). \n\nThis project depends on the [Mongo Java Driver Async Driver](mongodb.github.io/mongo-java-driver/3.1/driver-async/) and \n[RxJava](https://github.com/ReactiveX/RxJava).\n\n[![Build Status](https://travis-ci.org/mongodb/mongo-java-driver-rx.svg?branch=master)]\n(https://travis-ci.org/mongodb/mongo-java-driver-rx)  | [![Build Status](https://jenkins.10gen.com/job/mongo-java-driver-rx/badge/icon)](https://jenkins.10gen.com/job/mongo-java-driver-rx/)\n\n## Documentation\n\nDocumentation for all the main versions is available on http://mongodb.github.io/mongo-java-driver-rx\n\n## Support / Feedback\n\nFor issues with, questions about, or feedback for the MongoDB Java driver, please look into\nour [support channels](http://www.mongodb.org/about/support). Please\ndo not email any of the Java driver developers directly with issues or\nquestions - you're more likely to get an answer on the [mongodb-user]\n(http://groups.google.com/group/mongodb-user) list on Google Groups.\n\nAt a minimum, please include in your description the exact version of the driver that you are using.  If you are having\nconnectivity issues, it's often also useful to paste in the line of code where you construct the MongoClient instance,\nalong with the values of all parameters that you pass to the constructor. You should also check your application logs for\nany connectivity-related exceptions and post those as well.\n\n## Bugs / Feature Requests\n\nThink you’ve found a bug? Want to see a new feature in the Java driver? Please open a\ncase in our issue management tool, JIRA:\n\n- [Create an account and login](https://jira.mongodb.org).\n- Navigate to [the JAVARX project](https://jira.mongodb.org/browse/JAVARX).\n- Click **Create Issue** - Please provide as much information as possible about the issue type and how to reproduce it.\n\nBug reports in JIRA for the driver and the Core Server (i.e. SERVER) project are **public**.\n\nIf you’ve identified a security vulnerability in a driver or any other\nMongoDB project, please report it according to the [instructions here]\n(http://docs.mongodb.org/manual/tutorial/create-a-vulnerability-report).\n\n## Versioning\n\nMajor increments (such as 1.x -\u003e 2.x) will occur when break changes are being made to the public API.  All methods and\nclasses removed in a major release will have been deprecated in a prior release of the previous major release branch, and/or otherwise\ncalled out in the release notes.\n\nMinor 1.x increments (such as 1.1, 1.2, etc) will occur when non-trivial new functionality is added or significant enhancements or bug\nfixes occur that may have behavioral changes that may affect some edge cases (such as dependence on behavior resulting from a bug). An\nexample of an enhancement is a method or class added to support new functionality added to the MongoDB server.   Minor releases will\nalmost always be binary compatible with prior minor releases from the same major release branch, exept as noted below.\n\nPatch 1.x.y increments (such as 1.0.0 -\u003e 1.0.1, 1.1.1 -\u003e 1.1.2, etc) will occur for bug fixes only and will always be binary compatible\nwith prior patch releases of the same minor release branch.\n\n#### @Beta\n\nAPIs marked with the `@Beta` annotation at the class or method level are subject to change. They can be modified in any way, or even\nremoved, 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\nuse beta APIs, unless you repackage them (e.g. by using shading, etc).\n\n#### @Deprecated\n\nAPIs marked with the `@Deprecated` annotation at the class or method level will remain supported until the next major release but it is\nrecommended to stop using them.\n\n## Binaries\n\nBinaries and dependency information for Maven, Gradle, Ivy and others can be found at\n[http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.mongodb%22%20AND%20a%3A%22mongodb-driver-rx%22).\n\nExample for Maven:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.mongodb\u003c/groupId\u003e\n    \u003cartifactId\u003emongodb-driver-rx\u003c/artifactId\u003e\n    \u003cversion\u003ex.y.z\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nSnapshot builds are also published regularly via Sonatype.\n\nExample for Maven:\n\n```xml\n    \u003crepositories\u003e\n        \u003crepository\u003e\n            \u003cid\u003esonatype-snapshot\u003c/id\u003e\n            \u003curl\u003ehttps://oss.sonatype.org/content/repositories/snapshots/\u003c/url\u003e\n        \u003c/repository\u003e\n    \u003c/repositories\u003e\n```\n\n## Build\n\nTo build the driver:\n\n```\n$ git clone https://github.com/mongodb/mongo-java-driver-rx.git\n$ cd mongo-java-driver-rx\n$ ./gradlew check\n```\n\n## Maintainers\n\n* Ross Lawley          ross@mongodb.com\n* Jeff Yemin           jeff.yemin@mongodb.com\n\nAdditional contributors can be found [here](https://github.com/mongodb/mongo-java-driver-rx/graphs/contributors).\n\n## Supporters\n\nYourKit is supporting this open source project with its [YourKit Java Profiler](http://www.yourkit.com/java/profiler/index.jsp).\n\nJetBrains is supporting this open source project with:\n\n[![Intellij IDEA](http://www.jetbrains.com/img/logos/logo_intellij_idea.png)]\n(http://www.jetbrains.com/idea/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongodb%2Fmongo-java-driver-rx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmongodb%2Fmongo-java-driver-rx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongodb%2Fmongo-java-driver-rx/lists"}