Skip to content

build(deps): bump com.lmax:disruptor from 3.4.4 to 4.0.0#1182

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/gradle/dev/com.lmax-disruptor-4.0.0
Open

build(deps): bump com.lmax:disruptor from 3.4.4 to 4.0.0#1182
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/gradle/dev/com.lmax-disruptor-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps com.lmax:disruptor from 3.4.4 to 4.0.0.

Release notes

Sourced from com.lmax:disruptor's releases.

Release 4.0.0

  • Minimum Java version now 11
  • Issue #323 - WorkerPool and WorkProcessor have been removed, no more Disruptor::handleEventsWithWorkerPool
  • Disruptor constructors using Executor have been removed. Use ThreadFactory instead.
  • Rolled up event handling extension interfaces on to EventHandler:
    • BatchStartAware
    • LifecycleAware
    • SequenceReportingEventHandler
  • FatalExceptionHandler and IgnoreExceptionHandler now use the JDK 9 Platform Logging API, i.e. System.Logger
  • Add rewind batch feature to the BatchEventProcessor
  • Add a maximum batch size argument to BatchEventProcessor
    • EventHandler::onBatchStart now gets both the batchSize as well as queueDepth (previously it had batchSize which reported queue depth)
  • Added documentation to EventPoller
  • Util::log2 throws if passed a non-positive argument
  • Deprecations
    • Deprecated ThreadHints.onSpinWait()
    • Deprecated Disruptor.handleExceptionsWith() - this had been javadoc deprecated since 2015 but not in the code
    • Removed previously deprecated methods
      • Ringbuffer.resetTo()
      • ConsumerRepository.getLastSequenceInChain()

Release 4.0.0 Release Candidate 1

  • Breaking Changes
    • Minimum Java version now 11
    • Issue #323 - WorkerPool and WorkProcessor have been removed, no more Disruptor::handleEventsWithWorkerPool
    • Disruptor constructors using Executor have been removed. Use ThreadFactory instead.
    • Rolled up event handling extension interfaces on to EventHandler:
      • BatchStartAware
      • LifecycleAware
      • SequenceReportingEventHandler
  • Deprecated ThreadHints.onSpinWait()
  • FatalExceptionHandler and IgnoreExceptionHandler now use the JDK 9 Platform Logging API, i.e. System.Logger
  • Add rewind batch feature to the BatchEventProcessor
  • Added documentation to EventPoller
Commits
  • 95c705f Use a monotonic clock for checking timeout on shutdown
  • 8192ba7 Merge pull request #459 from xyc-xyc/master
  • 360cbcf update a typo
  • 0088c5f Remove Release Candidate stage from 4.0.0 release
  • 50c1342 Update release log for final 4.0.0
  • 82cb236 Convert markdown heading to asciidoc headings in changelog
  • b29b8fd Merge pull request #455 from ocoanet/master
  • f164d9f Use Util.getSequencesFor to create sequences from processors
  • 87156a0 Update docs to make example signing key id consistent
  • f6464c3 Add gitignore for generates tests
  • 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 [com.lmax:disruptor](https://github.com/LMAX-Exchange/disruptor) from 3.4.4 to 4.0.0.
- [Release notes](https://github.com/LMAX-Exchange/disruptor/releases)
- [Changelog](https://github.com/LMAX-Exchange/disruptor/blob/master/CHANGELOG.adoc)
- [Commits](LMAX-Exchange/disruptor@3.4.4...4.0.0)

---
updated-dependencies:
- dependency-name: com.lmax:disruptor
  dependency-version: 4.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 依赖更新相关 java Pull requests that update Java code labels Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies 依赖更新相关 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant