Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.lmax:disruptor to v4 #191

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.lmax:disruptor (source) 3.4.4 -> 4.0.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

LMAX-Exchange/disruptor (com.lmax:disruptor)

v4.0.0

Compare Source

  • 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()

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/com.lmax-disruptor-4.x branch 2 times, most recently from 741c9c5 to dac8829 Compare December 6, 2023 09:23
@renovate renovate bot force-pushed the renovate/com.lmax-disruptor-4.x branch from dac8829 to 5d1b0af Compare December 29, 2023 03:10
@renovate renovate bot force-pushed the renovate/com.lmax-disruptor-4.x branch from 5d1b0af to 66f0b9e Compare January 8, 2024 20:03
@renovate renovate bot force-pushed the renovate/com.lmax-disruptor-4.x branch from 66f0b9e to 3134a3b Compare January 22, 2024 09:24
@renovate renovate bot force-pushed the renovate/com.lmax-disruptor-4.x branch from 3134a3b to 4cbe3ed Compare February 6, 2024 01:34
@renovate renovate bot force-pushed the renovate/com.lmax-disruptor-4.x branch from 4cbe3ed to dbbbb1e Compare February 21, 2024 10:03
@renovate renovate bot requested a review from AlexProgrammerDE as a code owner February 21, 2024 10:03
@AlexProgrammerDE AlexProgrammerDE merged commit 088146e into main Feb 21, 2024
9 checks passed
@renovate renovate bot deleted the renovate/com.lmax-disruptor-4.x branch February 21, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant