This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository reactive-streams.

      from  302fb03   Build with gradle-debian-helper
       new  82892df   Standards-Version updated to 4.1.0
       new  9d015cf   Switch to debhelper level 10
       new  f814ca9   Wrap and sort
      adds  7ba74c8   New upstream version 1.0.1
       new  a23d4c7   Updated version 1.0.1 from 'upstream/1.0.1'
       new  c27059a   Updated the pom
       new  616d7d2   Use a secure Vcs-Git URL
       new  1234820   Upload to unstable

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:
 CopyrightWaivers.txt                               |  10 +
 README.md                                          | 153 ++++--
 RELEASE-NOTES.md                                   | 177 +++++-
 .../main/java/org/reactivestreams/Processor.java   |  11 +
 .../main/java/org/reactivestreams/Publisher.java   |  11 +
 .../main/java/org/reactivestreams/Subscriber.java  |  11 +
 .../java/org/reactivestreams/Subscription.java     |  13 +-
 build.gradle                                       |   6 +-
 debian/changelog                                   |   9 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  12 +-
 debian/pom.xml                                     |   2 +-
 .../example/unicast/AsyncIterablePublisher.java    |  11 +
 .../example/unicast/AsyncSubscriber.java           |  17 +-
 .../unicast/InfiniteIncrementNumberPublisher.java  |  11 +
 .../example/unicast/NumberIterablePublisher.java   |  11 +
 .../example/unicast/SyncSubscriber.java            |  17 +-
 .../example/unicast/AsyncSubscriberTest.java       |  11 +
 .../example/unicast/IterablePublisherTest.java     |  11 +
 .../example/unicast/SyncSubscriberTest.java        |  13 +-
 .../unicast/SyncSubscriberWhiteboxTest.java        |  13 +-
 .../UnboundedIntegerIncrementPublisherTest.java    |  11 +
 tck/README.md                                      |  17 +-
 .../tck/IdentityProcessorVerification.java         |  25 +-
 .../reactivestreams/tck/PublisherVerification.java | 206 ++++---
 .../tck/SubscriberBlackboxVerification.java        | 132 ++---
 .../tck/SubscriberWhiteboxVerification.java        |  13 +-
 .../org/reactivestreams/tck/TestEnvironment.java   |  94 +++-
 .../reactivestreams/tck/WithHelperPublisher.java   |  11 +
 .../org/reactivestreams/tck/support/Function.java  |  13 +-
 .../tck/support/HelperPublisher.java               |  13 +-
 .../tck/support/InfiniteHelperPublisher.java       |  13 +-
 .../org/reactivestreams/tck/support/NonFatal.java  |  11 +
 .../org/reactivestreams/tck/support/Optional.java  |  11 +
 .../tck/support/PublisherVerificationRules.java    | 605 ++++++++++++++++++++-
 .../SubscriberBlackboxVerificationRules.java       | 352 +++++++++++-
 .../support/SubscriberBufferOverflowException.java |  11 +
 .../SubscriberWhiteboxVerificationRules.java       |  13 +-
 .../reactivestreams/tck/support/TestException.java |  11 +
 .../tck/EmptyLazyPublisherTest.java                |  13 +-
 ...dentityProcessorVerificationDelegationTest.java |  11 +
 .../tck/IdentityProcessorVerificationTest.java     |  14 +-
 .../tck/PublisherVerificationTest.java             | 118 ++++
 .../reactivestreams/tck/RangePublisherTest.java    | 176 ++++++
 .../tck/SingleElementPublisherTest.java            |  15 +-
 .../tck/SubscriberBlackboxVerificationTest.java    |  72 ++-
 .../tck/SubscriberWhiteboxVerificationTest.java    |  11 +
 .../tck/SyncTriggeredDemandSubscriberTest.java     |  11 +
 .../SyncTriggeredDemandSubscriberWhiteboxTest.java |  11 +
 .../tck/support/SyncTriggeredDemandSubscriber.java |  17 +-
 .../tck/support/TCKVerificationSupport.java        |  11 +
 51 files changed, 2315 insertions(+), 259 deletions(-)
 create mode 100644 
tck/src/test/java/org/reactivestreams/tck/RangePublisherTest.java

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/reactive-streams.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to