From 40e2d0b8cd1965175b543fbdff306fbaa8db7aef Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Thu, 27 Oct 2022 16:48:34 +0200 Subject: [PATCH] Remove mention of the Infinispan Spring Boot starter The starter is not yet Spring Boot 3 compatible. Closes gh-32896 --- .../spring-boot-docs/src/docs/asciidoc/io/caching.adoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/io/caching.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/io/caching.adoc index 7a56c9b31d..7bf329ad26 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/io/caching.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/io/caching.adoc @@ -135,10 +135,6 @@ To be compatible with Spring Boot's Jakarta EE 9 baseline, Infinispan's `-jakart For every module with a `-jakarta` variant, the variant must be used in place of the standard module. For example, `infinispan-core-jakarta` and `infinispan-commons-jakarta` must be used in place of `infinispan-core` and `infinispan-commons` respectively. -NOTE: The support of Infinispan in Spring Boot is restricted to the embedded mode and is quite basic. -If you want more options, you should use the official Infinispan Spring Boot starter instead. -See https://github.com/infinispan/infinispan-spring-boot[Infinispan's documentation] for more details. - [[io.caching.provider.couchbase]]