Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with jedis-3.1.0 #23

Open
bwrega opened this issue Nov 26, 2019 · 2 comments
Open

Not compatible with jedis-3.1.0 #23

bwrega opened this issue Nov 26, 2019 · 2 comments

Comments

@bwrega
Copy link

bwrega commented Nov 26, 2019

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

@derkoe
Copy link

derkoe commented Jan 16, 2020

Seems like this is fixed with #22

@drapej
Copy link

drapej commented Jan 17, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants