Skip to content

Commit c13b640

Browse files
committed
edits
1 parent 956b3a4 commit c13b640

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

source/compatibility.txt

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -118,39 +118,26 @@ To learn more about TLS versions and their security implications, see `Transport
118118
Atlas Compatibility
119119
-------------------
120120

121-
We recommend {+driver-short+} version 2.6.1 or higher when using MongoDB Atlas.
121+
We recommend {+driver-short+} version 2.6.1 or later when using MongoDB Atlas.
122122
This version has significant performance improvements for TLS connections, and
123123
all Atlas connections use TLS.
124124

125125
When running on JRuby and connecting to Atlas Free Tier, {+driver-short+}
126-
version 2.6.4 or higher and Java 8 or higher are required.
126+
version 2.6.4 or later and Java 8 or later are required.
127127

128128
mongo_kerberos Compatibility
129129
----------------------------
130130

131-
The following compatibility table specifies the version(s) of the
132-
:ref:`mongo_kerberos library <kerberos>` to use with a specific version of
133-
the {+driver-short+}.
134-
135-
.. list-table::
136-
:header-rows: 1
137-
:stub-columns: 1
138-
:class: compatibility-large no-padding
139-
140-
* - Ruby Driver
141-
- mongo_kerberos |nbsp| 2.1
142-
143-
* - 2.7 - 2.19
144-
- |checkmark|
145-
131+
The {+driver-short+} versions 2.7 and later are compatible with the
132+
``mongo_kerberos`` gem version 2.1 of the :ref:`mongo_kerberos library <kerberos>`.
146133

147134
JRuby and Kerberos Authentication
148135
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
149136

150137
If you use the ``mongo_kerberos`` gem for Kerberos authentication with JRuby,
151138
the JVM system property ``sun.security.jgss.native`` is set to ``true``. This
152-
facilitate the use of the system cache of Ticket Granting Tickets (TGTs) (for
153-
example, TGTs obtained with ``kinit``).
139+
facilitates the use of the system cache of Ticket Granting Tickets (TGTs), for
140+
example, TGTs obtained with ``kinit``.
154141

155142
This setting also affects any other use of the JGSS library, making any TGTs in
156143
the system cache available for obtaining Kerberos credentials.

0 commit comments

Comments
 (0)