logback-redis-appender icon indicating copy to clipboard operation
logback-redis-appender copied to clipboard

Not compatible with jedis-3.1.0

Open bwrega opened this issue 5 years ago • 2 comments

com.cwbase.logback.RedisAppender calls methods redis.clients.jedis.JedisPool.returnBrokenResource(...) and redis.clients.jedis.JedisPool.returnResource(...) that are marked as protected in jedis-3.1.0 (and my guess is that it's disabled since jedis-3.0.0).

redis.clients.jedis.Jedis.close() should be called instead

bwrega avatar Nov 26 '19 17:11 bwrega

Seems like this is fixed with #22

derkoe avatar Jan 16 '20 13:01 derkoe

Yes, i think too, but the version 1.1.6 is not released and not in the maven central repo.

drapej avatar Jan 17 '20 16:01 drapej