Skip to content

Commit

Permalink
Add compatibility in doc. (#1995)
Browse files Browse the repository at this point in the history
Closes #1901.
  • Loading branch information
mikereiche authored Oct 18, 2024
1 parent b751bdd commit 3d7e10e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/main/antora/modules/ROOT/pages/couchbase/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@ This chapter describes the common installation and configuration steps needed wh
All versions intended for production use are distributed across Maven Central and the Spring release repository.
As a result, the library can be included like any other maven dependency:


[[compatibility]]
== Compatibility

The simplest way to get the correct dependencies is by making a project with https://start.spring.io/[spring initializr]
The parent Spring Boot Starter artfacts have the required dependencies, they do not need to be specified.

=== Spring Boot Version Compatibility

* Spring Boot 3.4.* uses Spring Data Couchbase 5.4.*.
* Spring Boot 3.3.* uses Spring Data Couchbase 5.3.*.
* Spring Boot 3.2.* uses Spring Data Couchbase 5.2.*.

=== Couchbase Java SDK Compatibility

* Spring Data Couchbase 5.4.* depends on Couchbase Java SDK 3.7.*
* Spring Data Couchbase 5.3.* depends on Couchbase Java SDK 3.6.*
* Spring Data Couchbase 5.2.* depends on Couchbase Java SDK 3.3.*

[[configuration]]
== Configuration
.Including the dependency through maven
Expand Down

0 comments on commit 3d7e10e

Please sign in to comment.