dependabot[bot] opened a new pull request, #524: URL: https://github.com/apache/syncope/pull/524
Bumps [com.lmax:disruptor](https://github.com/LMAX-Exchange/disruptor) from 3.4.4 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/LMAX-Exchange/disruptor/releases">com.lmax:disruptor's releases</a>.</em></p> <blockquote> <h2>Release 4.0.0</h2> <ul> <li>Minimum Java version now 11</li> <li>Issue <a href="https://redirect.github.com/LMAX-Exchange/disruptor/issues/323">#323</a> - <code>WorkerPool</code> and <code>WorkProcessor</code> have been removed, no more <code>Disruptor::handleEventsWithWorkerPool</code></li> <li><code>Disruptor</code> constructors using <code>Executor</code> have been removed. Use <code>ThreadFactory</code> instead.</li> <li>Rolled up event handling extension interfaces on to <code>EventHandler</code>: <ul> <li><code>BatchStartAware</code></li> <li><code>LifecycleAware</code></li> <li><code>SequenceReportingEventHandler</code></li> </ul> </li> <li><code>FatalExceptionHandler</code> and <code>IgnoreExceptionHandler</code> now use the JDK 9 Platform Logging API, i.e. <code>System.Logger</code></li> <li>Add rewind batch feature to the <code>BatchEventProcessor</code></li> <li>Add a maximum batch size argument to <code>BatchEventProcessor</code> <ul> <li><code>EventHandler::onBatchStart</code> now gets both the <code>batchSize</code> as well as <code>queueDepth</code> (previously it had <code>batchSize</code> which reported queue depth)</li> </ul> </li> <li>Added documentation to <code>EventPoller</code></li> <li><code>Util::log2</code> throws if passed a non-positive argument</li> <li>Deprecations <ul> <li>Deprecated <code>ThreadHints.onSpinWait()</code></li> <li>Deprecated <code>Disruptor.handleExceptionsWith()</code> - this had been javadoc deprecated since 2015 but not in the code</li> <li>Removed previously deprecated methods <ul> <li><code>Ringbuffer.resetTo()</code></li> <li><code>ConsumerRepository.getLastSequenceInChain()</code></li> </ul> </li> </ul> </li> </ul> <h2>Release 4.0.0 Release Candidate 1</h2> <ul> <li>Breaking Changes <ul> <li>Minimum Java version now 11</li> <li>Issue <a href="https://redirect.github.com/LMAX-Exchange/disruptor/issues/323">#323</a> - <code>WorkerPool</code> and <code>WorkProcessor</code> have been removed, no more <code>Disruptor::handleEventsWithWorkerPool</code></li> <li><code>Disruptor</code> constructors using Executor have been removed. Use ThreadFactory instead.</li> <li>Rolled up event handling extension interfaces on to EventHandler: <ul> <li><code>BatchStartAware</code></li> <li><code>LifecycleAware</code></li> <li><code>SequenceReportingEventHandler</code></li> </ul> </li> </ul> </li> <li>Deprecated ThreadHints.onSpinWait()</li> <li>FatalExceptionHandler and IgnoreExceptionHandler now use the JDK 9 Platform Logging API, i.e. System.Logger</li> <li>Add rewind batch feature to the BatchEventProcessor</li> <li>Added documentation to EventPoller</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/LMAX-Exchange/disruptor/commit/95c705f60c1833b07f1fed6e08a08d7bee7f0971"><code>95c705f</code></a> Use a monotonic clock for checking timeout on shutdown</li> <li><a href="https://github.com/LMAX-Exchange/disruptor/commit/8192ba72b34f68ecd8810f4985062504c2804b3c"><code>8192ba7</code></a> Merge pull request <a href="https://redirect.github.com/LMAX-Exchange/disruptor/issues/459">#459</a> from xyc-xyc/master</li> <li><a href="https://github.com/LMAX-Exchange/disruptor/commit/360cbcf6a956aab02499f9165a3d462aa7f13a1a"><code>360cbcf</code></a> update a typo</li> <li><a href="https://github.com/LMAX-Exchange/disruptor/commit/0088c5fab8bfcd2abb910cf513adeaffcdbaa36f"><code>0088c5f</code></a> Remove Release Candidate stage from 4.0.0 release</li> <li><a href="https://github.com/LMAX-Exchange/disruptor/commit/50c1342bc3caf1774600e051b3756d07434a5eb8"><code>50c1342</code></a> Update release log for final 4.0.0</li> <li><a href="https://github.com/LMAX-Exchange/disruptor/commit/82cb236bad13167ae171919e3026d77ea3db6be5"><code>82cb236</code></a> Convert markdown heading to asciidoc headings in changelog</li> <li><a href="https://github.com/LMAX-Exchange/disruptor/commit/b29b8fd5a08835d55d037e68f2a3b9cc0951e2d5"><code>b29b8fd</code></a> Merge pull request <a href="https://redirect.github.com/LMAX-Exchange/disruptor/issues/455">#455</a> from ocoanet/master</li> <li><a href="https://github.com/LMAX-Exchange/disruptor/commit/f164d9ff5431146a394cd5dc06be81116449c4b8"><code>f164d9f</code></a> Use Util.getSequencesFor to create sequences from processors</li> <li><a href="https://github.com/LMAX-Exchange/disruptor/commit/87156a05646221b660e8a90e7bc161498723781d"><code>87156a0</code></a> Update docs to make example signing key id consistent</li> <li><a href="https://github.com/LMAX-Exchange/disruptor/commit/f6464c3f91fe252f580fdcaa5c8cea59734267a8"><code>f6464c3</code></a> Add gitignore for generates tests</li> <li>Additional commits viewable in <a href="https://github.com/LMAX-Exchange/disruptor/compare/3.4.4...4.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org