Skip to content

2.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Emily-Jiang Emily-Jiang released this 23 Feb 10:58

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