spring-boot/spring-boot-project/spring-boot-autoconfigure
Stephane Nicoll dc4de06b35 Restore customization of the Couchbase cache manager
With the upgrade to the new Couchbase SDK and the related changes in
Spring Data Couchbase, CacheManagerCustomizer can no longer be used to
customize the Couchbase cache manager as it is an immutable class.

This commit introduces a dedicated callback for the
CouchbaseCacheManagerBuilder that is used by the auto-configuration and
update the documentation to refer to it with a sample usage.

Closes gh-22573
2020-08-11 13:32:17 +02:00
..
src Restore customization of the Couchbase cache manager 2020-08-11 13:32:17 +02:00
build.gradle Merge branch '2.2.x' into 2.3.x 2020-07-29 14:10:25 +01:00