From 4e229448f20cd1c3af97142fafad41c0d99a5bf2 Mon Sep 17 00:00:00 2001 From: Michael Nitschinger Date: Mon, 11 May 2020 13:22:39 +0200 Subject: [PATCH] DATACOUCH-519 - Clarify Spring Boot compatibility. --- src/main/asciidoc/migrating.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/asciidoc/migrating.adoc b/src/main/asciidoc/migrating.adoc index a9cf2aab..1c399611 100644 --- a/src/main/asciidoc/migrating.adoc +++ b/src/main/asciidoc/migrating.adoc @@ -18,11 +18,9 @@ The new SDK still has an environment that is used to configure it, so you can ov For more information, see <>. -=== Spring Boot Version Support +=== Spring Boot Version Compatibility -Spring Data Couchbase 4.x requires Spring Boot 2.3.x or higher. - -If you are using Spring Boot in your project with Spring Data Couchbase 3.x, you will likely need to upgrade your Spring Boot version as well. +Spring Boot 2.3.x or higher depends on Spring Data Couchbase 4.x. Earlier versions of Couchbase are not available because SDK 2 and 3 cannot live on the same classpath. [[couchbase.migrating.entities]]