Skip to content

Commit e02886b

Browse files
authored
DOCSP-38090: AM external review comments (#26)
1 parent dfb76b2 commit e02886b

File tree

4 files changed

+30
-299
lines changed

4 files changed

+30
-299
lines changed

REVIEWING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pull Request Reviewing Guidelines for the Java RS Driver Documentation
1+
# Pull Request Reviewing Guidelines for the Java Reactive Streams Driver Documentation
22

33
Contributions to the set of documents in this repository can receive reviews from one or both of the following types of reviews:
44

snooty.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "java-rs"
2-
title = "Java RS Driver"
2+
title = "Java Reactive Streams Driver"
33

44
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
55
"https://www.mongodb.com/docs/atlas/objects.inv"
@@ -13,7 +13,7 @@ toc_landing_pages = [
1313
]
1414

1515
[constants]
16-
driver-short = "Java RS driver"
16+
driver-short = "Java Reactive Streams driver"
1717
driver-long = "MongoDB Java Reactive Streams Driver"
1818
version = "5.0"
1919
full-version = "{+version+}.0"

source/includes/language-compatibility-table-java-rs.rst

+14-84
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:class: compatibility-large
55

66
* - Java Reactive Streams Driver Version
7+
- Java 21
78
- Java 17
89
- Java 11 [#backwards-compatible-rs]_
910
- Java 8
@@ -14,66 +15,76 @@
1415
- ✓
1516
- ✓
1617
- ✓
18+
- ✓
1719
-
1820
-
1921

2022
* - 4.11
2123
- ✓
2224
- ✓
2325
- ✓
26+
- ✓
2427
-
2528
-
2629

2730
* - 4.10
31+
- ✓ [#virtual-threads-note]_
2832
- ✓
2933
- ✓
3034
- ✓
3135
-
3236
-
3337

3438
* - 4.9
39+
- ✓ [#virtual-threads-note]_
3540
- ✓
3641
- ✓
3742
- ✓
3843
-
3944
-
4045

4146
* - 4.8
47+
- ✓ [#virtual-threads-note]_
4248
- ✓
4349
- ✓
4450
- ✓
4551
-
4652
-
4753

4854
* - 4.7
55+
- ✓ [#virtual-threads-note]_
4956
- ✓
5057
- ✓
5158
- ✓
5259
-
5360
-
5461

5562
* - 4.6
63+
- ✓ [#virtual-threads-note]_
5664
- ✓
5765
- ✓
5866
- ✓
5967
-
6068
-
6169

6270
* - 4.5
71+
- ✓ [#virtual-threads-note]_
6372
- ✓
6473
- ✓
6574
- ✓
6675
-
6776
-
6877

6978
* - 4.4
79+
-
7080
- ✓
7181
- ✓
7282
- ✓
7383
-
7484
-
7585

7686
* - 4.3
87+
-
7788
-
7889
- ✓
7990
- ✓
@@ -82,100 +93,19 @@
8293

8394
* - 4.2
8495
-
85-
- ✓
86-
- ✓
87-
- ✓
88-
- ✓
89-
90-
* - 4.1
91-
-
92-
- ✓
93-
- ✓
94-
- ✓
95-
- ✓
96-
97-
* - 1.13
98-
-
99-
- ✓
100-
- ✓
101-
- ✓
102-
- ✓
103-
104-
* - 1.12
105-
-
106-
- ✓
107-
- ✓
108-
- ✓
109-
- ✓
110-
111-
* - 1.11
112-
-
113-
- ✓
114-
- ✓
115-
- ✓
116-
- ✓
117-
118-
* - 1.10
119-
-
120-
- ✓
121-
- ✓
122-
- ✓
123-
- ✓
124-
125-
* - 1.9
126-
-
127-
- ✓
128-
- ✓
129-
- ✓
130-
- ✓
131-
132-
* - 1.7
133-
-
134-
- ✓
135-
- ✓
136-
- ✓
137-
- ✓
138-
139-
* - 1.6
140-
-
141-
- ✓
142-
- ✓
143-
- ✓
144-
- ✓
145-
146-
* - 1.5
147-
-
148-
- ✓
149-
- ✓
150-
- ✓
151-
- ✓
152-
153-
* - 1.3
15496
-
15597
- ✓
15698
- ✓
15799
- ✓
158100
- ✓
159101

160-
* - 1.2
161-
-
162-
- ✓
163-
- ✓
164-
- ✓
165-
- ✓
166-
167-
* - 1.1
102+
* - 4.1
168103
-
169-
- ✓
170-
- ✓
171-
- ✓
172-
- ✓
173-
174-
* - 1.0
175104
-
176105
- ✓
177106
- ✓
178107
- ✓
179108
- ✓
180109

181-
.. [#backwards-compatible-rs] Java versions 8 and above are all supported thanks to the JVM backwards compatibility promise. Only LTS versions will be explicitly listed in future.
110+
.. [#virtual-threads-note] This driver version is not compatible with virtual threads.
111+
.. [#backwards-compatible-rs] Java versions 8 and above are all supported thanks to the JVM backwards compatibility promise. Only LTS versions will be explicitly listed in future.

0 commit comments

Comments
 (0)