Commit 42c1eb89 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.5.x'

parents c2b2be99 8c21e16c
...@@ -4181,6 +4181,13 @@ Infinispan has no default configuration file location so it must be specified ex ...@@ -4181,6 +4181,13 @@ Infinispan has no default configuration file location so it must be specified ex
Caches can be created on startup via the `spring.cache.cache-names` property. If a custom Caches can be created on startup via the `spring.cache.cache-names` property. If a custom
`ConfigurationBuilder` bean is defined, it is used to customize them. `ConfigurationBuilder` bean is defined, it is used to customize them.
[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, check
https://github.com/infinispan/infinispan-spring-boot[the documentation] for more details.
====
[[boot-features-caching-provider-couchbase]] [[boot-features-caching-provider-couchbase]]
......
...@@ -91,7 +91,9 @@ can set the `spring.cache.infinispan.config` property to use the provided ...@@ -91,7 +91,9 @@ can set the `spring.cache.infinispan.config` property to use the provided
TIP: Run sample cache application using Infinispan with TIP: Run sample cache application using Infinispan with
`$mvn spring-boot:run -Pinfinispan`. `$mvn spring-boot:run -Pinfinispan`.
NOTE: If you want to use the client/server mode or if you need more options, Infinispan
provides an official Spring Boot starter, check
https://github.com/infinispan/infinispan-spring-boot[the documentation] for more details.
=== Couchbase === Couchbase
Add the `java-client` and `couchbase-spring-cache` dependencies and make sure that Add the `java-client` and `couchbase-spring-cache` dependencies and make sure that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment