Skip to content

DOCSP-34398: java v5.0 lang compat #492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ Language Compatibility
----------------------

The following compatibility table specifies the recommended version or versions
of the {+driver-long+} for use with a specific version of Java.
of the {+driver-long+} for use with a specific version of Java. Starting
with Java 11, the table explicitly lists only Long-Term-Support (LTS)
Java versions.

The first column lists the driver version.

Expand Down
36 changes: 34 additions & 2 deletions source/includes/language-compatibility-table-java.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,34 @@
:class: compatibility-large

* - Java Driver Version
- Java 21
- Java 17
- Java 11 [#lts-note]_
- Java 11
- Java 8
- Java 7
- Java 6
- Java 5

* - 5.0
- ✓
- ✓
- ✓
- ✓
-
-
-

* - 4.11
- ✓
- ✓
- ✓
- ✓
-
-
-

* - 4.10
- ✓ [#virtual-threads-note]_
- ✓
- ✓
- ✓
Expand All @@ -28,6 +40,7 @@
-

* - 4.9
- ✓ [#virtual-threads-note]_
- ✓
- ✓
- ✓
Expand All @@ -36,6 +49,7 @@
-

* - 4.8
- ✓ [#virtual-threads-note]_
- ✓
- ✓
- ✓
Expand All @@ -44,6 +58,7 @@
-

* - 4.7
- ✓ [#virtual-threads-note]_
- ✓
- ✓
- ✓
Expand All @@ -52,6 +67,7 @@
-

* - 4.6
- ✓ [#virtual-threads-note]_
- ✓
- ✓
- ✓
Expand All @@ -60,6 +76,7 @@
-

* - 4.5
- ✓ [#virtual-threads-note]_
- ✓
- ✓
- ✓
Expand All @@ -68,6 +85,7 @@
-

* - 4.4
-
- ✓
- ✓
- ✓
Expand All @@ -76,6 +94,7 @@
-

* - 4.3
-
-
- ✓
- ✓
Expand All @@ -84,6 +103,7 @@
-

* - 4.2
-
-
- ✓
- ✓
Expand All @@ -92,6 +112,7 @@
-

* - 4.1
-
-
- ✓
- ✓
Expand All @@ -100,6 +121,7 @@
-

* - 4.0
-
-
- ✓
- ✓
Expand All @@ -108,6 +130,7 @@
-

* - 3.12
-
-
- ✓
- ✓
Expand All @@ -116,6 +139,7 @@
-

* - 3.11
-
-
- ✓
- ✓
Expand All @@ -124,6 +148,7 @@
-

* - 3.10
-
-
- ✓
- ✓
Expand All @@ -132,6 +157,7 @@
-

* - 3.9
-
-
- ✓
- ✓
Expand All @@ -140,6 +166,7 @@
-

* - 3.8
-
-
- ✓
- ✓
Expand All @@ -148,6 +175,7 @@
-

* - 3.4
-
-
- ✓
- ✓
Expand All @@ -156,6 +184,7 @@
-

* - 3.3
-
-
- ✓
- ✓
Expand All @@ -164,6 +193,7 @@
-

* - 3.2
-
-
- ✓
- ✓
Expand All @@ -172,6 +202,7 @@
-

* - 3.1
-
-
- ✓
- ✓
Expand All @@ -180,11 +211,12 @@
-

* - 3.0
-
-
- ✓
- ✓
- ✓
- ✓
-

.. [#lts-note] In the future, only LTS Java versions will be explicitly listed.
.. [#virtual-threads-note] This driver version is not compatible with virtual threads.