solrbot opened a new pull request, #3574:
URL: https://github.com/apache/solr/pull/3574

   This PR contains the following updates:
   
   | Package | Type | Update | Change |
   |---|---|---|---|
   | [com.lmax:disruptor](https://lmax-exchange.github.io/disruptor) 
([source](https://redirect.github.com/LMAX-Exchange/disruptor)) | dependencies 
| major | `3.4.4` -> `4.0.0` |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>LMAX-Exchange/disruptor (com.lmax:disruptor)</summary>
   
   ### 
[`v4.0.0`](https://redirect.github.com/LMAX-Exchange/disruptor/releases/tag/4.0.0)
   
   [Compare 
Source](https://redirect.github.com/LMAX-Exchange/disruptor/compare/3.4.4...4.0.0)
   
   - Minimum Java version now 11
   - Issue 
[#&#8203;323](https://redirect.github.com/LMAX-Exchange/disruptor/issues/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()`
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - Every minute ( * * * * * ) (UTC), 
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.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Renovate 
Bot](https://redirect.github.com/solrbot/renovate-github-action)
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoiYnJhbmNoXzl4IiwibGFiZWxzIjpbImV4ZW1wdC1zdGFsZSJdfQ==-->
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to