Skip to content

Commit a0c392c

Browse files
Update Driver minimum Version
1 parent 2adc4ce commit a0c392c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/main/antora/modules/ROOT/pages/migration-guide/migration-guide-4.x-to-5.x.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
[[mongodb.migration.4.x-5.x]]
22
= Migration Guide from 4.x to 5.x
33

4-
Spring Data MongoDB 4.x requires the MongoDB Java Driver 5.5.x +
4+
Spring Data MongoDB 5.x requires the MongoDB Java Driver 5.6+ +
55
To learn more about driver versions please visit the https://www.mongodb.com/docs/drivers/java/sync/current/upgrade/[MongoDB Documentation].
66

7+
== MongoDB Java Driver 4.x Driver Compatibility Removed
8+
9+
Spring Data MongoDB does no longer support the 4.x MongoDB Java Driver generation.
10+
711
== UUID Representation Changes
812

913
Spring Data no longer defaults UUID settings via its configuration support classes, factory beans, nor XML namespace. +

src/main/antora/modules/ROOT/pages/preface.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
The Spring Data MongoDB 4.x binaries require JDK level 17 and above and https://spring.io/docs[Spring Framework] {springVersion} and above.
55

6-
In terms of database and driver, you need at least version 4.x of https://www.mongodb.org/[MongoDB] and a compatible MongoDB Java Driver (5.2.x).
6+
In terms of database and driver, you need at least version 4.x of https://www.mongodb.org/[MongoDB] and a compatible MongoDB Java Driver (5.6+).
77

88
[[compatibility.matrix]]
99
== Compatibility Matrix
@@ -24,7 +24,7 @@ See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibilit
2424
2525
|2025.0
2626
|4.5.x
27-
|5.3.x
27+
|5.6.x
2828
|6.x to 8.x
2929
3030
|2024.1

0 commit comments

Comments
 (0)