Skip to content

1.0-RC4

Pre-release
Pre-release
Compare
Choose a tag to compare
@cescoffier cescoffier released this 12 Dec 18:33

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

There are two changes since RC3:

  • #116 - Rename packageId, groupId and packages to be in line with the other MicroProfile specifications

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-RC4</version>
</dependency>

(GroupId and ArtifactID have been updated)

Javadocs are available at:
https://download.eclipse.org/microprofile/microprofile-reactive-streams-1.0-RC4/apidocs/?org/eclipse/microprofile/reactive/streams/operators/package-summary.html

(Package has been updated)

The specification can be found at:

http://download.eclipse.org/microprofile/microprofile-reactive-streams-1.0-RC4/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