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 d246abd commit 6a2711eCopy full SHA for 6a2711e
source/fundamentals/data-formats/document-data-format-record.txt
@@ -28,6 +28,14 @@ often used to model data and separate business logic from data representation.
28
objects instead. See the :ref:`<fundamentals-pojos>` guide for
29
implementation details.
30
31
+.. note::
32
+
33
+ If you are using the driver in an OSGi container and your application
34
+ uses the driver to encode or decode Java records, you must add an
35
+ explicit dependency on the ``org.bson.codecs.record`` module. Learn
36
+ more about defining dependencies for OSGi containers in the `IBM OSGi
37
+ documentation <https://www.ibm.com/docs/en/cics-ts/6.1?topic=server-guidance-using-osgi>`__.
38
39
Serialize and Deserialize a Record
40
----------------------------------
41
0 commit comments