Merge remote-tracking branch 'origin/3.0.x'

This commit is contained in:
Olga MaciaszekSharma
2021-12-06 18:01:21 +01:00

View File

@@ -80,6 +80,7 @@ public class LoadBalancerCacheAutoConfiguration {
void logWarning() {
if (LOG.isWarnEnabled()) {
LOG.warn("Spring Cloud LoadBalancer is currently working with the default cache. "
+ "While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production."
+ "You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.");
}
}