Skip to content

1.0

Compare
Choose a tag to compare
@Emily-Jiang Emily-Jiang released this 17 Jan 23:36

This is 1.0 final release of MicroProfile Reactive Streams Operators.
Javadocs | Spec PDF |Spec html
This release can be consumed by adding the following dependency to your build:

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

Implementations of the spec are available at:

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