File tree Expand file tree Collapse file tree 2 files changed +31
-10
lines changed Expand file tree Collapse file tree 2 files changed +31
-10
lines changed Original file line number Diff line number Diff line change 1
1
name = " java"
2
2
title = " Java Sync"
3
+
3
4
toc_landing_pages = [
4
5
" /fundamentals/connection" ,
5
6
" /fundamentals/crud" ,
6
7
" /fundamentals/builders" ,
7
- " /usage-examples"
8
+ " /usage-examples" ,
8
9
]
10
+ sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
9
11
10
12
[constants ]
13
+ driver = " java"
14
+ driver-long = " MongoDB Java Driver"
11
15
version = " 4.4"
12
16
full-version = " {+version+}.2"
13
17
package-name-org = " mongodb-org"
Original file line number Diff line number Diff line change
1
+ .. contents:: On this page
2
+ :local:
3
+ :backlinks: none
4
+ :depth: 2
5
+ :class: singlecol
6
+
7
+ =============
1
8
Compatibility
2
- -------------
9
+ =============
3
10
4
11
MongoDB Compatibility
5
- ~~~~~~~~~~~~~~~~~~~~~
12
+ ---------------------
13
+
14
+ The following compatibility table specifies the recommended version(s) of the
15
+ {+driver-long+} for use with a specific version of MongoDB.
16
+
17
+ The first column lists the driver version(s).
6
18
7
- The following compatibility table specifies the recommended versions of the
8
- MongoDB Java driver for use with a specific version of MongoDB.
19
+ :ref:`What information does the MongoDB Compatibility table show? <mongodb-compatibility-table-about-java>`
9
20
10
- The first column lists the driver versions.
11
21
12
22
.. include:: /includes/mongodb-compatibility-table-java.rst
13
23
14
24
Language Compatibility
15
- ~~~~~~~~~~~~~~~~~~~~~~
25
+ ----------------------
16
26
17
- The following compatibility table specifies the recommended versions of the
18
- MongoDB Java driver for use with a specific version of Java.
27
+ The following compatibility table specifies the recommended version(s) of the
28
+ {+ driver-long+} for use with a specific version of Java.
19
29
20
- The first column lists the driver versions.
30
+ The first column lists the driver version(s).
31
+
32
+ :ref:`What information does the Language Compatibility table show? <language-compatibility-table-about-java>`
21
33
22
34
.. include:: /includes/language-compatibility-table-java.rst
35
+
36
+ About Compatibility Tables
37
+ --------------------------
38
+
39
+ .. sharedinclude:: dbx/about-compatibility.rst
You can’t perform that action at this time.
0 commit comments