File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,9 +160,9 @@ Version 5.0 Breaking Changes
160
160
stage, see :manual:`What's New <java-deprecations-4.11>` for v4.11 of the {+driver-short+}.
161
161
162
162
- The ``MapCodec`` and ``IterableCodec`` classes are deprecated.
163
- Instead of ``MapCodec``, use ``MapCodecProvider``. Instead of ``IterableCodec``,
164
- use ``CollectionCodecProvider``, or ``IterableCodecProvider`` for ``Iterable``
165
- types that aren't ``Collection``s .
163
+ Instead of ``MapCodec``, use ``MapCodecProvider``. Instead of ``IterableCodec``,
164
+ use ``CollectionCodecProvider``, or ``IterableCodecProvider`` for ``Iterable``
165
+ types that aren't ``Collection`` types .
166
166
167
167
- Removes the ``sharded()`` and ``nonAtomic()`` methods from the
168
168
``MapReducePublisher`` and ``MapReduceIterable`` classes.
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ What's New in 4.8
288
288
The ``MapCodec`` and ``IterableCodec`` classes are deprecated.
289
289
Instead of ``MapCodec``, use ``MapCodecProvider``. Instead of ``IterableCodec``,
290
290
use ``CollectionCodecProvider``, or ``IterableCodecProvider`` for ``Iterable``
291
- types that aren't ``Collection``s.
291
+ types that aren't ``Collection`` types.
292
292
293
293
Behavioral changes with the 4.8 driver release include:
294
294
You can’t perform that action at this time.
0 commit comments