Skip to content

Releases: microprofile/microprofile-reactive-streams-operators

1.0-RC2

22 Nov 23:34
Compare
Choose a tag to compare
1.0-RC2 Pre-release
Pre-release

This is the second release candidate of MicroProfile Reactive Streams Operators.

The major change here is a restructuring of the APIs, such that the builders are interfaces rather than final classes, and the top level method definitions for operations are shared between PublisherBuilder and ProcessorBuilder.

This release can be consumed by adding the following dependency to your build:

<dependency>
    <groupId>org.eclipse.microprofile.reactive.streams</groupId>
    <artifactId>microprofile-reactive-streams-operators</artifactId>
    <version>1.0-RC2</version>
</dependency>

Javadocs are available at:

http://download.eclipse.org/microprofile/microprofile-reactive-streams-1.0-RC2/apidocs/?org/eclipse/microprofile/reactive/streams/package-summary.html

The specification can be found at:

http://download.eclipse.org/microprofile/microprofile-reactive-streams-1.0-RC2/microprofile-reactive-streams-operators-spec.html

Implementations of the spec are available at:

https://github.com/lightbend/microprofile-reactive-streams
https://github.com/smallrye/smallrye-reactive-streams-operators

1.0-RC1

19 Sep 04:49
Compare
Choose a tag to compare
1.0-RC1 Pre-release
Pre-release

This is the first release candidate of MicroProfile Reactive Streams Operators.

The API can be added to your project by adding:

<dependency>
    <groupId>org.eclipse.microprofile.reactive.streams</groupId>
    <artifactId>microprofile-reactive-streams-operators</artifactId>
    <version>1.0-RC1</version>
</dependency>

Javadocs are available at:

http://download.eclipse.org/microprofile/microprofile-reactive-streams-1.0-RC1/apidocs/?org/eclipse/microprofile/reactive/streams/package-summary.html

Implementations of the spec are available at:

https://github.com/lightbend/microprofile-reactive-streams
https://github.com/smallrye/smallrye-reactive-streams-operators

1.0-M1

09 Aug 23:28
Compare
Choose a tag to compare
1.0-M1 Pre-release
Pre-release

This is the first release of MicroProfile Reactive Streams Operators.

The API can be added to your project by adding:

<dependency>
    <groupId>org.eclipse.microprofile.reactive.streams</groupId>
    <artifactId>microprofile-reactive-streams-operators</artifactId>
    <version>1.0-M1</version>
</dependency>

Implementations of the spec are available at: