Skip to content

DOCSP-44292: add back compat + link in I&H #578

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 2 commits into from
Oct 15, 2024
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
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
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
47 changes: 30 additions & 17 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,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 <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 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>`__
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
:manual:`Create a Vulnerability Report page </tutorial/create-a-vulnerability-report>`.
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