Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to head #1

Merged
merged 187 commits into from
Nov 3, 2017
Merged

Upgrade to head #1

merged 187 commits into from
Nov 3, 2017

Commits on Jan 29, 2015

  1. Configuration menu
    Copy the full SHA
    1ce85fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #208 from ktoso/fix-spec-layout

    Repairs formatting issue of tables in spec README
    viktorklang committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    bf8ea54 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2015

  1. Modifies rules 1.09 and 2.13 to mandate `java.lang.NullPointerExcepti…

    …on` be thrown.
    
    Updates the TCK, Spec and example implementations.
    viktorklang committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    e2df130 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. Merge pull request #209 from reactive-streams/wip-204-spec-nulls-√

    Modifies rules 1.09 and 2.13 to mandate `java.lang.NullPointerException`...
    viktorklang committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    9333df9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2015

  1. Fixes #211 by clarifying

    viktorklang committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    6a00b47 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2015

  1. Merge pull request #213 from reactive-streams/wip-211-clarify-multi-s…

    …ubscribe-√
    
    Fixes #211 by clarifying
    viktorklang committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    ba6d042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e01c0fb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #214 from reactive-streams/wip-210-1.12-is-duplica…

    …te-of-1.09-√
    
    Fixes #210 by removing 1.12 and repurposing its TCK checks for 1.09
    viktorklang committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    b56ee39 View commit details
    Browse the repository at this point in the history
  4. Clarifies the signalling sequence in the spec and

     adds TCK verification to ensure signal ordering is proper,
     also amends the examples to reflect the spec change.
    viktorklang committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    10b6db2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #212 from reactive-streams/wip-202-signal-sequence-√

    Attempt to clarify the signalling sequence in the spec
    viktorklang committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    54220e8 View commit details
    Browse the repository at this point in the history
  6. Publish 1.0.0.RC2

    fix #215
    Stephane Maldini committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    6efc7c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2015

  1. Configuration menu
    Copy the full SHA
    484c6f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adbd958 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2015

  1. Merge pull request #218 from reactive-streams/wip-217-publish-example…

    …s-jar-√
    
    Fixes #217 by including the examples project in the publish task
    rkuhn committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    c576a73 View commit details
    Browse the repository at this point in the history
  2. fix #212 issue on spec 213 testing wrt Processor

    Stephane Maldini committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    6c7ec18 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #222 from reactive-streams/wip-212-double-subscrip…

    …tion-processor-spec-213
    
    fix #212 issue on spec 213 testing wrt Processor
    smaldini committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    9c7fdf8 View commit details
    Browse the repository at this point in the history
  4. RC3 release /w #222 fix

    Stephane Maldini committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    b33420a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2015

  1. remove rule 1:12 (produce same elements to all Subscribers)

    This rule is in conflict with 1:11 which allows a Publisher to treat
    multiple Subscribers as either as unicast or multicast recipients. The
    verification of proper multicast behavior (which 1:12 specified) has
    been retained, the test methods renamed accordingly.
    rkuhn committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    607da83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ccc42 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2015

  1. Configuration menu
    Copy the full SHA
    586aec0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. Merge pull request #225 from reactive-streams/wip-remove-1.12

    remove rule 1:12 (produce same elements to all Subscribers)
    rkuhn committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    63074af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #219 from ktoso/fixup-minor

    =tck minor test name fixup, it is a required test
    rkuhn committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    be35ad3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #226 from s4nk/master

    Fixed wrong footnote reference in README.md
    rkuhn committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    d8a6c24 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2015

  1. Configuration menu
    Copy the full SHA
    d9c1568 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2015

  1. !TCK clarify what error publisher is

    + add better readme on what this method is
    + add better javadoc on this method
    - removes reference to old style spec annotation from readme
    + proposing to change method name to "createFailed..." as it is the
      wording used in the spec and reactive manifesto (footnote 1.1)
    + more info in tck/README that it is not legal to signal on* before sub
    Resolves #237, #235
    ktoso committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    c9b91a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #243 from reactive-streams/wip-234-cnp-errors-√

    Addresses a couple of typos in the examples for AsyncSubscriber and Sync...
    viktorklang committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    d8a07aa View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2015

  1. Configuration menu
    Copy the full SHA
    99c0cad View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2015

  1. Merge pull request #241 from ktoso/error-publisher-readme

    !tck - clarifies error publisher, and method name change (?)
    viktorklang committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    954f786 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #244 from ktoso/wip-whitebox-better-example

    +tck #236 example subscriber whitebox tested, and whitebox fixed
    viktorklang committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    bca27f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2015

  1. add space to javadoc

    davidmoten committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    d6a06ee View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. Configuration menu
    Copy the full SHA
    0b055a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #240 from ktoso/async-errors-with-timeout

    +TCK verifyNoAsyncErrors now by default waits, fixes spec111
    viktorklang committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    2fe7c48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56a5252 View commit details
    Browse the repository at this point in the history
  4. Addresses PR review comments for #246

    viktorklang authored and ktoso committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    929a891 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #246 from ktoso/wip-readme-fixups-ktoso

    =tck general tck/readme.md cleanup so it matches current code / spec
    viktorklang committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    5fa310d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7106b5 View commit details
    Browse the repository at this point in the history
  7. +tck explains createElement in more useful terms

    resolves #231
    ktoso committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    f771516 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #251 from davidmoten/patch-1

    Update CopyrightWaivers.txt
    viktorklang committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    0a0cf21 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #247 from davidmoten/add-space

    Publisher: add space to javadoc
    viktorklang committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    0b59ebe View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2015

  1. Merge pull request #250 from ktoso/patch-1

    +tck explains createElement in more useful terms
    viktorklang committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    78c1dd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d503210 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #245 from ktoso/wip-readme-about-which-tests-to-im…

    …pl-ktoso
    
    +tck #232 explain which tests are mendatory to be "compliant"
    viktorklang committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    bf67875 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2015

  1. Update SubscriberWhiteboxVerification.java

    Fixes Javadoc generation on Java8+ by having to manually qualify nested classes.
    viktorklang committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    3d82baf View commit details
    Browse the repository at this point in the history
  2. Fixes #233 by implementing support for triggered demand in in the Sub…

    …scriberBlackboxVerification
    viktorklang committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    c97be99 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2015

  1. Travis PR validation using both JDK 6 and 8

    By validating on both JDKs we know the project even builds on 8,
    while not using features (classes) from JDK8 - so it's still usable for JDK6 projects.
    
    Resolves #254
    ktoso committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    19d5ef5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #252 from reactive-streams/wip-233-support-manual-…

    …demand-√
    
    Fixes #233 by implementing support for triggered demand in in the SubscriberBlackboxVerification
    viktorklang committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    21c8089 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #255 from ktoso/patch-1

    Travis PR validation using both JDK 6 and 8
    viktorklang committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    3896fcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f6a3e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2015

  1. Merge pull request #256 from reactive-streams/wip-proofread-tck-readme-√

    Small touchups to the TCK README.md
    viktorklang committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    0d0b70e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. Release 1.0.0.RC4

    Stephane Maldini committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    7121cae View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2015

  1. Configuration menu
    Copy the full SHA
    755e4bf View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. Test that 'required_spec317_mustNotSignalOnErrorWhenPendingAboveLongM…

    …axValue' completes in a timely manner for fully synchronous publishers (#259).
    ldaley committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    f07a8d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65bdd56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20ff87e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #260 from alkemist/master

    Cancel the subscription after receiving all of the pertinent emissions (#259)
    viktorklang committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    e57f4b9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #262 from ktoso/wip-invoke-method-instead-field-ktoso

    -tck rm undocumented and unused publisherReferenceGCTimeoutMillis method
    viktorklang committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    7a0bebf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #261 from ktoso/wip-method-rename-blackbox-ktoso

    =tck untested spec308 rule method name adjusted
    viktorklang committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    576890c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2015

  1. update version to 1.0.0.RC5

    rkuhn committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    3fd0867 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. Configuration menu
    Copy the full SHA
    6da1ccf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #265 from reactive-streams/wip-update-to-rc5-√

    Updating documentation to reflect the current version: RC5
    viktorklang committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    bfcedb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2015

  1. update ref to 1.0.0.final

    Stephane Maldini committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    f4fe7d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. change 1.0.0.final to 1.0.0 and make sure OSGI manifest has the bundl…

    …e version
    Stephane Maldini committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    96f1254 View commit details
    Browse the repository at this point in the history
  2. OSGI fix

    Stephane Maldini committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    712411f View commit details
    Browse the repository at this point in the history
  3. OSGI fix...

    Stephane Maldini committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    810adfe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #267 from reactive-streams/1.0.0.final-wip

    update ref to 1.0.0.final
    rkuhn committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    9f6d8a6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. Disambiguate "processing elements"

    The document generally refers to "elements" as objects traversing a stream. I initially considered simply editing "processing elements" to read "processing components", but there's a section devoted to the definition of this, so better to link them.
    briantopping committed May 27, 2015
    Configuration menu
    Copy the full SHA
    e9f15be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a005f74 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #269 from briantopping/patch-1

    Disambiguate "processing elements"
    viktorklang committed May 27, 2015
    Configuration menu
    Copy the full SHA
    03f2bf5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2015

  1. add CC0 label to README

    rkuhn committed Jun 20, 2015
    Configuration menu
    Copy the full SHA
    bace41d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

  1. Merge pull request #275 from reactive-streams/wip-CC0-label

    add CC0 label to README
    rkuhn committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    4264e1d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. Configuration menu
    Copy the full SHA
    fd60e0b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2015

  1. Merge pull request #281 from ktoso/wip-279-improve-reporting-in-103-k…

    …toso
    
    =tck #279 improve completion latch error message
    viktorklang committed Aug 29, 2015
    Configuration menu
    Copy the full SHA
    12a9110 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2015

  1. Configuration menu
    Copy the full SHA
    223ef95 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. Merge pull request #289 from rstoyanchev/foreach

    Fix 'foreach' comment in AsyncSubscriber and rename SyncSybscriber.foreach to whenNext
    viktorklang committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    61f9963 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2015

  1. Update README.md

    Spelling of the company name is Red Hat, not RedHat.
    BjornHamels committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    d7b6eaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4450c4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #293 from BjornHamels/patch-1

    Update README.md ~ spelling of the company name Red Hat
    viktorklang committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    b1f55bb View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. Configuration menu
    Copy the full SHA
    bd555e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. Merge pull request #301 from alkemist/log-test-output

    Log test output events to the console
    viktorklang committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    369a6d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1df0306 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a44f26 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #305 from reactive-streams/wip-unbreak-travisci-√

    Unbreaks TravisCI OpenJDK6 hostname too long crash
    viktorklang committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    18d5835 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #298 from JakeWharton/patch-1

    Remove "preview" qualifier from README.
    viktorklang committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    f683f4d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Configuration menu
    Copy the full SHA
    fe20ef5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #311 from reactive-streams/wip-travis-fix

    Second attempt at unbreaking the Travis build
    viktorklang committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    cce9ae8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67b2b03 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #312 from reactive-streams/wip-third-time-travis-fix

    Third attempt at fixing the Travis builds
    viktorklang committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    fe84b1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f20f776 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Merge pull request #314 from reactive-streams/wip-tck-no-signals-ktoso

    +tck #308 allow configuring "no events during N time" separately
    viktorklang committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    bf4d893 View commit details
    Browse the repository at this point in the history
  2. Update to Gradle 2.12

    ldaley authored and viktorklang committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    f454dcc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #315 from reactive-streams/gradle-2.12-update

    Update to Gradle 2.12
    viktorklang committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    fba4ec8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. Reintegrate dangling footnote in Publisher section.

    - integrate the footnote in rule 1.9
    - sign the Copyright Statement
    anthonyvdotbe committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    f948406 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. Merge pull request #320 from anthonyvdotbe/reintegrate-footnote

    Reintegrate dangling footnote in Publisher section.
    viktorklang committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    c14bde6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2016

  1. Configuration menu
    Copy the full SHA
    e3bd58d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. =tck fixes minor misalignment between code and comment, found via .NE…

    …T port
    
    Semantics remain exacly the same, the error we're testing here is about
    signaling one more element if request comes in again (which we'll do
    anyway, regardless of status of this flag)
    ktoso committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    812f063 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Merge pull request #331 from ktoso/wip-fix-minor-misalignment-with-co…

    …mments
    
    =tck fixes minor misalignment between code and comment, found via .NET port
    viktorklang authored Jul 6, 2016
    Configuration menu
    Copy the full SHA
    981c980 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2016

  1. adjust Subscription.cancel javadoc because cancel command does not ha…

    …ve to be called asynchronously
    davidmoten committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    4d5a18a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. Merge pull request #329 from anthonyvdotbe/issue-326

    Asynchronous vs Synchronous Processing: reword "push-based stream"
    viktorklang authored Aug 22, 2016
    Configuration menu
    Copy the full SHA
    04f1b5c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Merge pull request #332 from davidmoten/subscription-cancel-javadoc

    adjust Subscription.cancel javadoc
    viktorklang authored Nov 7, 2016
    Configuration menu
    Copy the full SHA
    588546e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Configuration menu
    Copy the full SHA
    904ff43 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2017

  1. Merge pull request #336 from reactive-streams/update-to-lightbend

    Updating Typesafe to Lightbend
    viktorklang authored Jan 2, 2017
    Configuration menu
    Copy the full SHA
    4e8e372 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

  1. Configuration menu
    Copy the full SHA
    8b23a2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b4f21f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #337 from seratch/patch-1

    Fix a typo in org.reactivestreams.example.unicast.AsyncSubscriber
    viktorklang authored Jan 3, 2017
    Configuration menu
    Copy the full SHA
    d01f851 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2017

  1. Configuration menu
    Copy the full SHA
    32d79ca View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Configuration menu
    Copy the full SHA
    b755786 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. Merge pull request #339 from reactive-streams/wip-intent-√

    Documentation of intent for each and every rule
    viktorklang authored Mar 5, 2017
    Configuration menu
    Copy the full SHA
    93874e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dad1872 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #338 from reactive-streams/wip-add-license-headers-√

    Fixes #333 by adding license headers to /examples/*
    viktorklang authored Mar 5, 2017
    Configuration menu
    Copy the full SHA
    e059d34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaf6adb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. add license header to TCK

    ktoso committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    a695c9b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Merge pull request #344 from ktoso/wip-license-headers

    =tck,api #333 Add license headers to TCK and API
    viktorklang authored Mar 14, 2017
    Configuration menu
    Copy the full SHA
    cdedc8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74ae8b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c94670 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Merge pull request #343 from reactive-streams/wip-318-clarifying-inte…

    …nt-2.12-√
    
    Clarifying that object equality is a.equals(b) in Intent for 2.12
    viktorklang authored Mar 15, 2017
    Configuration menu
    Copy the full SHA
    7c87722 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. Update CopyrightWaivers.txt

    akarnokd authored Mar 18, 2017
    Configuration menu
    Copy the full SHA
    51ec259 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. =build #349 equal osgi manifest version as real version

    To have a tangible PR to talk about.
    Probably enough to resolve #349
    
    Would be followed up with change to 1.0.1 eventually.
    ktoso authored Apr 4, 2017
    Configuration menu
    Copy the full SHA
    e57984d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e0ce72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3fef0f View commit details
    Browse the repository at this point in the history
  4. Fix missing Javadoc tags

    akarnokd committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    8dad5d0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #347 from akarnokd/patch-1

    Update CopyrightWaivers.txt
    smaldini authored Apr 4, 2017
    Configuration menu
    Copy the full SHA
    a570a7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57d036b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d360cc6 View commit details
    Browse the repository at this point in the history
  8. Keep the randomness.

    akarnokd committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    6043d36 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Configuration menu
    Copy the full SHA
    2088188 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Minor rewording of 2.6 to make it easier to understand. (#342)

    * Minor rewording of 2.6 to make it easier to understand.
    viktorklang authored Apr 12, 2017
    Configuration menu
    Copy the full SHA
    e884980 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #358 from reactive-streams/wip-typos-√

    Fixing typos in README.md
    viktorklang authored Apr 12, 2017
    Configuration menu
    Copy the full SHA
    b2b3ff6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #353 from ktoso/patch-1

    =build #349 equal osgi manifest version as real version
    viktorklang authored Apr 12, 2017
    Configuration menu
    Copy the full SHA
    0c401a7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #357 from akarnokd/Fix309NegativeConstant

    TCK: Request -1 in 309 instead of a random non-positive number
    viktorklang authored Apr 12, 2017
    Configuration menu
    Copy the full SHA
    c2e75b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. Configuration menu
    Copy the full SHA
    089af04 View commit details
    Browse the repository at this point in the history
  2. extra coordination

    akarnokd committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    5c2746a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dbe718 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Configuration menu
    Copy the full SHA
    27cb9a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Configuration menu
    Copy the full SHA
    ec793cc View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. Configuration menu
    Copy the full SHA
    8fa3a27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #356 from akarnokd/TestExplanations

    Add Javadoc explanation to the TCK test methods about what they do
    viktorklang authored Apr 28, 2017
    Configuration menu
    Copy the full SHA
    241dbda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f898f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2017

  1. Configuration menu
    Copy the full SHA
    01341b9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. Merge pull request #346 from akarnokd/TCKShouldCancel

    Fix missing cancel() in tests that don't consume the entire source
    viktorklang authored May 3, 2017
    Configuration menu
    Copy the full SHA
    3f8a79b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. Configuration menu
    Copy the full SHA
    cca2c55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    877b259 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Merge pull request #369 from reactive-streams/wip-repoint-sources-√

    Repointing links to sources in README to current main release
    viktorklang authored May 22, 2017
    Configuration menu
    Copy the full SHA
    79527e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #306 from reactive-streams/wip-compuatation-fix-√

    Non-BC for TCK: Corrects a typo in test method from *Compuatation to …
    viktorklang authored May 22, 2017
    Configuration menu
    Copy the full SHA
    2879ce0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Configuration menu
    Copy the full SHA
    5fc82d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    428bddc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1836379 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0eb3f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    404495c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1e5b1d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #368 from reactive-streams/wip-external-sync-√

    Adding a glossary item for external synchronization
    viktorklang authored May 29, 2017
    Configuration menu
    Copy the full SHA
    daf2b69 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #370 from reactive-streams/wip-278-remove-partial-…

    …doc-√
    
    Removes a partial sentence in the javadoc
    viktorklang authored May 29, 2017
    Configuration menu
    Copy the full SHA
    1330470 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2017

  1. Configuration menu
    Copy the full SHA
    43dee67 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Configuration menu
    Copy the full SHA
    1e57e79 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. add tests for optional_spec111_registeredSubscribersMustReceiveOnNext…

    …OrOnCompleteSignals.
    
    * additional happy and the failure cases.
    * clear typos and change comments.
    * add new PublisherVerification for multi-subscribers tests.
    egetman committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    2199a3d View commit details
    Browse the repository at this point in the history
  2. removed onSubscribe constructor call.

    renamed Demand -> CancelableSubscription.
    egetman committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    c28d4c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Configuration menu
    Copy the full SHA
    ba38f73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27172e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. fix tests by using proxied subscriber,

    thanks Viktor for helping push this fix
    ktoso committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    fcd1533 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #362 from akarnokd/SubscriberTestExplanations

    SubscriberBlackboxVerificationRules explained
    viktorklang authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    9b463ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #372 from ktoso/wip-complete-in-201

    =tck #362 signal onComplete in 201 blackbox verification
    viktorklang authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    64ab75f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #373 from ktoso/wip-205-complete-once-done

    +tck #362 complete subscriber under test once done in 205
    viktorklang authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    0447764 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #375 from ktoso/wip-209-must-onSubscribe-ktoso

    =tck #362 blackbox 209 must issue onSubscribe before any other signal
    viktorklang authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    8d4b33b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9910b8b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #374 from ktoso/wip-209-210-improve

    +tck #362 wait for request signal in 209, and new additional tests
    viktorklang authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    940a51f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #376 from egetman/feature/tck-optional-111-referen…

    …ce-drop-fix
    
    optional_spec111 test addition.
    viktorklang authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    0fca634 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2017

  1. Be consistent in reference style

    We use the `#.##` style in referring to rules everywhere, this one ref was using a different style - fixed that.
    ktoso authored Jun 17, 2017
    Configuration menu
    Copy the full SHA
    86dff0a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #378 from ktoso/patch-1

    Be consistent in reference style
    viktorklang authored Jun 17, 2017
    Configuration menu
    Copy the full SHA
    c48b6b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Configuration menu
    Copy the full SHA
    12ab7f6 View commit details
    Browse the repository at this point in the history
  2. More apostrophe fixes

    viktorklang authored Jun 22, 2017
    Configuration menu
    Copy the full SHA
    8ceed19 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #381 from reactive-streams/viktorklang-patch-1

    More apostrophe fixes
    viktorklang authored Jun 22, 2017
    Configuration menu
    Copy the full SHA
    e5a866c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Configuration menu
    Copy the full SHA
    d16bee5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #382 from patriknw/wip-CopyrightWaivers-patriknw

    add patriknw to CopyrightWaivers
    viktorklang authored Jun 27, 2017
    Configuration menu
    Copy the full SHA
    05556ec View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Version 1.0.1

    viktorklang committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    ec44e03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #379 from reactive-streams/1.0.1-prep

    Prepare 1.0.1
    viktorklang authored Jun 29, 2017
    Configuration menu
    Copy the full SHA
    11469fa View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2017

  1. Configuration menu
    Copy the full SHA
    5853412 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ktoso authored Jul 4, 2017
    Configuration menu
    Copy the full SHA
    96d117b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Configuration menu
    Copy the full SHA
    f8d203d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Merge pull request #385 from ktoso/loosened-up-req-3.9-wording-ktoso

    =tck #384 dont check for cause message when checking 3.9
    viktorklang authored Jul 11, 2017
    Configuration menu
    Copy the full SHA
    797f012 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #386 from ktoso/wip-spec-amend-allow-not-refering-…

    …rule-ktoso
    
    =spec #384 amend spec to allow not mentioning rule number in exception message
    viktorklang authored Jul 11, 2017
    Configuration menu
    Copy the full SHA
    1a42607 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61b52f1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #387 from reactive-streams/wip-1.0.1-RC2-√

    Updating versions to 1.0.1-RC2 and clarifying changes in RELEASE-NOTE…
    viktorklang authored Jul 11, 2017
    Configuration menu
    Copy the full SHA
    d8dff1b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2017

  1. Fix links to "Terminal state" (#389)

    * Fix links to "Terminal state"
    
    * add angelsanz to CopyrightWaivers.txt
    Angelsanz authored and viktorklang committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    80644ec View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Preparing 1.0.1 (#390)

    viktorklang authored Aug 9, 2017
    Configuration menu
    Copy the full SHA
    dd24d2a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. Bridge between Reactive-Streams and JDK 9 Flow API (#296)

    * Bridge between Reactive-Streams and JDK 9 Flow API
    
    * Apply changes based on ktoso's feedback
    
    * Use oraclejdk9, resolve build.gradle conflict
    
    * Change txt/code to use "Reactive Streams" as designator
    
    * NPE to use the updated parameter name.
    
    * Rename bridge class, tester class (+javadoc)
    akarnokd authored and viktorklang committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    306ae92 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

  1. Java 9 Flow bridge: add Subscriber converters (#399)

    * Java 9 Flow bridge: add Subscriber converters
    
    * Fix return type javadoc
    akarnokd authored and viktorklang committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    68e0713 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Example synchronous range Publisher (#395)

    * Example synchronous range Publisher
    
    * Udpated with rule numbers in comments
    
    * Mentioning rule 3.9 again in emit()
    
    * Move classes to the unicast package.
    akarnokd authored and viktorklang committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    7021f18 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. [WIP] TCK for j.u.c.Flow types "directly" (#398)

    * Add JDK9 TCK, using adapters
    
    * Fixing wrapping and unwrapping of the wrappers themselves.
    
    * Renames the converters to "toX" for RS and "toFlowX" for Flow.
    
    Fixes so that the dist url for gradle is http iso https (TravisCI bug?)
    
    Adds regression test for bridge converters.
    
    * fix formatting
    
    * cleanup
    ktoso authored and viktorklang committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    d0807a0 View commit details
    Browse the repository at this point in the history