Skip to content

Commit 3d7e10e

Browse files
authored
Add compatibility in doc. (#1995)
Closes #1901.
1 parent b751bdd commit 3d7e10e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/main/antora/modules/ROOT/pages/couchbase/configuration.adoc

+19
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ This chapter describes the common installation and configuration steps needed wh
99
All versions intended for production use are distributed across Maven Central and the Spring release repository.
1010
As 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

0 commit comments

Comments
 (0)