We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6194938 commit d9c91c7Copy full SHA for d9c91c7
source/upgrade.txt
@@ -159,7 +159,7 @@ Version 5.0 Breaking Changes
159
``$collStats`` aggregation pipeline stage. For an example of how to use this pipeline
160
stage, see :manual:`What's New <java-deprecations-4.11>` for v4.11 of the {+driver-short+}.
161
162
-- The ``MapCodec`` and ``IterableCodec`` classes are deprecated.
+- Removes the ``MapCodec`` and ``IterableCodec`` classes.
163
Instead of ``MapCodec``, use ``MapCodecProvider``. Instead of ``IterableCodec``,
164
use ``CollectionCodecProvider``, or ``IterableCodecProvider`` for ``Iterable``
165
types that aren't ``Collection`` types.
0 commit comments