diff --git a/source/includes/language-compatibility-table-java.rst b/source/includes/language-compatibility-table-java.rst index 96bc05532..49c10237b 100644 --- a/source/includes/language-compatibility-table-java.rst +++ b/source/includes/language-compatibility-table-java.rst @@ -21,7 +21,7 @@ - - - * - 4.7 to 4.10 + * - 4.5 to 4.10 - ✓ [#virtual-threads-note]_ - ✓ - ✓ @@ -30,4 +30,31 @@ - - + * - 4.4 + - + - ✓ + - ✓ + - ✓ + - + - + - + + * - 4.0 to 4.3 + - + - + - ✓ + - ✓ + - + - + - + + * - 3.8 to 3.12 + - + - + - ✓ + - ✓ + - ✓ + - ✓ + - + .. [#virtual-threads-note] This driver version is not compatible with virtual threads. \ No newline at end of file diff --git a/source/includes/mongodb-compatibility-table-java.rst b/source/includes/mongodb-compatibility-table-java.rst index 8fc2047fc..e3160d436 100644 --- a/source/includes/mongodb-compatibility-table-java.rst +++ b/source/includes/mongodb-compatibility-table-java.rst @@ -57,3 +57,47 @@ - ✓ - ✓ - ✓ + + * - 4.3 to 4.6 + - ⊛ + - ⊛ + - ⊛ + - ⊛ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + + * - 4.1 to 4.2 + - ⊛ + - ⊛ + - ⊛ + - ⊛ + - ⊛ + - ✓ + - ✓ + - ✓ + - ✓ + + * - 3.11 to 4.0 + - ⊛ + - ⊛ + - ⊛ + - ⊛ + - ⊛ + - ⊛ + - ✓ + - ✓ + - ✓ + + * - 3.8 to 3.10 + - ⊛ + - ⊛ + - ⊛ + - ⊛ + - ⊛ + - ⊛ + - ⊛ + - ✓ + - ✓ diff --git a/source/issues-and-help.txt b/source/issues-and-help.txt index 99e734008..e2a8e327b 100644 --- a/source/issues-and-help.txt +++ b/source/issues-and-help.txt @@ -4,7 +4,12 @@ Issues & Help ============= -.. default-domain:: mongodb +.. facet:: + :name: genre + :values: reference + +.. meta:: + :keywords: java sync, troubleshooting, feedback .. contents:: On this page :local: @@ -13,28 +18,37 @@ Issues & Help :class: singlecol We are lucky to have a vibrant MongoDB Java community that includes users -with varying levels of experience using the Java driver. We find the quickest -way to get support for general questions is through the `MongoDB Community Forums `_. - -Refer to our `support channels `_ -documentation for more information. +with varying levels of experience using the {+driver-short+}. The +quickest way to get support for general questions is through the +:community-forum:`MongoDB Community Forums `. Bugs / Feature Requests ----------------------- -If you think you've found a bug or want to see a new feature in the Java -driver, please open a case in our issue management tool, JIRA: +If you have feedback about the {+driver-short+}, visit the `MongoDB +Feedback Engine `__ and select +:guilabel:`Drivers` from the list of products on the right side of +your screen. You can propose improvements, report issues, and provide +other types of feedback by using this site. + +You can also open a case in Jira, our issue management tool, to identify +bugs or propose improvements. The following steps describe how to create +a Jira issue: -* `Create an account and login `_. -* Navigate to `the JAVA project `_. -* Click :guilabel:`Create`. Please provide as much information as possible - about the issue and the steps to reproduce it. +1. Visit the `MongoDB Jira issue tracker `__ and click the + `signup link. `__ + Create an account, and then log in to Jira. +#. Navigate to the `JAVA Jira project. `__ +#. Click :guilabel:`Create` to create a ticket. Please provide as much + information as possible about the issue or request in the ticket. -Bug reports in JIRA for the Java driver and the Core Server (SERVER) project are **public**. +.. note:: -If you’ve identified a security vulnerability in a driver or any other -MongoDB project, please report it according to the instructions found in the -:manual:`Create a Vulnerability Report page `. + Bug reports in the JAVA Jira project are publicly viewable. + +If you’ve identified a security vulnerability in any official MongoDB +product, please report it according to the instructions found in the +:manual:`Create a Vulnerability Report page. ` Pull Requests ------------- @@ -57,4 +71,3 @@ Finally, ensure that the code passes gradle checks. .. code-block:: bash $ ./gradlew check -