Skip to content

Upgrade jedis major version#399

Open
viktoriya-kutsarova wants to merge 1 commit intoRedisLabs:masterfrom
viktoriya-kutsarova:upgrade-jedis-major-version
Open

Upgrade jedis major version#399
viktoriya-kutsarova wants to merge 1 commit intoRedisLabs:masterfrom
viktoriya-kutsarova:upgrade-jedis-major-version

Conversation

@viktoriya-kutsarova
Copy link
Copy Markdown

@viktoriya-kutsarova viktoriya-kutsarova commented Jan 20, 2026

This PR upgrades Jedis from 3.9.0 to 4.4.8. We chose 4.4.8 (rather than the latest 5.x) to maintain support for JedisPool, which is deprecated in Jedis 5.x. Jedis 4.x is required to access the ClientSetInfoConfig API for registering client library information on the Redis server using CLIENT SETINFO (see follow-up PR #400).

Key Changes

  • Migrated JedisPool initialisation to use the new DefaultJedisClientConfig builder pattern
  • Updated package imports: ScanParams, StreamEntry, XReadGroupParams moved to new packages
  • Refactored xreadGroup calls to use parameter-based API instead of positional arguments
  • Updated exception handling: authentication failures now throw JedisAccessControlException instead of generic JedisConnectionException

@jit-ci
Copy link
Copy Markdown

jit-ci Bot commented Jan 20, 2026

Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset.

In case there are security findings, they will be communicated to you as a comment inside the PR.

Hope you’ll enjoy using Jit.

Questions? Comments? Want to learn more? Get in touch with us.

@tishun tishun self-requested a review January 21, 2026 09:41
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

Successfully merging this pull request may close these issues.

1 participant