Skip to content

Commit 8c21e16

Browse files
committed
Add reference to Infinispan starter
Closes gh-8592
1 parent 9d0340a commit 8c21e16

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4192,6 +4192,13 @@ Infinispan has no default configuration file location so it must be specified ex
41924192
Caches can be created on startup via the `spring.cache.cache-names` property. If a custom
41934193
`ConfigurationBuilder` bean is defined, it is used to customize them.
41944194

4195+
[NOTE]
4196+
====
4197+
The support of Infinispan in Spring Boot is restricted to the embedded mode and is quite
4198+
basic. If you want more options you should use the official Infinispan Spring Boot starter
4199+
instead, check
4200+
https://github.com/infinispan/infinispan-spring-boot[the documentation] for more details.
4201+
====
41954202

41964203

41974204
[[boot-features-caching-provider-couchbase]]

spring-boot-samples/spring-boot-sample-cache/README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ can set the `spring.cache.infinispan.config` property to use the provided
9292
TIP: Run sample cache application using Infinispan with
9393
`$mvn spring-boot:run -Pinfinispan`.
9494

95-
95+
NOTE: If you want to use the client/server mode or if you need more options, Infinispan
96+
provides an official Spring Boot starter, check
97+
https://github.com/infinispan/infinispan-spring-boot[the documentation] for more details.
9698

9799
=== Couchbase
98100
Add the `java-client` and `couchbase-spring-cache` dependencies and make sure that

0 commit comments

Comments
 (0)