Releases: microprofile/microprofile-reactive-streams-operators
1.0-RC2
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:
The specification can be found at:
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
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:
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
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: