From e9f15bee46f22463b85fb156c5a54656d65a9558 Mon Sep 17 00:00:00 2001 From: Brian Topping Date: Wed, 27 May 2015 09:11:35 +0700 Subject: [PATCH 1/2] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faedf3a6..15f51a95 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The main goal of Reactive Streams is to govern the exchange of stream data acros It is the intention of this specification to allow the creation of many conforming implementations, which by virtue of abiding by the rules will be able to interoperate smoothly, preserving the aforementioned benefits and characteristics across the whole processing graph of a stream application. -It should be noted that the precise nature of stream manipulations (transformation, splitting, merging, etc.) is not covered by this specification. Reactive Streams are only concerned with mediating the stream of data between different processing elements. In their development care has been taken to ensure that all basic ways of combining streams can be expressed. +It should be noted that the precise nature of stream manipulations (transformation, splitting, merging, etc.) is not covered by this specification. Reactive Streams are only concerned with mediating the stream of data between different [API Components](#api-components). In their development care has been taken to ensure that all basic ways of combining streams can be expressed. In summary, Reactive Streams is a standard and specification for Stream-oriented libraries for the JVM that From a005f744353f98e6aa4eb19cdac67328d937d6e2 Mon Sep 17 00:00:00 2001 From: Brian Topping Date: Wed, 27 May 2015 22:50:38 +0700 Subject: [PATCH 2/2] Added per request of @viktorklang in #269 --- CopyrightWaivers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CopyrightWaivers.txt b/CopyrightWaivers.txt index 578c3128..9bfa24ab 100644 --- a/CopyrightWaivers.txt +++ b/CopyrightWaivers.txt @@ -29,3 +29,4 @@ ouertani | Slim Ouertani, ouertani@gmail.com ldaley | Luke Daley, luke.daley@gradleware.com, Gradleware Inc. colinrgodsey | Colin Godsey, crgodsey@gmail.com, MediaMath Inc. davidmoten | Dave Moten, davidmoten@gmail.com +briantopping | Brian Topping, brian.topping@gmail.com, Mauswerks LLC