Remove unused leftovers from JedisSharding#4348
Conversation
Continuation of #4311
Test Results 305 files ± 0 305 suites ±0 8m 54s ⏱️ - 2m 46s Results for commit f42f0f8. ± Comparison against base commit df7a9f4. This pull request removes 32 and adds 1 tests. Note that renamed tests count towards both.This pull request skips 1475 tests.♻️ This comment has been updated with latest results. |
|
@ggivo I don't think it's a breaking change, since the files are internal and not used extrernaly. |
|
@uglide |
|
@ggivo see https://github.com/redis/jedis/pull/4311/files#diff-a1c95bbe6e3dc70afb41f29448973d7f61021891667a064b67d5bbc2603748b3L32-L35 |
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
Continuation of #4311
Note
Low Risk
Low risk cleanup removing deprecated, apparently unreferenced sharding hashing utilities and a benchmark. Main risk is for any downstream consumers relying on these internal classes, but no in-repo usages remain.
Overview
Removes deprecated sharding leftovers by deleting the
Hashinginterface (including its MD5 implementation) and theMurmurHashimplementation.Also deletes the
HashingBenchmarktest/benchmark that exercised these hashing functions.Written by Cursor Bugbot for commit f42f0f8. This will update automatically on new commits. Configure here.