• Stephane Nicoll's avatar
    Allow custom CacheResolver · d9f4d6ce
    Stephane Nicoll authored
    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
    d9f4d6ce
Name
Last commit
Last update
.mvn Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...