Skip to content

MicroProfile Reactive Streams 1.0.1 Final Release

Compare
Choose a tag to compare
@Emily-Jiang Emily-Jiang released this 02 Sep 22:29

This release only contains one change, which is to bring in Reactive Stream newly released 1.0.3.
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.1</version>
</dependency>