mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Suppress deprecation warning from LettuceConnectionFactory
See gh-9538
This commit is contained in:
+1
@@ -90,6 +90,7 @@ class LettuceConnectionConfiguration extends RedisConnectionConfiguration {
|
||||
this.properties.getLettuce().getPool(), clientResources)));
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private LettuceConnectionFactory applyProperties(
|
||||
LettuceConnectionFactory connectionFactory) {
|
||||
connectionFactory
|
||||
|
||||
Reference in New Issue
Block a user