cf-butler
cf-butler copied to clipboard
Bump com.lmax:disruptor from 3.4.4 to 4.0.0
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 -
WorkerPoolandWorkProcessorhave been removed, no moreDisruptor::handleEventsWithWorkerPoolDisruptorconstructors usingExecutorhave been removed. UseThreadFactoryinstead.- Rolled up event handling extension interfaces on to
EventHandler:
BatchStartAwareLifecycleAwareSequenceReportingEventHandlerFatalExceptionHandlerandIgnoreExceptionHandlernow 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::onBatchStartnow gets both thebatchSizeas well asqueueDepth(previously it hadbatchSizewhich reported queue depth)- Added documentation to
EventPollerUtil::log2throws 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 -
WorkerPoolandWorkProcessorhave been removed, no moreDisruptor::handleEventsWithWorkerPoolDisruptorconstructors using Executor have been removed. Use ThreadFactory instead.- Rolled up event handling extension interfaces on to EventHandler:
BatchStartAwareLifecycleAwareSequenceReportingEventHandler- 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
95c705fUse a monotonic clock for checking timeout on shutdown8192ba7Merge pull request #459 from xyc-xyc/master360cbcfupdate a typo0088c5fRemove Release Candidate stage from 4.0.0 release50c1342Update release log for final 4.0.082cb236Convert markdown heading to asciidoc headings in changelogb29b8fdMerge pull request #455 from ocoanet/masterf164d9fUse Util.getSequencesFor to create sequences from processors87156a0Update docs to make example signing key id consistentf6464c3Add gitignore for generates tests- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.