File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
src/main/antora/modules/ROOT/pages/couchbase Expand file tree Collapse file tree 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
99All versions intended for production use are distributed across Maven Central and the Spring release repository.
1010As a result, the library can be included like any other maven dependency:
1111
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+
1231[[configuration]]
1332== Configuration
1433.Including the dependency through maven
You can’t perform that action at this time.
0 commit comments