From f0c731221007f8fae88e39f02f7fcf753ea67e8f Mon Sep 17 00:00:00 2001 From: rustagir Date: Wed, 2 Apr 2025 13:52:57 -0400 Subject: [PATCH 1/4] DOCSP-48921: Server 8.1 compat --- .../mongodb-compatibility-table-java.rst | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/source/includes/mongodb-compatibility-table-java.rst b/source/includes/mongodb-compatibility-table-java.rst index 503ce6cc7..1dbe91e1e 100644 --- a/source/includes/mongodb-compatibility-table-java.rst +++ b/source/includes/mongodb-compatibility-table-java.rst @@ -4,6 +4,7 @@ :class: compatibility-large * - Java Driver Version + - MongoDB 8.1 - MongoDB 8.0 - MongoDB 7.0 - MongoDB 6.1 @@ -23,9 +24,11 @@ - ✓ - ✓ - ✓ + - ✓ - * - 4.10 to 5.1 + - ⊛ - ⊛ - ✓ - ✓ @@ -37,6 +40,7 @@ - ✓ * - 4.8 to 4.9 + - ⊛ - ⊛ - ⊛ - ✓ @@ -51,6 +55,7 @@ - ⊛ - ⊛ - ⊛ + - ⊛ - ✓ - ✓ - ✓ @@ -63,6 +68,7 @@ - ⊛ - ⊛ - ⊛ + - ⊛ - ✓ - ✓ - ✓ @@ -75,12 +81,26 @@ - ⊛ - ⊛ - ⊛ + - ⊛ - ✓ - ✓ - ✓ - ✓ - * - 3.11 to 4.0 + * - 4.0 + - ⊛ + - ⊛ + - ⊛ + - ⊛ + - ⊛ + - ⊛ + - ⊛ + - ✓ + - ✓ + - ✓ + + * - 3.11 to 3.12 + - - ⊛ - ⊛ - ⊛ @@ -92,6 +112,7 @@ - ✓ * - 3.8 to 3.10 + - - ⊛ - ⊛ - ⊛ From f8fd40fadcd2143b5816e3277f72fa0ef81b81de Mon Sep 17 00:00:00 2001 From: rustagir Date: Tue, 8 Apr 2025 16:51:11 -0400 Subject: [PATCH 2/4] AB tech review comments --- source/includes/mongodb-compatibility-table-java.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/includes/mongodb-compatibility-table-java.rst b/source/includes/mongodb-compatibility-table-java.rst index 1dbe91e1e..e4cee0e62 100644 --- a/source/includes/mongodb-compatibility-table-java.rst +++ b/source/includes/mongodb-compatibility-table-java.rst @@ -100,7 +100,7 @@ - ✓ * - 3.11 to 3.12 - - + - X [#v3-note]_ - ⊛ - ⊛ - ⊛ @@ -112,7 +112,7 @@ - ✓ * - 3.8 to 3.10 - - + - X [#v3-note]_ - ⊛ - ⊛ - ⊛ @@ -122,3 +122,5 @@ - ⊛ - ✓ - ✓ + +.. [#v3-note] These driver versions are not compatible with MongoDB 8.1 because of an authentication issue. To learn more, see :ref:`java-server-8.1-incompatibility`. From ed8f93978982383f96093769a1855c1ed51f3134 Mon Sep 17 00:00:00 2001 From: rustagir Date: Tue, 8 Apr 2025 16:56:33 -0400 Subject: [PATCH 3/4] reload shared file From 1f2ff81ba926b47507f14e6679287442e7af73bc Mon Sep 17 00:00:00 2001 From: rustagir Date: Wed, 9 Apr 2025 09:14:46 -0400 Subject: [PATCH 4/4] AB x fix --- source/atlas-search.txt | 5 +++-- source/includes/mongodb-compatibility-table-java.rst | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/source/atlas-search.txt b/source/atlas-search.txt index b7d263c2e..5b0a2f63d 100644 --- a/source/atlas-search.txt +++ b/source/atlas-search.txt @@ -118,8 +118,9 @@ aggregation stage: :language: java :dedent: -Learn more about this helper from the -`searchMeta() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__. +To learn more about this helper method, see the +`searchMeta() <{+core-api+}/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__ +API documentation. .. _java-atlas-search-helpers: diff --git a/source/includes/mongodb-compatibility-table-java.rst b/source/includes/mongodb-compatibility-table-java.rst index e4cee0e62..876fc49b5 100644 --- a/source/includes/mongodb-compatibility-table-java.rst +++ b/source/includes/mongodb-compatibility-table-java.rst @@ -100,7 +100,7 @@ - ✓ * - 3.11 to 3.12 - - X [#v3-note]_ + - ✗ [#v3-note]_ - ⊛ - ⊛ - ⊛ @@ -112,7 +112,7 @@ - ✓ * - 3.8 to 3.10 - - X [#v3-note]_ + - ✗ [#v3-note]_ - ⊛ - ⊛ - ⊛ @@ -123,4 +123,4 @@ - ✓ - ✓ -.. [#v3-note] These driver versions are not compatible with MongoDB 8.1 because of an authentication issue. To learn more, see :ref:`java-server-8.1-incompatibility`. +.. [#v3-note] These driver versions are not compatible with MongoDB 8.1 or later because of an authentication issue. To learn more, see :ref:`java-server-8.1-incompatibility`.