[disruptor] branch master updated (a31a490 -> f0b7862)
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 change to branch master
in repository disruptor.
from a31a490 New upstream release (3.3.0)
adds 7452bd0 Imported Upstream version 3.3.2
new 0575fba Merge tag 'upstream/3.3.2'
new d99ae42 Updated debian/pom.xml
new 1b3cfe1 Standards-Version updated to 3.9.6
new a4641d3 Shorter Vcs-Browser URL
new f0b7862 Upload to unstable
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 9 +-
build.gradle | 36 ++------
debian/changelog | 8 ++
debian/control | 4 +-
debian/pom.xml | 14 +--
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 ---------------------
30 files changed, 335 insertions(+), 201 deletions(-)
create mode 100644 src/perftest/java/com/lmax/disruptor/primitive/LongRingBuffer.java
rename src/test/java/com/lmax/disruptor/{TortureTest.java => DisruptorStressTest.java} (98%)
create mode 100644 src/test/java/com/lmax/disruptor/example/PullWithPoller.java
create mode 100644 src/test/java/com/lmax/disruptor/example/ThreeToOneDisruptor.java
delete mode 100644 src/test/java/com/lmax/disruptor/example/TwoDisruptors.java
--
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