Releases: eclipse/microprofile-reactive-streams-operators
3.0.1
Javadocs | Spec PDF |Spec html
The list of changes went to this release are documented here.
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>3.0.1</version>
</dependency>
MicroProfile Reactive Streams Operators 3.0
Javadocs | Spec PDF |Spec html
The list of changes went to this release are documented here.
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>3.0</version>
</dependency>
MicroProfile Reactive Streams Operators 3.0-RC1
Javadocs | Spec PDF |Spec html
The list of changes went to this release are documented here.
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>3.0-RC1</version>
</dependency>
MicroProfile Reactive Streams Operators 2.0
Javadocs | Spec PDF |Spec html
The list of changes went to this release are documented here.
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</version>
</dependency>
2.0-RC1
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>
MicroProfile Reactive Streams 1.0.1 Final Release
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>
1.0.1-RC1
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-RC1</version>
</dependency>
1.0
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
1.0-RC4
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:
Implementations of the spec are available at:
https://github.com/lightbend/microprofile-reactive-streams
https://github.com/smallrye/smallrye-reactive-streams-operators
1.0-RC3
This is the third release candidate of MicroProfile Reactive Streams Operators.
There are two changes since RC2:
- 107 - A coupled operator was added for creating a processor builder from a publisher and subscriber.
- 115 - The spi artifact was merged into the api.
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-RC3</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