forked from pool/disruptor
30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Sep 9 09:17:40 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 10 13:48:27 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
|
|
|
|
- Update to 3.4.4:
|
|
* 3.4.4 Lazy-loading of Logger instances - See #370 & #376
|
|
* 3.4.3 Add Automatic-Module-Name to MANIFEST.MF
|
|
* 3.4.2 Fix race condition in BatchEventProcessor with 3 or more
|
|
starting/halting concurrently.
|
|
* 3.4.1 Fix race between run() and halt() on BatchEventProcessor.
|
|
* 3.4.0 Drop support for JDK6, support JDK7 and above only.
|
|
Add ThreadHints.onSpinWait to all busy spins within Disruptor.
|
|
Increase default sleep time for LockSupport.parkNanos to
|
|
prevent busy spinning.
|
|
* 3.3.8 Revert belt and braces WaitStrategy signalling.
|
|
* 3.3.7 Add batch size to BatchStartAware.onBatchStart()
|
|
Upgrade to newer versions of gradle, checkstyle and JUnit
|
|
Deprecate classes & methods for later release
|
|
Remove JMock and rewrite tests accordingly
|
|
- Remove disruptor-3.3.2-jmock.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 1 15:23:56 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Initial packaging of disruptor 3.3.6
|