File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,17 @@ title = "Upgrade Considerations"
99
1010## Upgrading from 3.6.x
1111
12- The 3.7 release is binary and source compatible with the 3.5 release, except for methods that have been added to interfaces that
12+ In order to modularize the driver for Java 9, the ```MongoDriverInformation`` class had to be moved from the `` com.mongodb.client`` package
13+ to the `` com.mongodb `` package. Generally the only consumers who rely on this class directly are other drivers that wrap the Java driver,
14+ so it's not expected that this change will affect many applications, so long as they also upgrade any wrapping drivers they they rely on
15+ (e .g. the Reactive Streams driver or the Scala driver) at the same time.
16+
17+ Otherwise, the 3.7 release is binary and source compatible with the 3.6 release, except for methods that have been added to interfaces that
1318have been marked as unstable, and changes to classes or interfaces that have been marked as internal or annotated as Beta.
1419
1520## Upgrading from 2.x
1621
17- You must upgrade first to 3.0 driver. See the Upgrade guide in the 3.0 driver reference documentation.
22+ See the Upgrade guide in the 3.0 driver reference documentation for breaking changes in 3.0 .
1823
1924### System Requirements
2025
You can’t perform that action at this time.
0 commit comments