-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update Jedis dependency #47221
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
base: main
Are you sure you want to change the base?
Update Jedis dependency #47221
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR downgrades the Jedis dependency from version 6.2.0 to 4.4.8 across multiple modules to address licensing concerns with the Elastic-2.0 license present in Jedis 6.2.0.
Key changes:
- Downgraded Jedis dependency from 6.2.0 to 4.4.8 in two modules and central dependency management
- Updated Maven enforcer bannedDependencies rules to reflect the new version
- Maintained consistency across all dependency declarations
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| sdk/identity/azure-identity/pom.xml | Updated Jedis test dependency from 6.2.0 to 4.4.8 |
| sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-jedis/pom.xml | Downgraded Jedis runtime dependency from 6.2.0 to 4.4.8 and updated bannedDependencies rule to match |
| eng/versioning/external_dependencies.txt | Updated central external dependency version for Jedis from 6.2.0 to 4.4.8 |
| <groupId>redis.clients</groupId> | ||
| <artifactId>jedis</artifactId> | ||
| <version>6.2.0</version> <!-- {x-version-update;redis.clients:jedis;external_dependency} --> | ||
| <version>4.4.8</version> <!-- {x-version-update;redis.clients:jedis;external_dependency} --> |
Copilot
AI
Nov 10, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CHANGELOG.md file for this module should be updated to document this dependency downgrade from Jedis 6.2.0 to 4.4.8. According to the PR guidelines and best practices, dependency changes should be documented in the CHANGELOG.md under the "Other Changes" section with "Dependency Updates" subsection. The current unreleased version (1.0.0-beta.5) section should include:
#### Dependency Updates
- Downgraded `jedis` from `6.2.0` to version `4.4.8`.This is particularly important as it's a downgrade (not an upgrade), likely due to licensing concerns with the Elastic-2.0 license in Jedis 6.2.0.
Downgrading from Jedis 6.2.0 (Elastic-2.0 license) to Jedis 4.4.8