File tree 1 file changed +19
-0
lines changed
src/main/antora/modules/ROOT/pages/couchbase
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,25 @@ This chapter describes the common installation and configuration steps needed wh
9
9
All versions intended for production use are distributed across Maven Central and the Spring release repository.
10
10
As a result, the library can be included like any other maven dependency:
11
11
12
+
13
+ [[compatibility]]
14
+ == Compatibility
15
+
16
+ The simplest way to get the correct dependencies is by making a project with https://start.spring.io/[spring initializr]
17
+ The parent Spring Boot Starter artfacts have the required dependencies, they do not need to be specified.
18
+
19
+ === Spring Boot Version Compatibility
20
+
21
+ * Spring Boot 3.4.* uses Spring Data Couchbase 5.4.*.
22
+ * Spring Boot 3.3.* uses Spring Data Couchbase 5.3.*.
23
+ * Spring Boot 3.2.* uses Spring Data Couchbase 5.2.*.
24
+
25
+ === Couchbase Java SDK Compatibility
26
+
27
+ * Spring Data Couchbase 5.4.* depends on Couchbase Java SDK 3.7.*
28
+ * Spring Data Couchbase 5.3.* depends on Couchbase Java SDK 3.6.*
29
+ * Spring Data Couchbase 5.2.* depends on Couchbase Java SDK 3.3.*
30
+
12
31
[[configuration]]
13
32
== Configuration
14
33
.Including the dependency through maven
You can’t perform that action at this time.
0 commit comments