Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
29 changes: 28 additions & 1 deletion source/includes/language-compatibility-table-java.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-
-

* - 4.7 to 4.10
* - 4.5 to 4.10
- ✓ [#virtual-threads-note]_
- ✓
- ✓
Expand All @@ -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.
44 changes: 44 additions & 0 deletions source/includes/mongodb-compatibility-table-java.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,47 @@
- ✓
- ✓
- ✓

* - 4.3 to 4.6
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓

* - 4.1 to 4.2
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓

* - 3.11 to 4.0
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓

* - 3.8 to 3.10
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
45 changes: 29 additions & 16 deletions source/issues-and-help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -13,27 +18,36 @@ 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 <https://community.mongodb.com>`_.

Refer to our `support channels <https://www.mongodb.org/about/support>`_
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 </tag/java>`.

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 <https://feedback.mongodb.com/>`__ and select
:guilabel:`Drivers` from the list of products on the right-hand side of
your screen. You can propose improvements, report issues, and provide
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I: Style Guide

Suggested change
:guilabel:`Drivers` from the list of products on the right-hand side of
your screen. You can propose improvements, report issues, and provide
: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 <https://jira.mongodb.org>`_.
* Navigate to `the JAVA project <https://jira.mongodb.org/browse/JAVA>`_.
* 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 <https://jira.mongodb.org/>`__ and click the
`signup link <https://account.mongodb.com/account/register>`__.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`signup link <https://account.mongodb.com/account/register>`__.
`signup link. <https://account.mongodb.com/account/register>`__

Create an account, and then log in to JIRA.
#. Navigate to the `JAVA JIRA project <https://jira.mongodb.org/browse/JAVA>`__.
#. 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
Bug reports in the JAVA JIRA project are publicly viewable.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I: AFAICT, it's "Jira"

Suggested change
Bug reports in the JAVA JIRA project are publicly viewable.
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 </tutorial/create-a-vulnerability-report>`.

Pull Requests
Expand All @@ -57,4 +71,3 @@ Finally, ensure that the code passes gradle checks.
.. code-block:: bash

$ ./gradlew check

Loading