|
Author:
{'name': 'Jeff Yemin', 'email': 'jeff.yemin@10gen.com', 'username': 'jyemin'}
Message: Deprecate the mongodb-driver-async module
The mongodb-driver-async module API is based on callbacks, which are
difficult and error-prone to program against. Since this API was
introduced, the industry has standardize around
http://www.reactive-streams.org/ and, more recently,
java.util.concurrent.Flow (introduced in Java 9). Given this trend, it
is no longer advantageous to maintain the callback-based public API; it
is now deprecated and the intention is to remove it in the next
major release of the driver.
JAVA-3008
Branch: master
https://github.com/mongodb/mongo-java-driver/commit/0060faee8ddf09ab6ed8ac8bea91bb719f22d3f9
|