Suppress deprecation warning from LettuceConnectionFactory
See gh-9538
This commit is contained in:
@@ -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