[disruptor] branch master updated (dfe6c76 -> 88eda9c)
Tony Mancill
tmancill at moszumanska.debian.org
Thu Jul 28 06:16:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
tmancill pushed a change to branch master
in repository disruptor.
from dfe6c76 Upload to unstable
new c14b5e1 interim changelog
new c709ec1 upstream pom for 3.3.5 release
adds 8df5754 Imported Upstream version 3.3.5
new de1be69 Merge tag 'upstream/3.3.5'
new 8a8701c bump standards version to 3.9.8
new 77d0a0a use secure URLs for Vcs links
new c4775e6 add myself to uploaders
new 88eda9c update changelog for upload of 3.3.5
The 7 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:
build.gradle | 3 +-
config/checkstyle/checkstyle.xml | 2 +-
debian/changelog | 10 ++++
debian/control | 9 +--
debian/pom.xml | 2 +-
gradle/wrapper/gradle-wrapper.properties | 4 +-
gradlew | 10 +---
.../java/com/lmax/disruptor/AbstractSequencer.java | 11 ++++
.../com/lmax/disruptor/BlockingWaitStrategy.java | 8 +++
.../disruptor/InsufficientCapacityException.java | 4 +-
.../lmax/disruptor/LiteBlockingWaitStrategy.java | 8 +++
...y.java => LiteTimeoutBlockingWaitStrategy.java} | 36 +++++++++---
.../com/lmax/disruptor/MultiProducerSequencer.java | 1 +
src/main/java/com/lmax/disruptor/RingBuffer.java | 11 +++-
.../lmax/disruptor/SingleProducerSequencer.java | 1 +
.../disruptor/TimeoutBlockingWaitStrategy.java | 7 +++
src/main/java/com/lmax/disruptor/WaitStrategy.java | 2 +-
.../java/com/lmax/disruptor/WorkProcessor.java | 23 ++++++++
.../java/com/lmax/disruptor/dsl/BasicExecutor.java | 36 ++++++++++++
.../java/com/lmax/disruptor/dsl/Disruptor.java | 14 ++++-
...ava => OneToOneQueueBatchedThroughputTest.java} | 28 ++++-----
.../queue/OneToOneQueueThroughputTest.java | 18 ++----
.../disruptor/queue/PingPongQueueLatencyTest.java | 22 +++----
.../sequenced/PingPongSequencedLatencyTest.java | 13 ++---
.../support/MultiBufferBatchEventProcessor.java | 20 ++-----
....java => ValueAdditionBatchQueueProcessor.java} | 40 ++++++++++---
...va => LiteTimeoutBlockingWaitStrategyTest.java} | 4 +-
.../example/HandleExceptionOnTranslate.java | 68 ++++++++++++++++++++++
.../com/lmax/disruptor/example/KeyedBatching.java | 42 +++++++++++++
.../example/SequentialThreeConsumers.java | 62 ++++++++++++++++++++
30 files changed, 411 insertions(+), 108 deletions(-)
copy src/main/java/com/lmax/disruptor/{TimeoutBlockingWaitStrategy.java => LiteTimeoutBlockingWaitStrategy.java} (63%)
copy src/perftest/java/com/lmax/disruptor/queue/{OneToOneQueueThroughputTest.java => OneToOneQueueBatchedThroughputTest.java} (76%)
copy src/perftest/java/com/lmax/disruptor/support/{ValueMutationQueueProcessor.java => ValueAdditionBatchQueueProcessor.java} (63%)
copy src/test/java/com/lmax/disruptor/{TimeoutBlockingWaitStrategyTest.java => LiteTimeoutBlockingWaitStrategyTest.java} (87%)
create mode 100644 src/test/java/com/lmax/disruptor/example/HandleExceptionOnTranslate.java
create mode 100644 src/test/java/com/lmax/disruptor/example/KeyedBatching.java
create mode 100644 src/test/java/com/lmax/disruptor/example/SequentialThreeConsumers.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