spring-boot/spring-boot-docs/src/main
Stephane Nicoll d9f4d6ce91 Allow custom CacheResolver
Previously, if a bean of type `CacheResolver` was present in the context
the whole cache auto-configuration would back off. If said
`CacheResolver` hasn't been defined via the `CachingConfigurer`
infrastructure, the application context would fail with a rather
unpleasant error message.

It can be quite common to define custom `CacheResolver` beans as the cache
annotations allow to defines custom cache resolvers per operation. This
commit makes sure that the cache auto-configuration will back-off only if
the `CacheResolver` is named `cacheResolver`.

Closes gh-5201
2016-02-29 15:48:46 +01:00
..
asciidoc Allow custom CacheResolver 2016-02-29 15:48:46 +01:00
docbook Don't set text color of <code> elements when they're beneath an <a> 2015-07-23 12:06:02 +01:00
groovy Improve formatting of generated doc tables 2014-06-09 20:03:17 -07:00
javadoc Consistent javadoc "code" block formatting 2014-02-11 14:19:01 -08:00
xslt Improve formatting of generated doc tables 2014-06-09 20:03:17 -07:00