ci: add Spring Data Redis integration test workflow#4499
Merged
uglide merged 4 commits intoApr 29, 2026
Conversation
6a56ca8 to
09cbcc2
Compare
ggivo
reviewed
Apr 28, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Reviewed by Cursor Bugbot for commit 1d8035b. Configure here.
4 tasks
uglide
approved these changes
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds a GitHub Actions workflow that verifies Jedis changes do not break Spring Data Redis (SDR).
The workflow:
**/jedis/**/*Test,**/jedis/**/*Tests)Verified on run 24897960792:
Similar to redis/lettuce#3732
Note
Low Risk
CI-only change that adds additional test coverage; main risk is longer CI time or occasional workflow flakiness due to external checkout/Redis startup.
Overview
Adds a new GitHub Actions workflow (
spring-data-redis-integration.yml) to validate Jedis changes against Spring Data Redis on PRs (and via manual dispatch).The job builds Jedis into the local Maven repo, checks out Spring Data Redis and patches its
jedisdependency to the locally built version, then runs SDR compile checks plus Jedis-scoped unit and Redis-backed integration tests (bringing Redis up viamake startwith a selectable Redis image version) and uploads surefire reports as an artifact.Reviewed by Cursor Bugbot for commit 551a65d. Bugbot is set up for automated code reviews on this repo. Configure here.