[disruptor] 01/05: Merge tag 'upstream/3.3.2'
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Apr 29 20:29:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository disruptor.
commit 0575fba258685019d715b88667f863983bedd82d
Merge: a31a490 7452bd0
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Apr 29 22:20:36 2015 +0200
Merge tag 'upstream/3.3.2'
Upstream version 3.3.2
README.md | 9 +-
build.gradle | 36 ++------
gradle/wrapper/gradle-wrapper.properties | 4 +-
.../com/lmax/disruptor/BatchEventProcessor.java | 4 +-
.../java/com/lmax/disruptor/ExceptionHandler.java | 4 +-
.../com/lmax/disruptor/FatalExceptionHandler.java | 2 +-
.../com/lmax/disruptor/IgnoreExceptionHandler.java | 2 +-
src/main/java/com/lmax/disruptor/RingBuffer.java | 1 +
.../com/lmax/disruptor/SleepingWaitStrategy.java | 9 +-
.../java/com/lmax/disruptor/WorkProcessor.java | 4 +-
src/main/java/com/lmax/disruptor/WorkerPool.java | 4 +-
.../com/lmax/disruptor/dsl/ConsumerRepository.java | 4 +-
.../java/com/lmax/disruptor/dsl/Disruptor.java | 63 +++++++------
.../lmax/disruptor/dsl/EventProcessorFactory.java | 2 +-
.../disruptor/dsl/ExceptionHandlerSetting.java | 4 +-
.../lmax/disruptor/primitive/LongRingBuffer.java | 69 ++++++++++++++
.../lmax/disruptor/BatchEventProcessorTest.java | 4 +-
.../{TortureTest.java => DisruptorStressTest.java} | 4 +-
.../lmax/disruptor/FatalExceptionHandlerTest.java | 2 +-
.../lmax/disruptor/IgnoreExceptionHandlerTest.java | 2 +-
.../java/com/lmax/disruptor/RingBufferTest.java | 1 +
.../lmax/disruptor/dsl/ConsumerRepositoryTest.java | 2 +-
.../java/com/lmax/disruptor/dsl/DisruptorTest.java | 18 ++--
.../disruptor/dsl/stubs/StubExceptionHandler.java | 2 +-
.../com/lmax/disruptor/example/PullWithPoller.java | 70 +++++++++++++++
.../disruptor/example/ThreeToOneDisruptor.java | 84 +++++++++++++++++
.../com/lmax/disruptor/example/TwoDisruptors.java | 100 ---------------------
27 files changed, 318 insertions(+), 192 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/disruptor.git
More information about the pkg-java-commits
mailing list