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:
1919 3.12 release, so if you compile your application with 3.12 and enable deprecation warnings in the compiler, you will be
2020 able to locate all uses of these API elements and follow the recommendations contained in the Javadoc for each API element
2121 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
2323 port their application to the Reactive Streams driver, or else must remain on a 3.x driver release.
2424 * While the ` com.mongodb.MongoClient#getDB ` method is deprecated in 3.x drivers, it has not been removed in this release. It will remain
2525 at least until the next major release cycle.
You can’t perform that action at this time.
0 commit comments