redisson icon indicating copy to clipboard operation
redisson copied to clipboard

Open the protected Config methods

Open jonathannaguin opened this issue 3 years ago • 0 comments

Hello,

The methods https://github.com/redisson/redisson/blob/master/redisson/src/main/java/org/redisson/config/Config.java#L302 and https://github.com/redisson/redisson/blob/master/redisson/src/main/java/org/redisson/config/Config.java#L222 are protected and therefore we can't customise them from a RedissonAutoConfigurationCustomizer class.

Would it be possible to change its visibility to be public?

Thanks

jonathannaguin avatar Aug 30 '22 09:08 jonathannaguin