From 4e4d926f7a7c080d3b843f123addf1628bbed7ce Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Wed, 5 Feb 2025 10:40:11 -0500 Subject: [PATCH 1/2] java libs --- source/java/api.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/java/api.rst b/source/java/api.rst index 4377f9fb..83ed7e09 100644 --- a/source/java/api.rst +++ b/source/java/api.rst @@ -43,6 +43,17 @@ compatible with Scala 2.12: +.. note:: + + If you use the {+connector-short+} without the Java Driver, you will need to + install the following libraries: + + - :java-docs:`BSON ` + + - :java-docs:`Core ` + + - :java-docs:`Java Driver ` + Configuration ------------- From eec16d7180adfb369e7b3b877c79b4e4626b5ab5 Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Wed, 5 Feb 2025 11:40:11 -0500 Subject: [PATCH 2/2] vale --- source/java/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/api.rst b/source/java/api.rst index 83ed7e09..1f585dc2 100644 --- a/source/java/api.rst +++ b/source/java/api.rst @@ -45,7 +45,7 @@ compatible with Scala 2.12: .. note:: - If you use the {+connector-short+} without the Java Driver, you will need to + If you use the {+connector-short+} without the Java Driver, you must install the following libraries: - :java-docs:`BSON `