[disruptor] branch master updated (135329d -> 0e0f436)
    Tony Mancill 
    tmancill at moszumanska.debian.org
       
    Mon Oct 10 02:54:39 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  135329d   interim changelog
       new  d3e725b   New upstream version 3.3.6
       new  0e0f436   prepare changelog for upload
The 2 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                                          |  12 ++
 build.gradle                                       |   2 +-
 debian/changelog                                   |   5 +-
 .../lmax/disruptor/SingleProducerSequencer.java    |   4 +
 .../java/com/lmax/disruptor/dsl/Disruptor.java     |  53 +++++-
 .../com/lmax/disruptor/dsl/EventHandlerGroup.java  |   5 +-
 .../OneToOneTranslatorThroughputTest.java          |  13 +-
 .../com/lmax/disruptor/DisruptorStressTest.java    |  11 +-
 .../disruptor/ShutdownOnFatalExceptionTest.java    |   4 +-
 ...ruptorStressTest.java => WorkerStressTest.java} |  46 ++---
 .../java/com/lmax/disruptor/dsl/DisruptorTest.java | 211 ++++++++++++++++++---
 .../{StubExecutor.java => StubThreadFactory.java}  |  27 ++-
 .../example/MultiProducerWithTranslator.java       |  11 +-
 .../lmax/disruptor/example/WaitForShutdown.java    |  65 +++++++
 14 files changed, 375 insertions(+), 94 deletions(-)
 copy src/test/java/com/lmax/disruptor/{DisruptorStressTest.java => WorkerStressTest.java} (76%)
 rename src/test/java/com/lmax/disruptor/dsl/stubs/{StubExecutor.java => StubThreadFactory.java} (77%)
 create mode 100644 src/test/java/com/lmax/disruptor/example/WaitForShutdown.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