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"
9
9
10
10
## Upgrading from 3.6.x
11
11
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
13
18
have been marked as unstable, and changes to classes or interfaces that have been marked as internal or annotated as Beta.
14
19
15
20
## Upgrading from 2.x
16
21
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 .
18
23
19
24
### System Requirements
20
25
You can’t perform that action at this time.
0 commit comments