File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ process is as seamless as possible. Breaking changes are as follows:
19
19
3.12 release, so if you compile your application with 3.12 and enable deprecation warnings in the compiler, you will be
20
20
able to locate all uses of these API elements and follow the recommendations contained in the Javadoc for each API element
21
21
to remove usage from your application. Most of these API elements are unlikely to be used by normal applications, but one bears
22
- mentioning explicitly: the entire callback-baked asynchronous driver has been removed. Applications relying on this driver must either
22
+ mentioning explicitly: the entire callback-based asynchronous driver has been removed. Applications relying on this driver must either
23
23
port their application to the Reactive Streams driver, or else must remain on a 3.x driver release.
24
24
* While the ` com.mongodb.MongoClient#getDB ` method is deprecated in 3.x drivers, it has not been removed in this release. It will remain
25
25
at least until the next major release cycle.
You can’t perform that action at this time.
0 commit comments