File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ title = "Upgrade Considerations"
7
7
pre = " <i class='fa fa-level-up'></i>"
8
8
+++
9
9
10
+ {{% note class="important" %}}
11
+ Please note that the 3.x series of releases (which includes support through MongoDB 4.2) will be the last releases that are compatible
12
+ with * Java 6 or Java 7* . The 4.0 Java driver will require a minimum of Java 8.
13
+
14
+ Please also note that support for new features in MongoDB 4.4 will likely only be available via a 4.x driver release.
15
+ {{% /note %}}
16
+
10
17
## Upgrading from 3.11.x
11
18
12
19
In the upcoming 4.0 release, all deprecated API elements except those documented as "not currently scheduled for removal" will be removed.
@@ -18,10 +25,6 @@ Currently the only deprecated API elements _not_ scheduled for removal are:
18
25
To prepare for the 4.0 release, please compile with deprecation warnings enabled and replace all usage of deprecated API elements with their
19
26
recommended replacements.
20
27
21
- Also, note that the 3.12 release (which includes support for MongoDB 4.2) will be the last release that is compatible with * Java 6
22
- or Java 7* . The 4.0 Java driver will require a minimum of Java 8. The 3.12 release will also be the last non-patch release in the 3.x
23
- line. In particular, support for MongoDB 4.4 will only be made available via a 4.x driver release.
24
-
25
28
The 3.12 release is binary and source compatible with the 3.11 release, except for methods that have been added to interfaces that
26
29
have been marked as unstable, and changes to classes or interfaces that have been marked as internal or annotated as Beta.
27
30
You can’t perform that action at this time.
0 commit comments