Remove mention of the Infinispan Spring Boot starter

The starter is not yet Spring Boot 3 compatible.

Closes gh-32896
This commit is contained in:
Moritz Halbritter 2022-10-27 16:48:34 +02:00
parent 1c287a3038
commit 40e2d0b8cd
1 changed files with 0 additions and 4 deletions

View File

@ -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]]