Skip to content

Commit 6311ead

Browse files
authored
DOCSP-44292: add back compat + link in I&H (#578)
* DOCSP-44292: add back compat + link in I&H * MW PR fixes 1
1 parent f0b3abf commit 6311ead

File tree

3 files changed

+102
-18
lines changed

3 files changed

+102
-18
lines changed

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

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-
2222
-
2323

24-
* - 4.7 to 4.10
24+
* - 4.5 to 4.10
2525
- ✓ [#virtual-threads-note]_
2626
- ✓
2727
- ✓
@@ -30,4 +30,31 @@
3030
-
3131
-
3232

33+
* - 4.4
34+
-
35+
- ✓
36+
- ✓
37+
- ✓
38+
-
39+
-
40+
-
41+
42+
* - 4.0 to 4.3
43+
-
44+
-
45+
- ✓
46+
- ✓
47+
-
48+
-
49+
-
50+
51+
* - 3.8 to 3.12
52+
-
53+
-
54+
- ✓
55+
- ✓
56+
- ✓
57+
- ✓
58+
-
59+
3360
.. [#virtual-threads-note] This driver version is not compatible with virtual threads.

source/includes/mongodb-compatibility-table-java.rst

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,47 @@
5757
- ✓
5858
- ✓
5959
- ✓
60+
61+
* - 4.3 to 4.6
62+
- ⊛
63+
- ⊛
64+
- ⊛
65+
- ⊛
66+
- ✓
67+
- ✓
68+
- ✓
69+
- ✓
70+
- ✓
71+
72+
* - 4.1 to 4.2
73+
- ⊛
74+
- ⊛
75+
- ⊛
76+
- ⊛
77+
- ⊛
78+
- ✓
79+
- ✓
80+
- ✓
81+
- ✓
82+
83+
* - 3.11 to 4.0
84+
- ⊛
85+
- ⊛
86+
- ⊛
87+
- ⊛
88+
- ⊛
89+
- ⊛
90+
- ✓
91+
- ✓
92+
- ✓
93+
94+
* - 3.8 to 3.10
95+
- ⊛
96+
- ⊛
97+
- ⊛
98+
- ⊛
99+
- ⊛
100+
- ⊛
101+
- ⊛
102+
- ✓
103+
- ✓

source/issues-and-help.txt

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
Issues & Help
55
=============
66

7-
.. default-domain:: mongodb
7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: java sync, troubleshooting, feedback
813

914
.. contents:: On this page
1015
:local:
@@ -13,28 +18,37 @@ Issues & Help
1318
:class: singlecol
1419

1520
We are lucky to have a vibrant MongoDB Java community that includes users
16-
with varying levels of experience using the Java driver. We find the quickest
17-
way to get support for general questions is through the `MongoDB Community Forums <https://community.mongodb.com>`_.
18-
19-
Refer to our `support channels <https://www.mongodb.org/about/support>`_
20-
documentation for more information.
21+
with varying levels of experience using the {+driver-short+}. The
22+
quickest way to get support for general questions is through the
23+
:community-forum:`MongoDB Community Forums </tag/java>`.
2124

2225
Bugs / Feature Requests
2326
-----------------------
2427

25-
If you think you've found a bug or want to see a new feature in the Java
26-
driver, please open a case in our issue management tool, JIRA:
28+
If you have feedback about the {+driver-short+}, visit the `MongoDB
29+
Feedback Engine <https://feedback.mongodb.com/>`__ and select
30+
:guilabel:`Drivers` from the list of products on the right side of
31+
your screen. You can propose improvements, report issues, and provide
32+
other types of feedback by using this site.
33+
34+
You can also open a case in Jira, our issue management tool, to identify
35+
bugs or propose improvements. The following steps describe how to create
36+
a Jira issue:
2737

28-
* `Create an account and login <https://jira.mongodb.org>`_.
29-
* Navigate to `the JAVA project <https://jira.mongodb.org/browse/JAVA>`_.
30-
* Click :guilabel:`Create`. Please provide as much information as possible
31-
about the issue and the steps to reproduce it.
38+
1. Visit the `MongoDB Jira issue tracker <https://jira.mongodb.org/>`__ and click the
39+
`signup link. <https://account.mongodb.com/account/register>`__
40+
Create an account, and then log in to Jira.
41+
#. Navigate to the `JAVA Jira project. <https://jira.mongodb.org/browse/JAVA>`__
42+
#. Click :guilabel:`Create` to create a ticket. Please provide as much
43+
information as possible about the issue or request in the ticket.
3244

33-
Bug reports in JIRA for the Java driver and the Core Server (SERVER) project are **public**.
45+
.. note::
3446

35-
If you’ve identified a security vulnerability in a driver or any other
36-
MongoDB project, please report it according to the instructions found in the
37-
:manual:`Create a Vulnerability Report page </tutorial/create-a-vulnerability-report>`.
47+
Bug reports in the JAVA Jira project are publicly viewable.
48+
49+
If you’ve identified a security vulnerability in any official MongoDB
50+
product, please report it according to the instructions found in the
51+
:manual:`Create a Vulnerability Report page. </tutorial/create-a-vulnerability-report>`
3852

3953
Pull Requests
4054
-------------
@@ -57,4 +71,3 @@ Finally, ensure that the code passes gradle checks.
5771
.. code-block:: bash
5872

5973
$ ./gradlew check
60-

0 commit comments

Comments
 (0)