From 3fb15a502bb48d8b105f9e151cc5203a1057cd8d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Jul 2019 18:00:57 +0200 Subject: [PATCH] Remove outdated reference to Guava in the reference guide Closes gh-17446 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index c1304985a0..c5c919cf93 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -5057,7 +5057,7 @@ TIP: It is also possible to _force_ a particular cache provider by setting the TIP: Use the `spring-boot-starter-cache` "`Starter`" to quickly add basic caching dependencies. The starter brings in `spring-context-support`. If you add dependencies manually, you must include `spring-context-support` in order to use the JCache, -EhCache 2.x, or Guava support. +EhCache 2.x, or Caffeine support. If the `CacheManager` is auto-configured by Spring Boot, you can further tune its configuration before it is fully initialized by exposing a bean that implements the