Skip to content

deps: bump redis.clients:jedis from 7.4.1 to 8.0.0 - #100

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/redis.clients-jedis-8.0.0
Open

deps: bump redis.clients:jedis from 7.4.1 to 8.0.0#100
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/redis.clients-jedis-8.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps redis.clients:jedis from 7.4.1 to 8.0.0.

Release notes

Sourced from redis.clients:jedis's releases.

8.0.0

Jedis 8.0.0 completes the client class consolidation started in 7.0.0, modernizes protocol defaults, tightens security defaults, and adds command coverage for Redis 8.8 and the Redis 8.10 preview.

  • RESP3 auto-negotiation on by default for all UnifiedJedis-based clients (with graceful RESP2 fallback)
  • Final removal of legacy JedisPooled / JedisSentineled classes in favor of the RedisClient family introduced in 7.0.0
  • Removal of deprecated UnifiedJedis public constructors
  • Internal refactoring that affects users of low-level extension points (custom CommandExecutor, Transaction subclasses, ClusterPipeline, CommandObjects) — protocol and connection wiring is now explicit at construction time
  • Search modernization — the low-level cursor APIs are superseded by ftAggregateIterator(), and the manual broadcast API is removed (Redis 8.0+ broadcasts FT.CREATE server-side)
  • TLS hostname verification enforced by default in DefaultJedisSocketFactory
  • New Redis 8.8 command coverage — XNACK, JSON.SET FPHA, Array commands, INCREX, COUNT aggregator on ZINTER / ZUNION(STORE) and their *STORE variants, multi-aggregator TS.RANGE / TS.MRANGE, plus an experimental COLLECT parameter for FT.AGGREGATE
  • Redis 8.10 command coverage — HIMPORT (Hinted Hash Templates), FT.ALIASLIST, MAXCOUNT / MAXSIZE on XREAD and XREADGROUP, SUNIONCARD / SDIFFCARD, LMOVEM / BLMOVEM, TS.READ, TS.NRANGE / TS.NREVRANGE, TS.QUERYLABELS, and EXCLUDEEMPTY on TS.MRANGE / TS.MREVRANGE

For step-by-step upgrade instructions, see the v7 → v8 migration guide: https://redis.github.io/jedis/migration-guides/v7-to-v8/

Changes

🔥 Breaking Changes

  • Remove unusable aclLogBinary() methods (#4580)
  • Tighten Connection.initializeFromClientConfig() visibility to package-private (#4548)
  • CommandObjects refactoring : Enforce protocol (#4515, #4514, #4513)
  • Bump org.apache.commons:commons-pool2 from 2.12.1 to 2.13.1 (#4409)
  • Fix Connection Close Exception Handling for commons-pool2 2.13.1 (#4439)
  • Switch to RESP3 as default protocol version (#4468)
  • Drop deprecated classes and constructors (#4488)
  • Align Search APIs and behaviour with Redis 8.0+ (#4173)
  • refactor: decouple Transaction from Jedis (#4440)
  • Introduce request & response policy support (#4411)
  • Remove unused leftovers from JedisSharding (#4348)

🧪 Experimental Features

  • Add new COLLECT parameter for FT.AGGREGATE (#4534)

🚀 New Features

  • [Redis 8.10] Add HIMPORT (Hinted Hash Templates) support (#4667)
  • [Redis 8.10] Add FT.ALIASLIST search command support (#4619)
  • [Redis 8.10] Add MAXCOUNT and MAXSIZE options to XREAD and XREADGROUP (#4627)
  • [Redis 8.10] Add SUNIONCARD and SDIFFCARD commands (#4638)
  • [Redis 8.10] Add LMVOVEM/BLMOVEM commands (#4635)
  • [Redis 8.10] Support TS.NRANGE and TS.NREVRANGE time series commands (#4650)
  • [Redis 8.10] Add TS.QUERYLABELS support to the client (#4651)
  • [Redis 8.10] Regenerate command flags registry from Redis 8.10-rc2 (#4653)
  • [Redis 8.10] Regenerate command flags registry from Redis 8.8 (#4652)
  • [Redis 8.10] Add EXCLUDEEMPTY option to TS.MRANGE / TS.MREVRANGE (#4641)
  • [Redis 8.10] Add support for the TS.READ time series command (#4642)
  • Add VISMEMBER vector set command (#4599)
  • Mark connections broken on protocol I/O failures (#4549)
  • Improve MultiDbTransaction functionality and test coverage (#4561)

... (truncated)

Commits
  • 8e393b9 Fix FTSearchParams.params(Map) dropping values when parameters are already se...
  • 9bcb5c6 Pin SDR integration tests to redis:8.6.2 on PR runs (#4676)
  • d2f4d5d [Redis 8.10] Add HIMPORT (Hinted Hash Templates) support (#4667)
  • f2fe13e Add SECURITY.md with vulnerability reporting policy (#4673)
  • 0dca44c decode ScanParams.match with SafeEncoder, not the JVM default charset (#4661)
  • 43bef11 chore(deps-dev): bump org.apache.httpcomponents.client5:httpclient5-fluent fr...
  • c8e87aa Fix sporadic doctest failures: stale keys and FT.AGGREGATE row-order assumpti...
  • aaf15e8 [Redis 8.10] Add integration test for search-on-timeout config (#4600)
  • 87e9df2 Bump 8.10 test env to official 8.10.0 release (#4663)
  • 411d14c Speed up slow integration tests (#4659)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.4.1 to 8.0.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v7.4.1...v8.0.0)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 19, 2026
@github-actions

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

pom.xml

PackageVersionLicenseIssue Type
redis.clients:jedis8.0.0NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
maven/redis.clients:jedis 8.0.0 🟢 7.2
Details
CheckScoreReason
Code-Review🟢 6Found 18/28 approved changesets -- score normalized to 6
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Maintained🟢 1030 commit(s) and 29 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟢 10security policy file detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟢 10license file detected
Fuzzing🟢 10project is fuzzed
Signed-Releases⚠️ -1no releases found
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Packaging🟢 10packaging workflow detected
SAST🟢 10SAST tool is run on all commits
Branch-Protection🟢 5branch protection is not maximal on development and all release branches

Scanned Files

  • pom.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants